diff --git a/.changeset/cyan-dancers-shop.md b/.changeset/cyan-dancers-shop.md deleted file mode 100644 index 231701e7f..000000000 --- a/.changeset/cyan-dancers-shop.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@fuel-wallet/connections": patch -"@fuel-wallet/types": patch -"fuels-wallet": patch ---- - -Gasless transactions are now supported via the `skipCustomFee` param diff --git a/.changeset/selfish-days-repeat.md b/.changeset/selfish-days-repeat.md deleted file mode 100644 index 17f61e361..000000000 --- a/.changeset/selfish-days-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fuels-wallet": patch ---- - -feat: send common errors automatically, instead of asking user to review diff --git a/.changeset/tricky-colts-pump.md b/.changeset/tricky-colts-pump.md deleted file mode 100644 index 84567c7f0..000000000 --- a/.changeset/tricky-colts-pump.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@fuels/playwright-utils": minor -"@fuel-wallet/connections": minor -"@fuel-wallet/types": minor -"fuels-wallet": minor ---- - -Fuel SDK updated to 0.98.0, breaking changes (e.g. Provide.create, async provider calls, removal of AbstractAddress) are covered. Read [here](https://github.com/fuellabs/fuels-ts/releases/tag/v0.98.0) for more info. diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index 8d533017d..097b99e53 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -1,5 +1,21 @@ # fuels-wallet +## 0.49.0 + +### Minor Changes + +- [#1774](https://github.com/FuelLabs/fuels-wallet/pull/1774) [`32950ceb`](https://github.com/FuelLabs/fuels-wallet/commit/32950cebefc5e207f6c746bed10aa4daa72cef62) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fuel SDK updated to 0.98.0, breaking changes (e.g. Provide.create, async provider calls, removal of AbstractAddress) are covered. Read [here](https://github.com/fuellabs/fuels-ts/releases/tag/v0.98.0) for more info. + +### Patch Changes + +- [#1774](https://github.com/FuelLabs/fuels-wallet/pull/1774) [`32950ceb`](https://github.com/FuelLabs/fuels-wallet/commit/32950cebefc5e207f6c746bed10aa4daa72cef62) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Gasless transactions are now supported via the `skipCustomFee` param + +- [#1799](https://github.com/FuelLabs/fuels-wallet/pull/1799) [`118f4f44`](https://github.com/FuelLabs/fuels-wallet/commit/118f4f4467f1ce8bb267e18a207c298c50c061b9) Thanks [@arthurgeron](https://github.com/arthurgeron)! - feat: send common errors automatically, instead of asking user to review + +- Updated dependencies [[`32950ceb`](https://github.com/FuelLabs/fuels-wallet/commit/32950cebefc5e207f6c746bed10aa4daa72cef62), [`32950ceb`](https://github.com/FuelLabs/fuels-wallet/commit/32950cebefc5e207f6c746bed10aa4daa72cef62)]: + - @fuel-wallet/connections@0.49.0 + - @fuels/playwright-utils@0.49.0 + ## 0.48.3 ### Patch Changes diff --git a/packages/app/package.json b/packages/app/package.json index 17b765cfe..480505244 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,7 +1,7 @@ { "name": "fuels-wallet", "private": true, - "version": "0.48.3", + "version": "0.49.0", "type": "module", "database": "23", "scripts": { diff --git a/packages/connections/CHANGELOG.md b/packages/connections/CHANGELOG.md index 1cf2b59e5..e9c990e3d 100644 --- a/packages/connections/CHANGELOG.md +++ b/packages/connections/CHANGELOG.md @@ -1,5 +1,15 @@ # @fuel-wallet/connections +## 0.49.0 + +### Minor Changes + +- [#1774](https://github.com/FuelLabs/fuels-wallet/pull/1774) [`32950ceb`](https://github.com/FuelLabs/fuels-wallet/commit/32950cebefc5e207f6c746bed10aa4daa72cef62) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fuel SDK updated to 0.98.0, breaking changes (e.g. Provide.create, async provider calls, removal of AbstractAddress) are covered. Read [here](https://github.com/fuellabs/fuels-ts/releases/tag/v0.98.0) for more info. + +### Patch Changes + +- [#1774](https://github.com/FuelLabs/fuels-wallet/pull/1774) [`32950ceb`](https://github.com/FuelLabs/fuels-wallet/commit/32950cebefc5e207f6c746bed10aa4daa72cef62) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Gasless transactions are now supported via the `skipCustomFee` param + ## 0.48.3 ## 0.48.2 diff --git a/packages/connections/package.json b/packages/connections/package.json index 25c582d59..7094ba95c 100644 --- a/packages/connections/package.json +++ b/packages/connections/package.json @@ -2,7 +2,7 @@ "name": "@fuel-wallet/connections", "private": true, "description": "Fuel Wallet Connections for CRX.", - "version": "0.48.3", + "version": "0.49.0", "license": "Apache-2.0", "main": "src/index.ts", "publishConfig": { diff --git a/packages/playwright-utils/CHANGELOG.md b/packages/playwright-utils/CHANGELOG.md index 4ba83732b..9ed7212ad 100644 --- a/packages/playwright-utils/CHANGELOG.md +++ b/packages/playwright-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @fuels/playwright-utils +## 0.49.0 + +### Minor Changes + +- [#1774](https://github.com/FuelLabs/fuels-wallet/pull/1774) [`32950ceb`](https://github.com/FuelLabs/fuels-wallet/commit/32950cebefc5e207f6c746bed10aa4daa72cef62) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fuel SDK updated to 0.98.0, breaking changes (e.g. Provide.create, async provider calls, removal of AbstractAddress) are covered. Read [here](https://github.com/fuellabs/fuels-ts/releases/tag/v0.98.0) for more info. + ## 0.48.3 ### Patch Changes diff --git a/packages/playwright-utils/package.json b/packages/playwright-utils/package.json index 67ba32d08..f8424578b 100644 --- a/packages/playwright-utils/package.json +++ b/packages/playwright-utils/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/playwright-utils", - "version": "0.48.3", + "version": "0.49.0", "license": "Apache-2.0", "main": "src/index.ts", "type": "module", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index b6ae7c7c4..481436935 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,15 @@ # @fuel-wallet/types +## 0.49.0 + +### Minor Changes + +- [#1774](https://github.com/FuelLabs/fuels-wallet/pull/1774) [`32950ceb`](https://github.com/FuelLabs/fuels-wallet/commit/32950cebefc5e207f6c746bed10aa4daa72cef62) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fuel SDK updated to 0.98.0, breaking changes (e.g. Provide.create, async provider calls, removal of AbstractAddress) are covered. Read [here](https://github.com/fuellabs/fuels-ts/releases/tag/v0.98.0) for more info. + +### Patch Changes + +- [#1774](https://github.com/FuelLabs/fuels-wallet/pull/1774) [`32950ceb`](https://github.com/FuelLabs/fuels-wallet/commit/32950cebefc5e207f6c746bed10aa4daa72cef62) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Gasless transactions are now supported via the `skipCustomFee` param + ## 0.48.3 ## 0.48.2 diff --git a/packages/types/package.json b/packages/types/package.json index f973d8248..0815550a6 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,7 +1,7 @@ { "name": "@fuel-wallet/types", "private": true, - "version": "0.48.3", + "version": "0.49.0", "license": "Apache-2.0", "main": "src/index.ts", "publishConfig": {