From 7cf54ae300917f87f4a181163ebe2f53d9cb5358 Mon Sep 17 00:00:00 2001 From: fuel-service-user <134328775+fuel-service-user@users.noreply.github.com> Date: Thu, 31 Oct 2024 23:38:27 -0700 Subject: [PATCH] ci(changesets): versioning packages (#1642) 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/playwright-utils@0.41.0 ## fuels-wallet@0.41.0 ### Minor Changes - [#1629](https://github.com/FuelLabs/fuels-wallet/pull/1629) [`8a20dded`](https://github.com/FuelLabs/fuels-wallet/commit/8a20ddedbebe2c49c985d414766f2307e275db8b) Thanks [@rodrigobranas](https://github.com/rodrigobranas)! - added SRC20 custom assets name, symbol and decimal resolve from indexer ### Patch Changes - [#1635](https://github.com/FuelLabs/fuels-wallet/pull/1635) [`448d6db2`](https://github.com/FuelLabs/fuels-wallet/commit/448d6db2f7ecf8dd53fd90c755b821aa1e4d0619) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Require chainId on add network - Updated dependencies \[]: - @fuel-wallet/connections@0.41.0 ## @fuel-wallet/types@0.41.0 ### Minor Changes - [#1629](https://github.com/FuelLabs/fuels-wallet/pull/1629) [`8a20dded`](https://github.com/FuelLabs/fuels-wallet/commit/8a20ddedbebe2c49c985d414766f2307e275db8b) Thanks [@rodrigobranas](https://github.com/rodrigobranas)! - added SRC20 custom assets name, symbol and decimal resolve from indexer ## @fuel-wallet/connections@0.41.0 Co-authored-by: github-actions[bot] --- .changeset/chatty-llamas-worry.md | 6 ------ .changeset/six-chairs-collect.md | 5 ----- packages/app/CHANGELOG.md | 13 +++++++++++++ packages/app/package.json | 2 +- packages/connections/CHANGELOG.md | 2 ++ packages/connections/package.json | 2 +- packages/playwright-utils/CHANGELOG.md | 2 ++ packages/playwright-utils/package.json | 2 +- packages/types/CHANGELOG.md | 6 ++++++ packages/types/package.json | 2 +- 10 files changed, 27 insertions(+), 15 deletions(-) delete mode 100644 .changeset/chatty-llamas-worry.md delete mode 100644 .changeset/six-chairs-collect.md diff --git a/.changeset/chatty-llamas-worry.md b/.changeset/chatty-llamas-worry.md deleted file mode 100644 index f68fb8229..000000000 --- a/.changeset/chatty-llamas-worry.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@fuel-wallet/types": minor -"fuels-wallet": minor ---- - -added SRC20 custom assets name, symbol and decimal resolve from indexer diff --git a/.changeset/six-chairs-collect.md b/.changeset/six-chairs-collect.md deleted file mode 100644 index 6058aaae8..000000000 --- a/.changeset/six-chairs-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fuels-wallet": patch ---- - -Require chainId on add network diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index e1a28ca87..2b13d3f0e 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -1,5 +1,18 @@ # fuels-wallet +## 0.41.0 + +### Minor Changes + +- [#1629](https://github.com/FuelLabs/fuels-wallet/pull/1629) [`8a20dded`](https://github.com/FuelLabs/fuels-wallet/commit/8a20ddedbebe2c49c985d414766f2307e275db8b) Thanks [@rodrigobranas](https://github.com/rodrigobranas)! - added SRC20 custom assets name, symbol and decimal resolve from indexer + +### Patch Changes + +- [#1635](https://github.com/FuelLabs/fuels-wallet/pull/1635) [`448d6db2`](https://github.com/FuelLabs/fuels-wallet/commit/448d6db2f7ecf8dd53fd90c755b821aa1e4d0619) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Require chainId on add network + +- Updated dependencies []: + - @fuel-wallet/connections@0.41.0 + ## 0.40.1 ### Patch Changes diff --git a/packages/app/package.json b/packages/app/package.json index 1f3f4eff0..318602ca1 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,7 +1,7 @@ { "name": "fuels-wallet", "private": true, - "version": "0.40.1", + "version": "0.41.0", "database": "23", "scripts": { "build:all": "run-s build:web build:crx build:storybook", diff --git a/packages/connections/CHANGELOG.md b/packages/connections/CHANGELOG.md index 24e82322a..d1fad87b5 100644 --- a/packages/connections/CHANGELOG.md +++ b/packages/connections/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuel-wallet/connections +## 0.41.0 + ## 0.40.1 ## 0.40.0 diff --git a/packages/connections/package.json b/packages/connections/package.json index feb7c2c42..5830e84e2 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.40.1", + "version": "0.41.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 312c726c8..7ed4d7383 100644 --- a/packages/playwright-utils/CHANGELOG.md +++ b/packages/playwright-utils/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/playwright-utils +## 0.41.0 + ## 0.40.1 ## 0.40.0 diff --git a/packages/playwright-utils/package.json b/packages/playwright-utils/package.json index 29b856f62..ba456d245 100644 --- a/packages/playwright-utils/package.json +++ b/packages/playwright-utils/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/playwright-utils", - "version": "0.40.1", + "version": "0.41.0", "license": "Apache-2.0", "main": "src/index.ts", "publishConfig": { diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 8b3f0d418..b549e667b 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,11 @@ # @fuel-wallet/types +## 0.41.0 + +### Minor Changes + +- [#1629](https://github.com/FuelLabs/fuels-wallet/pull/1629) [`8a20dded`](https://github.com/FuelLabs/fuels-wallet/commit/8a20ddedbebe2c49c985d414766f2307e275db8b) Thanks [@rodrigobranas](https://github.com/rodrigobranas)! - added SRC20 custom assets name, symbol and decimal resolve from indexer + ## 0.40.1 ## 0.40.0 diff --git a/packages/types/package.json b/packages/types/package.json index faca09662..1307d0603 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,7 +1,7 @@ { "name": "@fuel-wallet/types", "private": true, - "version": "0.40.1", + "version": "0.41.0", "license": "Apache-2.0", "main": "src/index.ts", "publishConfig": {