From f6860b169bd8bfe0d2fbfec519bf92f37bd577c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 23 Sep 2024 23:21:09 +0000 Subject: [PATCH] ci(changesets): versioning packages --- .changeset/fast-islands-dress.md | 5 ----- .changeset/four-candles-shop.md | 5 ----- .changeset/funny-melons-sniff.md | 5 ----- .changeset/grumpy-brooms-sing.md | 5 ----- .changeset/happy-clouds-hope.md | 5 ----- .changeset/hungry-spiders-look.md | 5 ----- .changeset/rich-readers-pull.md | 5 ----- .changeset/silent-actors-grow.md | 5 ----- .changeset/slimy-seas-grab.md | 5 ----- .changeset/sour-coats-agree.md | 5 ----- packages/app/CHANGELOG.md | 25 +++++++++++++++++++++++++ packages/app/package.json | 2 +- packages/connections/CHANGELOG.md | 6 ++++++ packages/connections/package.json | 2 +- packages/playwright-utils/CHANGELOG.md | 6 ++++++ packages/playwright-utils/package.json | 2 +- packages/types/CHANGELOG.md | 2 ++ packages/types/package.json | 2 +- 18 files changed, 43 insertions(+), 54 deletions(-) delete mode 100644 .changeset/fast-islands-dress.md delete mode 100644 .changeset/four-candles-shop.md delete mode 100644 .changeset/funny-melons-sniff.md delete mode 100644 .changeset/grumpy-brooms-sing.md delete mode 100644 .changeset/happy-clouds-hope.md delete mode 100644 .changeset/hungry-spiders-look.md delete mode 100644 .changeset/rich-readers-pull.md delete mode 100644 .changeset/silent-actors-grow.md delete mode 100644 .changeset/slimy-seas-grab.md delete mode 100644 .changeset/sour-coats-agree.md diff --git a/.changeset/fast-islands-dress.md b/.changeset/fast-islands-dress.md deleted file mode 100644 index 5a2e665aee..0000000000 --- a/.changeset/fast-islands-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fuels-wallet": patch ---- - -Improve design of alerts in submitted transactions diff --git a/.changeset/four-candles-shop.md b/.changeset/four-candles-shop.md deleted file mode 100644 index 971926d159..0000000000 --- a/.changeset/four-candles-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fuels-wallet": patch ---- - -fix bugs when formatting / creating values with zero units (unknown tokens) diff --git a/.changeset/funny-melons-sniff.md b/.changeset/funny-melons-sniff.md deleted file mode 100644 index 669a98315e..0000000000 --- a/.changeset/funny-melons-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@fuel-wallet/connections": patch ---- - -Fixed extension not being detected as installed after inactivity period. diff --git a/.changeset/grumpy-brooms-sing.md b/.changeset/grumpy-brooms-sing.md deleted file mode 100644 index 0605a41d74..0000000000 --- a/.changeset/grumpy-brooms-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fuels-wallet": patch ---- - -make all unknown tokens / assets use default as zero units diff --git a/.changeset/happy-clouds-hope.md b/.changeset/happy-clouds-hope.md deleted file mode 100644 index 7581977331..0000000000 --- a/.changeset/happy-clouds-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fuels-wallet": patch ---- - -Avoid duplicating instances of injected Content Script diff --git a/.changeset/hungry-spiders-look.md b/.changeset/hungry-spiders-look.md deleted file mode 100644 index 3c0b9d75c1..0000000000 --- a/.changeset/hungry-spiders-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fuels-wallet": patch ---- - -include hooks and helpers to deal with assets, like `useFuelAsset`, `getAssetFuelCurrentChain`, `getFuelAssetByAssetId` diff --git a/.changeset/rich-readers-pull.md b/.changeset/rich-readers-pull.md deleted file mode 100644 index 5fb878fbf1..0000000000 --- a/.changeset/rich-readers-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fuels-wallet": minor ---- - -refactor assets related code of application diff --git a/.changeset/silent-actors-grow.md b/.changeset/silent-actors-grow.md deleted file mode 100644 index a7d026526f..0000000000 --- a/.changeset/silent-actors-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@fuels/playwright-utils": minor ---- - -pump diff --git a/.changeset/slimy-seas-grab.md b/.changeset/slimy-seas-grab.md deleted file mode 100644 index bbe62014e9..0000000000 --- a/.changeset/slimy-seas-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fuels-wallet": patch ---- - -Send screen: enable sending unknown tokens as well diff --git a/.changeset/sour-coats-agree.md b/.changeset/sour-coats-agree.md deleted file mode 100644 index 2eea5a42fd..0000000000 --- a/.changeset/sour-coats-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fuels-wallet": patch ---- - -upgrade database to remove assetId from primaryKey of assets table diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index f66062444c..73d1f1191f 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -1,5 +1,30 @@ # fuels-wallet +## 0.30.0 + +### Minor Changes + +- [#1492](https://github.com/FuelLabs/fuels-wallet/pull/1492) [`76c88c40`](https://github.com/FuelLabs/fuels-wallet/commit/76c88c40a852f7cae599e41b88709078d8fe4d00) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - refactor assets related code of application + +### Patch Changes + +- [#1493](https://github.com/FuelLabs/fuels-wallet/pull/1493) [`4bd3f8f7`](https://github.com/FuelLabs/fuels-wallet/commit/4bd3f8f7e1dc0ba120cf23a9fa5de907b2e0186b) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Improve design of alerts in submitted transactions + +- [#1492](https://github.com/FuelLabs/fuels-wallet/pull/1492) [`76c88c40`](https://github.com/FuelLabs/fuels-wallet/commit/76c88c40a852f7cae599e41b88709078d8fe4d00) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - fix bugs when formatting / creating values with zero units (unknown tokens) + +- [#1492](https://github.com/FuelLabs/fuels-wallet/pull/1492) [`76c88c40`](https://github.com/FuelLabs/fuels-wallet/commit/76c88c40a852f7cae599e41b88709078d8fe4d00) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - make all unknown tokens / assets use default as zero units + +- [#1498](https://github.com/FuelLabs/fuels-wallet/pull/1498) [`698c272c`](https://github.com/FuelLabs/fuels-wallet/commit/698c272c05ffa99a3554af84db72550dfb97879d) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Avoid duplicating instances of injected Content Script + +- [#1492](https://github.com/FuelLabs/fuels-wallet/pull/1492) [`76c88c40`](https://github.com/FuelLabs/fuels-wallet/commit/76c88c40a852f7cae599e41b88709078d8fe4d00) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - include hooks and helpers to deal with assets, like `useFuelAsset`, `getAssetFuelCurrentChain`, `getFuelAssetByAssetId` + +- [#1492](https://github.com/FuelLabs/fuels-wallet/pull/1492) [`76c88c40`](https://github.com/FuelLabs/fuels-wallet/commit/76c88c40a852f7cae599e41b88709078d8fe4d00) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - Send screen: enable sending unknown tokens as well + +- [#1492](https://github.com/FuelLabs/fuels-wallet/pull/1492) [`76c88c40`](https://github.com/FuelLabs/fuels-wallet/commit/76c88c40a852f7cae599e41b88709078d8fe4d00) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - upgrade database to remove assetId from primaryKey of assets table + +- Updated dependencies [[`698c272c`](https://github.com/FuelLabs/fuels-wallet/commit/698c272c05ffa99a3554af84db72550dfb97879d)]: + - @fuel-wallet/connections@0.30.0 + ## 0.29.1 ### Patch Changes diff --git a/packages/app/package.json b/packages/app/package.json index 6c5428a482..e1d085b85f 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,7 +1,7 @@ { "name": "fuels-wallet", "private": true, - "version": "0.29.1", + "version": "0.30.0", "database": "21", "scripts": { "build:all": "run-s build:web build:crx build:storybook", diff --git a/packages/connections/CHANGELOG.md b/packages/connections/CHANGELOG.md index f0c61840e4..a9d4514ca2 100644 --- a/packages/connections/CHANGELOG.md +++ b/packages/connections/CHANGELOG.md @@ -1,5 +1,11 @@ # @fuel-wallet/connections +## 0.30.0 + +### Patch Changes + +- [#1498](https://github.com/FuelLabs/fuels-wallet/pull/1498) [`698c272c`](https://github.com/FuelLabs/fuels-wallet/commit/698c272c05ffa99a3554af84db72550dfb97879d) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fixed extension not being detected as installed after inactivity period. + ## 0.29.1 ### Patch Changes diff --git a/packages/connections/package.json b/packages/connections/package.json index e2c134ae23..d1378fc396 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.29.1", + "version": "0.30.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 d2bf0aa7cc..55cb328983 100644 --- a/packages/playwright-utils/CHANGELOG.md +++ b/packages/playwright-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @fuels/playwright-utils +## 0.30.0 + +### Minor Changes + +- [#1492](https://github.com/FuelLabs/fuels-wallet/pull/1492) [`76c88c40`](https://github.com/FuelLabs/fuels-wallet/commit/76c88c40a852f7cae599e41b88709078d8fe4d00) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - pump + ## 0.29.0 ### Minor Changes diff --git a/packages/playwright-utils/package.json b/packages/playwright-utils/package.json index e71da965f0..44e82e580b 100644 --- a/packages/playwright-utils/package.json +++ b/packages/playwright-utils/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/playwright-utils", - "version": "0.29.0", + "version": "0.30.0", "license": "Apache-2.0", "main": "src/index.ts", "publishConfig": { diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index d9fd6b9222..12ec6734a9 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuel-wallet/types +## 0.30.0 + ## 0.29.1 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index 8dd01c34fb..cf30fa0c07 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,7 +1,7 @@ { "name": "@fuel-wallet/types", "private": true, - "version": "0.29.1", + "version": "0.30.0", "license": "Apache-2.0", "main": "src/index.ts", "publishConfig": {