Skip to content

Commit

Permalink
chore: update fuels package version to 0.96.1 (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
viraj124 authored Oct 28, 2024
1 parent 6315bbb commit 7baf040
Show file tree
Hide file tree
Showing 8 changed files with 439 additions and 726 deletions.
7 changes: 7 additions & 0 deletions .changeset/tasty-laws-boil.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@fuel-bridge/solidity-contracts': minor
'@fuel-bridge/fungible-token': minor
'@fuel-bridge/test-utils': minor
---

update fuels package version to 0.96.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@fuels/eslint-plugin": "0.20.0",
"@fuels/prettier-config": "0.0.10",
"@fuels/ts-config": "0.0.10",
"fuels": "0.94.4",
"fuels": "0.96.1",
"eslint": "^8.49.0",
"prettier": "^2.7.1",
"tsup": "^8.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-bin-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"build": "tsup"
},
"dependencies": {
"fuels": "0.94.0"
"fuels": "0.96.1"
}
}
2 changes: 1 addition & 1 deletion packages/fungible-token/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "fuels typegen -i ./bridge-fungible-token/**/release/*-abi.json -o ./exports/types && tsup"
},
"devDependencies": {
"fuels": "0.94.4",
"fuels": "0.96.1",
"@fuel-bridge/esbuild-bin-loader": "workspace:../esbuild-bin-loader",
"@fuel-bridge/solidity-contracts": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"chai": "^4.3.6",
"dotenv": "^16.0.3",
"ethers": "6.13.1",
"fuels": "0.94.4",
"fuels": "0.96.1",
"mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/solidity-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"dotenv": "^16.0.3",
"ethers": "6.13.1",
"express": "^4.18.2",
"fuels": "0.94.0",
"fuels": "0.96.1",
"hardhat": "^2.20.1",
"hardhat-deploy": "^0.12.4",
"inquirer": "^10.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"peerDependencies": {
"ethers": "6.13.1",
"fuels": "0.94.4"
"fuels": "0.96.1"
},
"devDependencies": {
"@fuel-bridge/fungible-token": "workspace:*",
Expand Down
Loading

0 comments on commit 7baf040

Please sign in to comment.