From a965caa71ea6d86f53e525989dd00ccebe39acce Mon Sep 17 00:00:00 2001 From: fuel-service-user <134328775+fuel-service-user@users.noreply.github.com> Date: Tue, 10 Sep 2024 08:18:28 -0700 Subject: [PATCH] ci(changesets): versioning packages (#1461) 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.4 ### Patch Changes - [#1463](https://github.com/FuelLabs/fuels-wallet/pull/1463) [`4fbc6955`](https://github.com/FuelLabs/fuels-wallet/commit/4fbc69553c2d30a2112bdfa1a2f373c9b8655ec4) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - force providerUrl on signTransactions, instead of using directly from provider - [#1459](https://github.com/FuelLabs/fuels-wallet/pull/1459) [`00234c0a`](https://github.com/FuelLabs/fuels-wallet/commit/00234c0aecf1255f173bbe4387dd8d08546c55b5) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fixed extension freezing when validating a specifically malformed network URL - Updated dependencies \[]: - @fuel-wallet/connections@0.27.4 ## @fuel-wallet/connections@0.27.4 ## @fuel-wallet/types@0.27.4 Co-authored-by: github-actions[bot] --- .changeset/angry-wombats-thank.md | 5 ----- .changeset/pink-ties-report.md | 5 ----- packages/app/CHANGELOG.md | 11 +++++++++++ packages/app/package.json | 2 +- packages/connections/CHANGELOG.md | 2 ++ packages/connections/package.json | 2 +- packages/types/CHANGELOG.md | 2 ++ packages/types/package.json | 2 +- 8 files changed, 18 insertions(+), 13 deletions(-) delete mode 100644 .changeset/angry-wombats-thank.md delete mode 100644 .changeset/pink-ties-report.md diff --git a/.changeset/angry-wombats-thank.md b/.changeset/angry-wombats-thank.md deleted file mode 100644 index 4c301f169..000000000 --- a/.changeset/angry-wombats-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fuels-wallet": patch ---- - -force providerUrl on signTransactions, instead of using directly from provider diff --git a/.changeset/pink-ties-report.md b/.changeset/pink-ties-report.md deleted file mode 100644 index 128be8efe..000000000 --- a/.changeset/pink-ties-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fuels-wallet": patch ---- - -Fixed extension freezing when validating a specifically malformed network URL diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index a1e45b550..8f942fb5c 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -1,5 +1,16 @@ # fuels-wallet +## 0.27.4 + +### Patch Changes + +- [#1463](https://github.com/FuelLabs/fuels-wallet/pull/1463) [`4fbc6955`](https://github.com/FuelLabs/fuels-wallet/commit/4fbc69553c2d30a2112bdfa1a2f373c9b8655ec4) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - force providerUrl on signTransactions, instead of using directly from provider + +- [#1459](https://github.com/FuelLabs/fuels-wallet/pull/1459) [`00234c0a`](https://github.com/FuelLabs/fuels-wallet/commit/00234c0aecf1255f173bbe4387dd8d08546c55b5) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fixed extension freezing when validating a specifically malformed network URL + +- Updated dependencies []: + - @fuel-wallet/connections@0.27.4 + ## 0.27.3 ### Patch Changes diff --git a/packages/app/package.json b/packages/app/package.json index b06d941b3..6a7f4dbcd 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,7 +1,7 @@ { "name": "fuels-wallet", "private": true, - "version": "0.27.3", + "version": "0.27.4", "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 d23f05eb7..3871a5801 100644 --- a/packages/connections/CHANGELOG.md +++ b/packages/connections/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuel-wallet/connections +## 0.27.4 + ## 0.27.3 ### Patch Changes diff --git a/packages/connections/package.json b/packages/connections/package.json index 1a3accdf5..1218a2dc3 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.27.3", + "version": "0.27.4", "license": "Apache-2.0", "main": "src/index.ts", "publishConfig": { diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 63ef96dda..dbdca1ebe 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuel-wallet/types +## 0.27.4 + ## 0.27.3 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index da4ffe5db..00201708e 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,7 +1,7 @@ { "name": "@fuel-wallet/types", "private": true, - "version": "0.27.3", + "version": "0.27.4", "license": "Apache-2.0", "main": "src/index.ts", "publishConfig": {