From cfa9a172a09d3ff513727e20cabf23f94b74c0d4 Mon Sep 17 00:00:00 2001 From: fuel-service-user <134328775+fuel-service-user@users.noreply.github.com> Date: Thu, 25 Apr 2024 14:58:34 -0700 Subject: [PATCH] ci(changesets): versioning packages (#1227) 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.16.3 ### Patch Changes - [#1230](https://github.com/FuelLabs/fuels-wallet/pull/1230) [`21a7d80f`](https://github.com/FuelLabs/fuels-wallet/commit/21a7d80f5fdf13fdbced8931f9a74d1596572b57) Thanks [@arthurgeron](https://github.com/arthurgeron)! - fixes service worker services not restarting communication protocol when DB closes or blocks - [#1195](https://github.com/FuelLabs/fuels-wallet/pull/1195) [`4fbc8e78`](https://github.com/FuelLabs/fuels-wallet/commit/4fbc8e78ad7609ca0cf5902e8ac05b858a430042) Thanks [@helciofranco](https://github.com/helciofranco)! - fix: disables auto-complete for more input fields (sending transactions, adding asset and changing password). - [#1231](https://github.com/FuelLabs/fuels-wallet/pull/1231) [`0ff8cff1`](https://github.com/FuelLabs/fuels-wallet/commit/0ff8cff1bdf084e286a2c1516577663d725eaab8) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fixed flaky playwright e2e tests - [#1223](https://github.com/FuelLabs/fuels-wallet/pull/1223) [`5c0cdbf0`](https://github.com/FuelLabs/fuels-wallet/commit/5c0cdbf0df2d293e248107b9d9d0404b412db73f) Thanks [@arthurgeron](https://github.com/arthurgeron)! - fix: names labels not center justified - [#1243](https://github.com/FuelLabs/fuels-wallet/pull/1243) [`06e2bf1a`](https://github.com/FuelLabs/fuels-wallet/commit/06e2bf1a3ca6f5b5780794dd4b6ce71a9648c186) Thanks [@luizstacio](https://github.com/luizstacio)! - feat: add auto-update wallet in the background - Updated dependencies \[[`4fbc8e78`](https://github.com/FuelLabs/fuels-wallet/commit/4fbc8e78ad7609ca0cf5902e8ac05b858a430042)]: - @fuel-wallet/connections@0.16.3 ## @fuel-wallet/connections@0.16.3 ### Patch Changes - [#1195](https://github.com/FuelLabs/fuels-wallet/pull/1195) [`4fbc8e78`](https://github.com/FuelLabs/fuels-wallet/commit/4fbc8e78ad7609ca0cf5902e8ac05b858a430042) Thanks [@helciofranco](https://github.com/helciofranco)! - fix: disables auto-complete for more input fields (sending transactions, adding asset and changing password). - Updated dependencies \[[`21a7d80f`](https://github.com/FuelLabs/fuels-wallet/commit/21a7d80f5fdf13fdbced8931f9a74d1596572b57), [`4fbc8e78`](https://github.com/FuelLabs/fuels-wallet/commit/4fbc8e78ad7609ca0cf5902e8ac05b858a430042)]: - @fuel-wallet/types@0.16.3 ## @fuel-wallet/types@0.16.3 ### Patch Changes - [#1230](https://github.com/FuelLabs/fuels-wallet/pull/1230) [`21a7d80f`](https://github.com/FuelLabs/fuels-wallet/commit/21a7d80f5fdf13fdbced8931f9a74d1596572b57) Thanks [@arthurgeron](https://github.com/arthurgeron)! - fixes service worker services not restarting communication protocol when DB closes or blocks - [#1195](https://github.com/FuelLabs/fuels-wallet/pull/1195) [`4fbc8e78`](https://github.com/FuelLabs/fuels-wallet/commit/4fbc8e78ad7609ca0cf5902e8ac05b858a430042) Thanks [@helciofranco](https://github.com/helciofranco)! - fix: disables auto-complete for more input fields (sending transactions, adding asset and changing password). Co-authored-by: github-actions[bot] --- .changeset/angry-cats-help.md | 6 ------ .changeset/curvy-rings-sell.md | 7 ------- .changeset/itchy-drinks-switch.md | 5 ----- .changeset/perfect-dolphins-compete.md | 5 ----- .changeset/tiny-beds-flow.md | 5 ----- packages/app/CHANGELOG.md | 17 +++++++++++++++++ packages/app/package.json | 2 +- packages/connections/CHANGELOG.md | 9 +++++++++ packages/connections/package.json | 4 ++-- packages/types/CHANGELOG.md | 8 ++++++++ packages/types/package.json | 2 +- 11 files changed, 38 insertions(+), 32 deletions(-) delete mode 100644 .changeset/angry-cats-help.md delete mode 100644 .changeset/curvy-rings-sell.md delete mode 100644 .changeset/itchy-drinks-switch.md delete mode 100644 .changeset/perfect-dolphins-compete.md delete mode 100644 .changeset/tiny-beds-flow.md diff --git a/.changeset/angry-cats-help.md b/.changeset/angry-cats-help.md deleted file mode 100644 index e0a01496b..000000000 --- a/.changeset/angry-cats-help.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@fuel-wallet/types": patch -"fuels-wallet": patch ---- - -fixes service worker services not restarting communication protocol when DB closes or blocks diff --git a/.changeset/curvy-rings-sell.md b/.changeset/curvy-rings-sell.md deleted file mode 100644 index c9458b188..000000000 --- a/.changeset/curvy-rings-sell.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@fuel-wallet/connections": patch -"@fuel-wallet/types": patch -"fuels-wallet": patch ---- - -fix: disables auto-complete for more input fields (sending transactions, adding asset and changing password). \ No newline at end of file diff --git a/.changeset/itchy-drinks-switch.md b/.changeset/itchy-drinks-switch.md deleted file mode 100644 index 54be56c61..000000000 --- a/.changeset/itchy-drinks-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fuels-wallet": patch ---- - -Fixed flaky playwright e2e tests diff --git a/.changeset/perfect-dolphins-compete.md b/.changeset/perfect-dolphins-compete.md deleted file mode 100644 index ca5fa0732..000000000 --- a/.changeset/perfect-dolphins-compete.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fuels-wallet": patch ---- - -fix: names labels not center justified diff --git a/.changeset/tiny-beds-flow.md b/.changeset/tiny-beds-flow.md deleted file mode 100644 index 5b7c730f6..000000000 --- a/.changeset/tiny-beds-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fuels-wallet": patch ---- - -feat: add auto-update wallet in the background diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index e58190144..3bfa5dea9 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -1,5 +1,22 @@ # fuels-wallet +## 0.16.3 + +### Patch Changes + +- [#1230](https://github.com/FuelLabs/fuels-wallet/pull/1230) [`21a7d80f`](https://github.com/FuelLabs/fuels-wallet/commit/21a7d80f5fdf13fdbced8931f9a74d1596572b57) Thanks [@arthurgeron](https://github.com/arthurgeron)! - fixes service worker services not restarting communication protocol when DB closes or blocks + +- [#1195](https://github.com/FuelLabs/fuels-wallet/pull/1195) [`4fbc8e78`](https://github.com/FuelLabs/fuels-wallet/commit/4fbc8e78ad7609ca0cf5902e8ac05b858a430042) Thanks [@helciofranco](https://github.com/helciofranco)! - fix: disables auto-complete for more input fields (sending transactions, adding asset and changing password). + +- [#1231](https://github.com/FuelLabs/fuels-wallet/pull/1231) [`0ff8cff1`](https://github.com/FuelLabs/fuels-wallet/commit/0ff8cff1bdf084e286a2c1516577663d725eaab8) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fixed flaky playwright e2e tests + +- [#1223](https://github.com/FuelLabs/fuels-wallet/pull/1223) [`5c0cdbf0`](https://github.com/FuelLabs/fuels-wallet/commit/5c0cdbf0df2d293e248107b9d9d0404b412db73f) Thanks [@arthurgeron](https://github.com/arthurgeron)! - fix: names labels not center justified + +- [#1243](https://github.com/FuelLabs/fuels-wallet/pull/1243) [`06e2bf1a`](https://github.com/FuelLabs/fuels-wallet/commit/06e2bf1a3ca6f5b5780794dd4b6ce71a9648c186) Thanks [@luizstacio](https://github.com/luizstacio)! - feat: add auto-update wallet in the background + +- Updated dependencies [[`4fbc8e78`](https://github.com/FuelLabs/fuels-wallet/commit/4fbc8e78ad7609ca0cf5902e8ac05b858a430042)]: + - @fuel-wallet/connections@0.16.3 + ## 0.16.2 ### Patch Changes diff --git a/packages/app/package.json b/packages/app/package.json index e7f100fb8..20d8898d2 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,7 +1,7 @@ { "name": "fuels-wallet", "private": true, - "version": "0.16.2", + "version": "0.16.3", "database": "14", "scripts": { "build:all": "run-s build:web build:crx build:storybook", diff --git a/packages/connections/CHANGELOG.md b/packages/connections/CHANGELOG.md index c7fc5b71e..f45032d71 100644 --- a/packages/connections/CHANGELOG.md +++ b/packages/connections/CHANGELOG.md @@ -1,5 +1,14 @@ # @fuel-wallet/connections +## 0.16.3 + +### Patch Changes + +- [#1195](https://github.com/FuelLabs/fuels-wallet/pull/1195) [`4fbc8e78`](https://github.com/FuelLabs/fuels-wallet/commit/4fbc8e78ad7609ca0cf5902e8ac05b858a430042) Thanks [@helciofranco](https://github.com/helciofranco)! - fix: disables auto-complete for more input fields (sending transactions, adding asset and changing password). + +- Updated dependencies [[`21a7d80f`](https://github.com/FuelLabs/fuels-wallet/commit/21a7d80f5fdf13fdbced8931f9a74d1596572b57), [`4fbc8e78`](https://github.com/FuelLabs/fuels-wallet/commit/4fbc8e78ad7609ca0cf5902e8ac05b858a430042)]: + - @fuel-wallet/types@0.16.3 + ## 0.16.2 ### Patch Changes diff --git a/packages/connections/package.json b/packages/connections/package.json index 68aee3595..7c71c87de 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.16.2", + "version": "0.16.3", "license": "Apache-2.0", "main": "src/index.ts", "publishConfig": { @@ -31,7 +31,7 @@ "uuid": "^9.0.1" }, "peerDependencies": { - "@fuel-wallet/types": ">=0.16.2", + "@fuel-wallet/types": ">=0.16.3", "@fuels/connectors": ">=0.1.1", "fuels": ">=0.77.0" }, diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index e2ae7abd4..131b2e41c 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,13 @@ # @fuel-wallet/types +## 0.16.3 + +### Patch Changes + +- [#1230](https://github.com/FuelLabs/fuels-wallet/pull/1230) [`21a7d80f`](https://github.com/FuelLabs/fuels-wallet/commit/21a7d80f5fdf13fdbced8931f9a74d1596572b57) Thanks [@arthurgeron](https://github.com/arthurgeron)! - fixes service worker services not restarting communication protocol when DB closes or blocks + +- [#1195](https://github.com/FuelLabs/fuels-wallet/pull/1195) [`4fbc8e78`](https://github.com/FuelLabs/fuels-wallet/commit/4fbc8e78ad7609ca0cf5902e8ac05b858a430042) Thanks [@helciofranco](https://github.com/helciofranco)! - fix: disables auto-complete for more input fields (sending transactions, adding asset and changing password). + ## 0.16.2 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index 988bcf475..74d9a61b5 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,7 +1,7 @@ { "name": "@fuel-wallet/types", "private": true, - "version": "0.16.2", + "version": "0.16.3", "license": "Apache-2.0", "main": "src/index.ts", "publishConfig": {