Skip to content

Commit

Permalink
chore: upgrading fuel-core to 0.29.0 (#2525)
Browse files Browse the repository at this point in the history
  • Loading branch information
arboleya authored Jun 18, 2024
1 parent 977d58b commit 81a77d3
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 22 deletions.
8 changes: 8 additions & 0 deletions .changeset/olive-shirts-flash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@internal/fuel-core": patch
"@fuel-ts/versions": patch
"@fuel-ts/account": patch
"@fuel-ts/program": patch
---

chore: upgrading `fuel-core` to `0.29.0`
2 changes: 1 addition & 1 deletion apps/demo-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"pretest": "pnpm original:build"
},
"dependencies": {
"@fuels/vm-asm": "0.50.0",
"@fuels/vm-asm": "0.53.0",
"@types/node": "18.15.3",
"@types/react-dom": "18.2.4",
"@types/react": "18.2.9",
Expand Down
2 changes: 1 addition & 1 deletion apps/demo-react-cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.29",
"private": true,
"dependencies": {
"@fuels/vm-asm": "0.50.0",
"@fuels/vm-asm": "0.53.0",
"@testing-library/react": "^13.4.0",
"@types/node": "^16.18.34",
"@types/react": "^18.2.9",
Expand Down
2 changes: 1 addition & 1 deletion apps/demo-react-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"pretest": "pnpm original:build"
},
"dependencies": {
"@fuels/vm-asm": "0.50.0",
"@fuels/vm-asm": "0.53.0",
"fuels": "workspace:*",
"react-dom": "^18.2.0",
"react": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion internal/fuel-core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.28.0
0.29.0
2 changes: 1 addition & 1 deletion packages/account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@fuel-ts/transactions": "workspace:*",
"@fuel-ts/utils": "workspace:*",
"@fuel-ts/versions": "workspace:*",
"@fuels/vm-asm": "0.50.0",
"@fuels/vm-asm": "0.53.0",
"@noble/curves": "^1.3.0",
"events": "^3.3.0",
"graphql": "^16.8.1",
Expand Down
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 @@ -63,7 +63,7 @@ describe('Provider', () => {

const version = await provider.getVersion();

expect(version).toEqual('0.28.0');
expect(version).toEqual('0.29.0');
});

it('can call()', async () => {
Expand Down
2 changes: 1 addition & 1 deletion packages/program/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@fuel-ts/math": "workspace:*",
"@fuel-ts/transactions": "workspace:*",
"@fuel-ts/utils": "workspace:*",
"@fuels/vm-asm": "0.50.0"
"@fuels/vm-asm": "0.53.0"
},
"devDependencies": {
"@types/ramda": "^0.29.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/versions/src/lib/getBuiltinVersions.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export function getBuiltinVersions() {
return {
FORC: '0.60.0',
FUEL_CORE: '0.28.0',
FUEL_CORE: '0.29.0',
FUELS: '0.89.2',
};
}
28 changes: 14 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 81a77d3

Please sign in to comment.