Skip to content

Commit 04ca73e

Browse files
Torres-ssfarboleyapetertonysmith94nedsalk
authored
chore: upgrade fuel-core to 0.40.2 (#3470)
* 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]>
1 parent 12e801e commit 04ca73e

File tree

7 files changed

+12
-6
lines changed

7 files changed

+12
-6
lines changed

.changeset/lucky-lizards-arrive.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@internal/fuel-core": patch
3+
"@fuel-ts/versions": patch
4+
---
5+
6+
chore: upgrade `fuel-core` to `0.40.2`

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ channel = "testnet"
33

44
[components]
55
forc = "0.66.5"
6-
fuel-core = "0.40.1"
6+
fuel-core = "0.40.2"

internal/fuel-core/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.40.1
1+
0.40.2

packages/create-fuels/test/cli.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ describe('CLI', { timeout: 15_000 }, () => {
8888
expect(toolchain).toEqual({ channel: 'testnet' });
8989
expect(components).toEqual({
9090
forc: '0.66.5',
91-
'fuel-core': '0.40.1',
91+
'fuel-core': '0.40.2',
9292
});
9393
});
9494

packages/versions/src/lib/getBuiltinVersions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { Versions } from './types';
33
export function getBuiltinVersions(): Versions {
44
return {
55
FORC: '0.66.5',
6-
FUEL_CORE: '0.40.1',
6+
FUEL_CORE: '0.40.2',
77
FUELS: '0.97.2',
88
};
99
}

templates/nextjs/fuel-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ channel = "testnet"
33

44
[components]
55
forc = "0.66.5"
6-
fuel-core = "0.40.1"
6+
fuel-core = "0.40.2"

templates/vite/fuel-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ channel = "testnet"
33

44
[components]
55
forc = "0.66.5"
6-
fuel-core = "0.40.1"
6+
fuel-core = "0.40.2"

0 commit comments

Comments
 (0)