Skip to content

Commit 7baf040

Browse files
authored
chore: update fuels package version to 0.96.1 (#359)
1 parent 6315bbb commit 7baf040

File tree

8 files changed

+439
-726
lines changed

8 files changed

+439
-726
lines changed

.changeset/tasty-laws-boil.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@fuel-bridge/solidity-contracts': minor
3+
'@fuel-bridge/fungible-token': minor
4+
'@fuel-bridge/test-utils': minor
5+
---
6+
7+
update fuels package version to 0.96.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@fuels/eslint-plugin": "0.20.0",
3333
"@fuels/prettier-config": "0.0.10",
3434
"@fuels/ts-config": "0.0.10",
35-
"fuels": "0.94.4",
35+
"fuels": "0.96.1",
3636
"eslint": "^8.49.0",
3737
"prettier": "^2.7.1",
3838
"tsup": "^8.3.0",

packages/esbuild-bin-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"build": "tsup"
1111
},
1212
"dependencies": {
13-
"fuels": "0.94.0"
13+
"fuels": "0.96.1"
1414
}
1515
}

packages/fungible-token/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "fuels typegen -i ./bridge-fungible-token/**/release/*-abi.json -o ./exports/types && tsup"
1010
},
1111
"devDependencies": {
12-
"fuels": "0.94.4",
12+
"fuels": "0.96.1",
1313
"@fuel-bridge/esbuild-bin-loader": "workspace:../esbuild-bin-loader",
1414
"@fuel-bridge/solidity-contracts": "workspace:*"
1515
}

packages/integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"chai": "^4.3.6",
2525
"dotenv": "^16.0.3",
2626
"ethers": "6.13.1",
27-
"fuels": "0.94.4",
27+
"fuels": "0.96.1",
2828
"mocha": "^10.0.0",
2929
"ts-node": "^10.9.1",
3030
"typescript": "^5.1.6"

packages/solidity-contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"dotenv": "^16.0.3",
5858
"ethers": "6.13.1",
5959
"express": "^4.18.2",
60-
"fuels": "0.94.0",
60+
"fuels": "0.96.1",
6161
"hardhat": "^2.20.1",
6262
"hardhat-deploy": "^0.12.4",
6363
"inquirer": "^10.1.8",

packages/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"peerDependencies": {
2525
"ethers": "6.13.1",
26-
"fuels": "0.94.4"
26+
"fuels": "0.96.1"
2727
},
2828
"devDependencies": {
2929
"@fuel-bridge/fungible-token": "workspace:*",

0 commit comments

Comments
 (0)