Skip to content

Commit

Permalink
chore: upgrade fuel-core to 0.40.2 (#3470)
Browse files Browse the repository at this point in the history
* upgrade fuel-core to 0.40.2

* add changeset

* Bumping missing items

* Update apps/create-fuels-counter-guide/fuel-toolchain.toml

---------

Co-authored-by: Anderson Arboleya <[email protected]>
Co-authored-by: Peter Smith <[email protected]>
Co-authored-by: Nedim Salkić <[email protected]>
  • Loading branch information
4 people authored Jan 3, 2025
1 parent 12e801e commit 04ca73e
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .changeset/lucky-lizards-arrive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@internal/fuel-core": patch
"@fuel-ts/versions": patch
---

chore: upgrade `fuel-core` to `0.40.2`
2 changes: 1 addition & 1 deletion apps/create-fuels-counter-guide/fuel-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ channel = "testnet"

[components]
forc = "0.66.5"
fuel-core = "0.40.1"
fuel-core = "0.40.2"
2 changes: 1 addition & 1 deletion internal/fuel-core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.40.1
0.40.2
2 changes: 1 addition & 1 deletion packages/create-fuels/test/cli.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ describe('CLI', { timeout: 15_000 }, () => {
expect(toolchain).toEqual({ channel: 'testnet' });
expect(components).toEqual({
forc: '0.66.5',
'fuel-core': '0.40.1',
'fuel-core': '0.40.2',
});
});

Expand Down
2 changes: 1 addition & 1 deletion packages/versions/src/lib/getBuiltinVersions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Versions } from './types';
export function getBuiltinVersions(): Versions {
return {
FORC: '0.66.5',
FUEL_CORE: '0.40.1',
FUEL_CORE: '0.40.2',
FUELS: '0.97.2',
};
}
2 changes: 1 addition & 1 deletion templates/nextjs/fuel-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ channel = "testnet"

[components]
forc = "0.66.5"
fuel-core = "0.40.1"
fuel-core = "0.40.2"
2 changes: 1 addition & 1 deletion templates/vite/fuel-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ channel = "testnet"

[components]
forc = "0.66.5"
fuel-core = "0.40.1"
fuel-core = "0.40.2"

0 comments on commit 04ca73e

Please sign in to comment.