From 487ea5fb540e4e3dd65a20bdb24ea2008f1b3089 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 12 Feb 2025 22:00:50 +0000 Subject: [PATCH] ci(changesets): versioning packages --- .changeset/cyan-dancers-shop.md | 7 ------- .changeset/selfish-days-repeat.md | 5 ----- .changeset/tricky-colts-pump.md | 8 -------- packages/app/CHANGELOG.md | 16 ++++++++++++++++ packages/app/package.json | 2 +- packages/connections/CHANGELOG.md | 10 ++++++++++ packages/connections/package.json | 2 +- packages/playwright-utils/CHANGELOG.md | 6 ++++++ packages/playwright-utils/package.json | 2 +- packages/types/CHANGELOG.md | 10 ++++++++++ packages/types/package.json | 2 +- 11 files changed, 46 insertions(+), 24 deletions(-) delete mode 100644 .changeset/cyan-dancers-shop.md delete mode 100644 .changeset/selfish-days-repeat.md delete mode 100644 .changeset/tricky-colts-pump.md diff --git a/.changeset/cyan-dancers-shop.md b/.changeset/cyan-dancers-shop.md deleted file mode 100644 index 231701e7ff..0000000000 --- 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 17f61e361b..0000000000 --- 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 84567c7f07..0000000000 --- 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 8d533017da..097b99e53c 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 17b765cfef..4805052446 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 1cf2b59e50..e9c990e3de 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 25c582d59a..7094ba95c3 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 4ba83732b5..9ed7212ad6 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 67ba32d086..f8424578b1 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 b6ae7c7c40..4814369351 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 f973d82483..0815550a62 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": {