Skip to content

Commit

Permalink
chore: upgrade [email protected] (#2978)
Browse files Browse the repository at this point in the history
* chore: upgrade fuel-core to 0.33.0

* chore: changeset

* chore: fix changeset
  • Loading branch information
danielbate committed Aug 19, 2024
1 parent 6b6ff1b commit 9309598
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .changeset/fair-items-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@internal/fuel-core": patch
"@fuel-ts/versions": patch
"@fuel-ts/account": patch
---

chore: upgrade `[email protected]`
2 changes: 1 addition & 1 deletion internal/fuel-core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.32.1
0.33.0
2 changes: 1 addition & 1 deletion packages/account/src/providers/provider.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe('Provider', () => {

const version = await provider.getVersion();

expect(version).toEqual('0.32.1');
expect(version).toEqual('0.33.0');
});

it('can call()', async () => {
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.62.0',
FUEL_CORE: '0.32.1',
FUEL_CORE: '0.33.0',
FUELS: '0.93.0',
};
}
2 changes: 1 addition & 1 deletion templates/nextjs/sway-programs/fuel-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ channel = "testnet"

[components]
forc = "0.62.0"
fuel-core = "0.32.1"
fuel-core = "0.33.0"

0 comments on commit 9309598

Please sign in to comment.