From 50143a2d11021add470973b17de8278763684520 Mon Sep 17 00:00:00 2001 From: fuel-service-user <134328775+fuel-service-user@users.noreply.github.com> Date: Sun, 25 Aug 2024 16:29:12 -0700 Subject: [PATCH] ci(changesets): versioning packages (#1430) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated. # Releases ## fuels-wallet@0.27.0 ### Minor Changes - [#1420](https://github.com/FuelLabs/fuels-wallet/pull/1420) [`737652ba`](https://github.com/FuelLabs/fuels-wallet/commit/737652badce501292fad509ebadda751ea8792df) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Refactored Sentry implementation, error handling, and report logic ### Patch Changes - [#1429](https://github.com/FuelLabs/fuels-wallet/pull/1429) [`3486bee0`](https://github.com/FuelLabs/fuels-wallet/commit/3486bee0cd249939833f00809dc27fe7260e3a1f) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - Upgrade DB version to include testnet and devnet as initial networks in database - [#1431](https://github.com/FuelLabs/fuels-wallet/pull/1431) [`c1d3dd6b`](https://github.com/FuelLabs/fuels-wallet/commit/c1d3dd6be885cc3b30a704150c89adc8a1c7e22a) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: run e2e test of Lock CRX isolated and remove from regular flow to increase its speed - [#1429](https://github.com/FuelLabs/fuels-wallet/pull/1429) [`3486bee0`](https://github.com/FuelLabs/fuels-wallet/commit/3486bee0cd249939833f00809dc27fe7260e3a1f) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - Include networks Testnet and Devnet by default in network list - [#1420](https://github.com/FuelLabs/fuels-wallet/pull/1420) [`737652ba`](https://github.com/FuelLabs/fuels-wallet/commit/737652badce501292fad509ebadda751ea8792df) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Include "Error Review" screen allowing the user to review and report screens - [#1429](https://github.com/FuelLabs/fuels-wallet/pull/1429) [`3486bee0`](https://github.com/FuelLabs/fuels-wallet/commit/3486bee0cd249939833f00809dc27fe7260e3a1f) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - Improve flow of network URL to wait for click to "Test connection", instead of load automatically - Updated dependencies \[[`737652ba`](https://github.com/FuelLabs/fuels-wallet/commit/737652badce501292fad509ebadda751ea8792df)]: - @fuel-wallet/connections@0.27.0 ## @fuel-wallet/types@0.27.0 ### Minor Changes - [#1420](https://github.com/FuelLabs/fuels-wallet/pull/1420) [`737652ba`](https://github.com/FuelLabs/fuels-wallet/commit/737652badce501292fad509ebadda751ea8792df) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Refactored Sentry implementation, error handling, and report logic ## @fuel-wallet/connections@0.27.0 ### Patch Changes - [#1420](https://github.com/FuelLabs/fuels-wallet/pull/1420) [`737652ba`](https://github.com/FuelLabs/fuels-wallet/commit/737652badce501292fad509ebadda751ea8792df) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fixed broken links to `@fuels/react` in docs Co-authored-by: github-actions[bot] --- .changeset/cyan-taxis-march.md | 5 ----- .changeset/light-pumpkins-drum.md | 5 ----- .changeset/pink-mirrors-smell.md | 5 ----- .changeset/proud-pillows-boil.md | 6 ------ .changeset/tall-hotels-argue.md | 5 ----- .changeset/wet-balloons-attend.md | 5 ----- .changeset/yellow-meals-joke.md | 5 ----- packages/app/CHANGELOG.md | 21 +++++++++++++++++++++ packages/app/package.json | 2 +- packages/connections/CHANGELOG.md | 6 ++++++ packages/connections/package.json | 2 +- packages/types/CHANGELOG.md | 6 ++++++ packages/types/package.json | 2 +- 13 files changed, 36 insertions(+), 39 deletions(-) delete mode 100644 .changeset/cyan-taxis-march.md delete mode 100644 .changeset/light-pumpkins-drum.md delete mode 100644 .changeset/pink-mirrors-smell.md delete mode 100644 .changeset/proud-pillows-boil.md delete mode 100644 .changeset/tall-hotels-argue.md delete mode 100644 .changeset/wet-balloons-attend.md delete mode 100644 .changeset/yellow-meals-joke.md diff --git a/.changeset/cyan-taxis-march.md b/.changeset/cyan-taxis-march.md deleted file mode 100644 index 52608d1d5..000000000 --- a/.changeset/cyan-taxis-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fuels-wallet": patch ---- - -Upgrade DB version to include testnet and devnet as initial networks in database diff --git a/.changeset/light-pumpkins-drum.md b/.changeset/light-pumpkins-drum.md deleted file mode 100644 index 9d70ebb78..000000000 --- a/.changeset/light-pumpkins-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@fuel-wallet/connections": patch ---- - -Fixed broken links to `@fuels/react` in docs diff --git a/.changeset/pink-mirrors-smell.md b/.changeset/pink-mirrors-smell.md deleted file mode 100644 index 9b22572f3..000000000 --- a/.changeset/pink-mirrors-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fuels-wallet": patch ---- - -feat: run e2e test of Lock CRX isolated and remove from regular flow to increase its speed diff --git a/.changeset/proud-pillows-boil.md b/.changeset/proud-pillows-boil.md deleted file mode 100644 index f1ac9707a..000000000 --- a/.changeset/proud-pillows-boil.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@fuel-wallet/types": minor -"fuels-wallet": minor ---- - -Refactored Sentry implementation, error handling, and report logic diff --git a/.changeset/tall-hotels-argue.md b/.changeset/tall-hotels-argue.md deleted file mode 100644 index 01c227650..000000000 --- a/.changeset/tall-hotels-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fuels-wallet": patch ---- - -Include networks Testnet and Devnet by default in network list diff --git a/.changeset/wet-balloons-attend.md b/.changeset/wet-balloons-attend.md deleted file mode 100644 index 5fd5624cc..000000000 --- a/.changeset/wet-balloons-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fuels-wallet": patch ---- - -Include "Error Review" screen allowing the user to review and report screens diff --git a/.changeset/yellow-meals-joke.md b/.changeset/yellow-meals-joke.md deleted file mode 100644 index 398de623e..000000000 --- a/.changeset/yellow-meals-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fuels-wallet": patch ---- - -Improve flow of network URL to wait for click to "Test connection", instead of load automatically diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index cdaf48ea7..c7485485e 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -1,5 +1,26 @@ # fuels-wallet +## 0.27.0 + +### Minor Changes + +- [#1420](https://github.com/FuelLabs/fuels-wallet/pull/1420) [`737652ba`](https://github.com/FuelLabs/fuels-wallet/commit/737652badce501292fad509ebadda751ea8792df) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Refactored Sentry implementation, error handling, and report logic + +### Patch Changes + +- [#1429](https://github.com/FuelLabs/fuels-wallet/pull/1429) [`3486bee0`](https://github.com/FuelLabs/fuels-wallet/commit/3486bee0cd249939833f00809dc27fe7260e3a1f) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - Upgrade DB version to include testnet and devnet as initial networks in database + +- [#1431](https://github.com/FuelLabs/fuels-wallet/pull/1431) [`c1d3dd6b`](https://github.com/FuelLabs/fuels-wallet/commit/c1d3dd6be885cc3b30a704150c89adc8a1c7e22a) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: run e2e test of Lock CRX isolated and remove from regular flow to increase its speed + +- [#1429](https://github.com/FuelLabs/fuels-wallet/pull/1429) [`3486bee0`](https://github.com/FuelLabs/fuels-wallet/commit/3486bee0cd249939833f00809dc27fe7260e3a1f) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - Include networks Testnet and Devnet by default in network list + +- [#1420](https://github.com/FuelLabs/fuels-wallet/pull/1420) [`737652ba`](https://github.com/FuelLabs/fuels-wallet/commit/737652badce501292fad509ebadda751ea8792df) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Include "Error Review" screen allowing the user to review and report screens + +- [#1429](https://github.com/FuelLabs/fuels-wallet/pull/1429) [`3486bee0`](https://github.com/FuelLabs/fuels-wallet/commit/3486bee0cd249939833f00809dc27fe7260e3a1f) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - Improve flow of network URL to wait for click to "Test connection", instead of load automatically + +- Updated dependencies [[`737652ba`](https://github.com/FuelLabs/fuels-wallet/commit/737652badce501292fad509ebadda751ea8792df)]: + - @fuel-wallet/connections@0.27.0 + ## 0.26.0 ### Minor Changes diff --git a/packages/app/package.json b/packages/app/package.json index cbaaf7749..06acf2188 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,7 +1,7 @@ { "name": "fuels-wallet", "private": true, - "version": "0.26.0", + "version": "0.27.0", "database": "18", "scripts": { "build:all": "run-s build:web build:crx build:storybook", diff --git a/packages/connections/CHANGELOG.md b/packages/connections/CHANGELOG.md index 211fa3eb3..0ee7f74f0 100644 --- a/packages/connections/CHANGELOG.md +++ b/packages/connections/CHANGELOG.md @@ -1,5 +1,11 @@ # @fuel-wallet/connections +## 0.27.0 + +### Patch Changes + +- [#1420](https://github.com/FuelLabs/fuels-wallet/pull/1420) [`737652ba`](https://github.com/FuelLabs/fuels-wallet/commit/737652badce501292fad509ebadda751ea8792df) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fixed broken links to `@fuels/react` in docs + ## 0.26.0 ### Minor Changes diff --git a/packages/connections/package.json b/packages/connections/package.json index 3880536c3..8f6b1ac38 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.26.0", + "version": "0.27.0", "license": "Apache-2.0", "main": "src/index.ts", "publishConfig": { diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 726eb4eb7..3f5429dfd 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,11 @@ # @fuel-wallet/types +## 0.27.0 + +### Minor Changes + +- [#1420](https://github.com/FuelLabs/fuels-wallet/pull/1420) [`737652ba`](https://github.com/FuelLabs/fuels-wallet/commit/737652badce501292fad509ebadda751ea8792df) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Refactored Sentry implementation, error handling, and report logic + ## 0.26.0 ### Minor Changes diff --git a/packages/types/package.json b/packages/types/package.json index cb866ae02..d9c2b661d 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,7 +1,7 @@ { "name": "@fuel-wallet/types", "private": true, - "version": "0.26.0", + "version": "0.27.0", "license": "Apache-2.0", "main": "src/index.ts", "publishConfig": {