Skip to content

Commit

Permalink
chore: update versions (#370)
Browse files Browse the repository at this point in the history
Co-authored-by: Arthur Geron <3487334+arthurgeron@users.noreply.github.com>
  • Loading branch information
petertonysmith94 and arthurgeron authored Oct 11, 2024
1 parent 3209a20 commit 9a20224
Show file tree
Hide file tree
Showing 25 changed files with 234 additions and 236 deletions.
16 changes: 16 additions & 0 deletions .changeset/thirty-doors-pay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
"@fuel-connectors/burner-wallet-connector": minor
"@fuel-connectors/fuel-development-wallet": minor
"@fuel-connectors/walletconnect-connector": minor
"@fuel-connectors/solana-connector": minor
"@fuel-connectors/evm-predicates": minor
"@fuel-connectors/evm-connector": minor
"@fuel-connectors/fuelet-wallet": minor
"@fuel-connectors/fuel-wallet": minor
"@fuels/connectors": minor
"@fuel-connectors/bako-safe": minor
"@fuel-connectors/common": minor
"@fuels/react": minor
---

Updated Fuel SDK to 0.95.0
2 changes: 1 addition & 1 deletion e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@playwright/test": "1.46.1",
"@types/node": "20.12.11",
"dotenv": "16.4.5",
"fuels": "0.94.9"
"fuels": "0.95.0"
},
"engines": {
"node": ">=18",
Expand Down
4 changes: 2 additions & 2 deletions examples/react-app/contracts/Forc.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[[package]]
name = "core"
source = "path+from-root-4BA3A18A2D620E67"
source = "path+from-root-8357A6DDC5F39D14"

[[package]]
name = "counter"
Expand All @@ -9,5 +9,5 @@ dependencies = ["std"]

[[package]]
name = "std"
source = "git+https://github.com/fuellabs/sway?tag=v0.64.0#2156bfbbee01ffb85bfca2aae8f185f8e7c715a4"
source = "git+https://github.com/fuellabs/sway?tag=v0.65.2#66bb430395daf5b8f7205f7b9d8d008e2e812d54"
dependencies = ["core"]
4 changes: 2 additions & 2 deletions examples/react-app/contracts/fuel-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
channel = "latest"

[components]
fuel-core = "0.37.0"
forc = "0.65.1"
fuel-core = "0.38.0"
forc = "0.65.2"
2 changes: 1 addition & 1 deletion examples/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@wagmi/connectors": "5.1.7",
"@wagmi/core": "2.13.4",
"clsx": "2.1.1",
"fuels": "0.94.9",
"fuels": "0.95.0",
"react": "18.3.1",
"react-dom": "18.3.1"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/react-app/src/types/contracts/Counter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
/* eslint-disable @typescript-eslint/consistent-type-imports */

/*
Fuels version: 0.94.8
Forc version: 0.64.0
Fuel-Core version: 0.36.0
Fuels version: 0.94.9
Forc version: 0.65.2
Fuel-Core version: 0.37.1
*/

import { Contract, Interface } from 'fuels';
Expand Down
8 changes: 4 additions & 4 deletions examples/react-app/src/types/contracts/CounterFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
/* eslint-disable @typescript-eslint/consistent-type-imports */

/*
Fuels version: 0.94.8
Forc version: 0.64.0
Fuel-Core version: 0.36.0
Fuels version: 0.94.9
Forc version: 0.65.2
Fuel-Core version: 0.37.1
*/

import { type Contract, ContractFactory, decompressBytecode } from 'fuels';
Expand All @@ -31,7 +31,7 @@ export class CounterFactory extends ContractFactory {
super(bytecode, Counter.abi, accountOrProvider);
}

deploy<TContract extends Contract = Contract>(
override deploy<TContract extends Contract = Contract>(
deployOptions?: DeployContractOptions,
): Promise<DeployContractResult<TContract>> {
return super.deploy({
Expand Down
6 changes: 3 additions & 3 deletions examples/react-app/src/types/contracts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
/* eslint-disable @typescript-eslint/consistent-type-imports */

/*
Fuels version: 0.94.8
Forc version: 0.64.0
Fuel-Core version: 0.36.0
Fuels version: 0.94.9
Forc version: 0.65.2
Fuel-Core version: 0.37.1
*/

export { Counter } from './Counter';
Expand Down
2 changes: 1 addition & 1 deletion examples/react-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@fuels/connectors": "workspace:*",
"@fuels/react": "workspace:*",
"@tanstack/react-query": "5.35.1",
"fuels": "0.94.9",
"fuels": "0.95.0",
"next": "14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/bako-safe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"socket.io-client": "4.7.2"
},
"devDependencies": {
"fuels": "0.94.9",
"fuels": "0.95.0",
"tsup": "8.0.2",
"typescript": "5.4.2",
"undici": "6.9.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/burner-wallet-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@fuel-connectors/common": "workspace:*",
"fuels": "0.94.9",
"fuels": "0.95.0",
"jsdom": "24.0.0",
"tsup": "8.0.2",
"typescript": "5.4.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@types/memoizee": "0.4.11",
"fuels": "0.94.9",
"fuels": "0.95.0",
"terser": "5.31.0",
"tsup": "8.0.2",
"typescript": "5.4.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/connectors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@fuel-connectors/fuelet-wallet": "workspace:*",
"@fuel-connectors/solana-connector": "workspace:*",
"@fuel-connectors/walletconnect-connector": "workspace:*",
"fuels": "0.94.9",
"fuels": "0.95.0",
"terser": "5.31.0",
"tsup": "8.0.2",
"typescript": "5.4.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"author": "",
"license": "ISC",
"dependencies": {
"@fuel-ts/errors": "0.93.0",
"@fuel-ts/versions": "0.93.0",
"fuels": "0.94.9",
"@fuel-ts/errors": "0.95.0",
"@fuel-ts/versions": "0.95.0",
"fuels": "0.95.0",
"typedoc-plugin-markdown": "^3.15.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/evm-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@fuel-connectors/common": "workspace:*",
"@fuel-connectors/evm-predicates": "workspace:*",
"@types/memoizee": "0.4.11",
"fuels": "0.94.9",
"fuels": "0.95.0",
"jsdom": "24.0.0",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/evm-predicates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@fuel-connectors/common": "workspace:*",
"fuels": "0.94.9",
"fuels": "0.95.0",
"tsx": "4.9.3",
"typescript": "5.4.5"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/evm-predicates/predicate/fuel-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
channel = "latest"

[components]
fuel-core = "0.37.0"
forc = "0.65.1"
fuel-core = "0.38.0"
forc = "0.65.2"
2 changes: 1 addition & 1 deletion packages/fuel-development-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@fuel-connectors/fuel-wallet": "workspace:*",
"fuels": "0.94.9",
"fuels": "0.95.0",
"tsup": "8.0.2",
"typescript": "5.4.5",
"undici": "6.16.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fuel-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"events": "3.3.0",
"fuels": "0.94.9",
"fuels": "0.95.0",
"tsup": "8.0.2",
"typescript": "5.4.5",
"undici": "6.16.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fuelet-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@fuel-connectors/fuel-wallet": "workspace:*",
"fuels": "0.94.9",
"fuels": "0.95.0",
"tsup": "8.0.2",
"typescript": "5.4.5",
"undici": "6.16.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@tanstack/react-query": "5.35.1",
"@types/react": "18.3.1",
"compare-versions": "6.1.0",
"fuels": "0.94.9",
"fuels": "0.95.0",
"react": "18.3.1",
"tsup": "7.3.0",
"tsx": "4.9.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/solana-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@fuel-connectors/common": "workspace:*",
"@types/memoizee": "0.4.11",
"@web3modal/core": "5.0.0",
"fuels": "0.94.9",
"fuels": "0.95.0",
"jsdom": "24.0.0",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/solana-connector/predicate/fuel-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
channel = "latest"

[components]
fuel-core = "0.37.0"
forc = "0.65.1"
fuel-core = "0.38.0"
forc = "0.65.2"
2 changes: 1 addition & 1 deletion packages/walletconnect-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@fuel-connectors/evm-predicates": "workspace:*",
"@types/memoizee": "0.4.11",
"@web3modal/core": "5.0.0",
"fuels": "0.94.9",
"fuels": "0.95.0",
"jsdom": "24.0.0",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
Expand Down
Loading

0 comments on commit 9a20224

Please sign in to comment.