From 7f9ef5cb29a5b827819a6e9d0d3d72d26ec315a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9lcio=20Franco?= Date: Thu, 11 Apr 2024 10:15:50 -0300 Subject: [PATCH] Revert "ci(changesets): versioning packages (#1151)" This reverts commit 125c3268b8d1f556a240e7275cac45e464838585. --- .changeset/blue-zoos-flow.md | 7 +++++ .changeset/chilled-seahorses-brush.md | 5 +++ .changeset/curly-lamps-work.md | 5 +++ .changeset/five-buses-jump.md | 5 +++ .changeset/itchy-islands-visit.md | 7 +++++ .changeset/lovely-balloons-behave.md | 5 +++ .changeset/mighty-doors-ring.md | 2 ++ .changeset/new-owls-tickle.md | 7 +++++ .changeset/rich-pens-wave.md | 8 +++++ .changeset/short-feet-provide.md | 5 +++ .changeset/slimy-windows-prove.md | 7 +++++ .changeset/small-vans-remember.md | 7 +++++ .changeset/swift-lobsters-chew.md | 2 ++ .changeset/tame-flowers-grow.md | 7 +++++ .changeset/thick-feet-design.md | 11 +++++++ .changeset/three-seas-remember.md | 7 +++++ .changeset/twenty-cups-sparkle.md | 5 +++ packages/app/CHANGELOG.md | 45 --------------------------- packages/app/package.json | 2 +- packages/connections/CHANGELOG.md | 22 ------------- packages/connections/package.json | 8 +++-- packages/types/CHANGELOG.md | 19 ----------- packages/types/package.json | 2 +- 23 files changed, 109 insertions(+), 91 deletions(-) create mode 100644 .changeset/blue-zoos-flow.md create mode 100644 .changeset/chilled-seahorses-brush.md create mode 100644 .changeset/curly-lamps-work.md create mode 100644 .changeset/five-buses-jump.md create mode 100644 .changeset/itchy-islands-visit.md create mode 100644 .changeset/lovely-balloons-behave.md create mode 100644 .changeset/mighty-doors-ring.md create mode 100644 .changeset/new-owls-tickle.md create mode 100644 .changeset/rich-pens-wave.md create mode 100644 .changeset/short-feet-provide.md create mode 100644 .changeset/slimy-windows-prove.md create mode 100644 .changeset/small-vans-remember.md create mode 100644 .changeset/swift-lobsters-chew.md create mode 100644 .changeset/tame-flowers-grow.md create mode 100644 .changeset/thick-feet-design.md create mode 100644 .changeset/three-seas-remember.md create mode 100644 .changeset/twenty-cups-sparkle.md diff --git a/.changeset/blue-zoos-flow.md b/.changeset/blue-zoos-flow.md new file mode 100644 index 000000000..13e3b8b4f --- /dev/null +++ b/.changeset/blue-zoos-flow.md @@ -0,0 +1,7 @@ +--- +'@fuel-wallet/connections': patch +'@fuel-wallet/types': patch +'fuels-wallet': patch +--- + +chore: update ts-sdk and fuel-ui packages diff --git a/.changeset/chilled-seahorses-brush.md b/.changeset/chilled-seahorses-brush.md new file mode 100644 index 000000000..aa7ab64e6 --- /dev/null +++ b/.changeset/chilled-seahorses-brush.md @@ -0,0 +1,5 @@ +--- +"fuels-wallet": patch +--- + +ci: update to tag latest diff --git a/.changeset/curly-lamps-work.md b/.changeset/curly-lamps-work.md new file mode 100644 index 000000000..f9f137edb --- /dev/null +++ b/.changeset/curly-lamps-work.md @@ -0,0 +1,5 @@ +--- +"fuels-wallet": patch +--- + +Fixes Approve Transaction screen staying in a partially loading state after approving a transaction diff --git a/.changeset/five-buses-jump.md b/.changeset/five-buses-jump.md new file mode 100644 index 000000000..b4d5557bd --- /dev/null +++ b/.changeset/five-buses-jump.md @@ -0,0 +1,5 @@ +--- +"fuels-wallet": patch +--- + +fix: transaction id available on transaction approved page, it was taking the user to a broken page (undefined id). diff --git a/.changeset/itchy-islands-visit.md b/.changeset/itchy-islands-visit.md new file mode 100644 index 000000000..5d4a6916a --- /dev/null +++ b/.changeset/itchy-islands-visit.md @@ -0,0 +1,7 @@ +--- +"@fuel-wallet/connections": patch +"@fuel-wallet/types": patch +"fuels-wallet": patch +--- + +ci: update to tag latest diff --git a/.changeset/lovely-balloons-behave.md b/.changeset/lovely-balloons-behave.md new file mode 100644 index 000000000..db9c911fe --- /dev/null +++ b/.changeset/lovely-balloons-behave.md @@ -0,0 +1,5 @@ +--- +"fuels-wallet": patch +--- + +Prevent the Change Password dialog from allowing the new password to be the same as the current password #1203 diff --git a/.changeset/mighty-doors-ring.md b/.changeset/mighty-doors-ring.md new file mode 100644 index 000000000..a845151cc --- /dev/null +++ b/.changeset/mighty-doors-ring.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.changeset/new-owls-tickle.md b/.changeset/new-owls-tickle.md new file mode 100644 index 000000000..a7739d3cd --- /dev/null +++ b/.changeset/new-owls-tickle.md @@ -0,0 +1,7 @@ +--- +'@fuel-wallet/connections': patch +'@fuel-wallet/types': patch +'fuels-wallet': patch +--- + +ci: replace prettier and eslint with biomejs (dev) diff --git a/.changeset/rich-pens-wave.md b/.changeset/rich-pens-wave.md new file mode 100644 index 000000000..5cb963244 --- /dev/null +++ b/.changeset/rich-pens-wave.md @@ -0,0 +1,8 @@ +--- +"fuels-wallet": patch +--- + +- Display the full app URL when it's big (instead of truncating it). +- Sync the information displayed in the connected app `list` and `edit` screens. +- Improve how the URL are displayed, focusing on the `hostname` mostly. +- Display only the first two initials on the Avatar when the page has a long title (2+ words). \ No newline at end of file diff --git a/.changeset/short-feet-provide.md b/.changeset/short-feet-provide.md new file mode 100644 index 000000000..732d5a62d --- /dev/null +++ b/.changeset/short-feet-provide.md @@ -0,0 +1,5 @@ +--- +"fuels-wallet": patch +--- + +chore: replaces a warning icon (orange) with a info icon (gray) from the connection list screen. diff --git a/.changeset/slimy-windows-prove.md b/.changeset/slimy-windows-prove.md new file mode 100644 index 000000000..f9377fa11 --- /dev/null +++ b/.changeset/slimy-windows-prove.md @@ -0,0 +1,7 @@ +--- +"@fuel-wallet/connections": patch +"@fuel-wallet/types": patch +--- + +ci: make connections and types packages private +we don't need to use publish them anymore because it's going to be used only by the CRX \ No newline at end of file diff --git a/.changeset/small-vans-remember.md b/.changeset/small-vans-remember.md new file mode 100644 index 000000000..5d4a6916a --- /dev/null +++ b/.changeset/small-vans-remember.md @@ -0,0 +1,7 @@ +--- +"@fuel-wallet/connections": patch +"@fuel-wallet/types": patch +"fuels-wallet": patch +--- + +ci: update to tag latest diff --git a/.changeset/swift-lobsters-chew.md b/.changeset/swift-lobsters-chew.md new file mode 100644 index 000000000..a845151cc --- /dev/null +++ b/.changeset/swift-lobsters-chew.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.changeset/tame-flowers-grow.md b/.changeset/tame-flowers-grow.md new file mode 100644 index 000000000..1b81cd1a1 --- /dev/null +++ b/.changeset/tame-flowers-grow.md @@ -0,0 +1,7 @@ +--- +'@fuel-wallet/connections': patch +'@fuel-wallet/types': patch +'fuels-wallet': patch +--- + +feat: bump SDK to latest version diff --git a/.changeset/thick-feet-design.md b/.changeset/thick-feet-design.md new file mode 100644 index 000000000..f62fb1e75 --- /dev/null +++ b/.changeset/thick-feet-design.md @@ -0,0 +1,11 @@ +--- +"fuels-wallet": patch +--- + +Previously, `Wallet Manager` was failing to clear properly when `db.clear();` is called. + +This led to wrong account addresses generation, as updates to the `IndexedDB` didn't reflect in the Wallet Manager's internal state, particularly the `#vaults` property. + +To resolve this issue, I implemented a manual call to `removeVault` during logout. + +This ensures that each new wallet generated starts from scratch, free from interference by any previous mnemonic vault. \ No newline at end of file diff --git a/.changeset/three-seas-remember.md b/.changeset/three-seas-remember.md new file mode 100644 index 000000000..4ddb56b1d --- /dev/null +++ b/.changeset/three-seas-remember.md @@ -0,0 +1,7 @@ +--- +"@fuel-wallet/connections": patch +"@fuel-wallet/types": patch +"fuels-wallet": patch +--- + +ci: enable biomejs rules (as it was with eslint and prettier) diff --git a/.changeset/twenty-cups-sparkle.md b/.changeset/twenty-cups-sparkle.md new file mode 100644 index 000000000..ec36a21e9 --- /dev/null +++ b/.changeset/twenty-cups-sparkle.md @@ -0,0 +1,5 @@ +--- +"fuels-wallet": patch +--- + +fix: disable autocomplete from the private key input. diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index e58190144..af596bbec 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -1,50 +1,5 @@ # fuels-wallet -## 0.16.2 - -### Patch Changes - -- [#1113](https://github.com/FuelLabs/fuels-wallet/pull/1113) [`3c5d91d`](https://github.com/FuelLabs/fuels-wallet/commit/3c5d91d04262c492253fc3c06388a0d155e54861) Thanks [@helciofranco](https://github.com/helciofranco)! - chore: update ts-sdk and fuel-ui packages - -- [#1198](https://github.com/FuelLabs/fuels-wallet/pull/1198) [`7fac95e`](https://github.com/FuelLabs/fuels-wallet/commit/7fac95e0417bfa675d62538e010541878ea55120) Thanks [@fuel-service-user](https://github.com/fuel-service-user)! - ci: update to tag latest - -- [#1218](https://github.com/FuelLabs/fuels-wallet/pull/1218) [`616f091`](https://github.com/FuelLabs/fuels-wallet/commit/616f091c225420e04a3d96a1a80312e5578e48d7) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fixes Approve Transaction screen staying in a partially loading state after approving a transaction - -- [#1196](https://github.com/FuelLabs/fuels-wallet/pull/1196) [`1427f2b`](https://github.com/FuelLabs/fuels-wallet/commit/1427f2b615c25cc5b50182ee261ea1bef6b96702) Thanks [@helciofranco](https://github.com/helciofranco)! - fix: transaction id available on transaction approved page, it was taking the user to a broken page (undefined id). - -- [#1170](https://github.com/FuelLabs/fuels-wallet/pull/1170) [`aa684b3`](https://github.com/FuelLabs/fuels-wallet/commit/aa684b3d965400f4c0c769840bb70559c9751ee6) Thanks [@fuel-service-user](https://github.com/fuel-service-user)! - ci: update to tag latest - -- [#1217](https://github.com/FuelLabs/fuels-wallet/pull/1217) [`8f94aee`](https://github.com/FuelLabs/fuels-wallet/commit/8f94aee7b105fa426655689cb6c8761a09ac23ed) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Prevent the Change Password dialog from allowing the new password to be the same as the current password #1203 - -- [#1137](https://github.com/FuelLabs/fuels-wallet/pull/1137) [`a0e5cbf`](https://github.com/FuelLabs/fuels-wallet/commit/a0e5cbfbcf5eed61f7a2e2c9871b7e02f0c281b2) Thanks [@helciofranco](https://github.com/helciofranco)! - ci: replace prettier and eslint with biomejs (dev) - -- [#1197](https://github.com/FuelLabs/fuels-wallet/pull/1197) [`97a8a3c`](https://github.com/FuelLabs/fuels-wallet/commit/97a8a3c039f105ec41c8d53185e6729eecb38371) Thanks [@helciofranco](https://github.com/helciofranco)! - - Display the full app URL when it's big (instead of truncating it). - - - Sync the information displayed in the connected app `list` and `edit` screens. - - Improve how the URL are displayed, focusing on the `hostname` mostly. - - Display only the first two initials on the Avatar when the page has a long title (2+ words). - -- [#1186](https://github.com/FuelLabs/fuels-wallet/pull/1186) [`45f6571`](https://github.com/FuelLabs/fuels-wallet/commit/45f6571760476f516061f03621a48c39516143d0) Thanks [@helciofranco](https://github.com/helciofranco)! - chore: replaces a warning icon (orange) with a info icon (gray) from the connection list screen. - -- [#1210](https://github.com/FuelLabs/fuels-wallet/pull/1210) [`0fa1abc`](https://github.com/FuelLabs/fuels-wallet/commit/0fa1abc02712109879cdc27e2eca6fb877393399) Thanks [@fuel-service-user](https://github.com/fuel-service-user)! - ci: update to tag latest - -- [#1141](https://github.com/FuelLabs/fuels-wallet/pull/1141) [`96faa7f`](https://github.com/FuelLabs/fuels-wallet/commit/96faa7f0f6d6d7fea6ab0b26495dc32f5a86b4b8) Thanks [@helciofranco](https://github.com/helciofranco)! - feat: bump SDK to latest version - -- [#1188](https://github.com/FuelLabs/fuels-wallet/pull/1188) [`d51591e`](https://github.com/FuelLabs/fuels-wallet/commit/d51591e13a7b84703e7ba124c6ba9e01194f3755) Thanks [@helciofranco](https://github.com/helciofranco)! - Previously, `Wallet Manager` was failing to clear properly when `db.clear();` is called. - - This led to wrong account addresses generation, as updates to the `IndexedDB` didn't reflect in the Wallet Manager's internal state, particularly the `#vaults` property. - - To resolve this issue, I implemented a manual call to `removeVault` during logout. - - This ensures that each new wallet generated starts from scratch, free from interference by any previous mnemonic vault. - -- [#1150](https://github.com/FuelLabs/fuels-wallet/pull/1150) [`c0d8def`](https://github.com/FuelLabs/fuels-wallet/commit/c0d8deff8a3241444baef5e6b3a01e02073fe7ae) Thanks [@helciofranco](https://github.com/helciofranco)! - ci: enable biomejs rules (as it was with eslint and prettier) - -- [#1182](https://github.com/FuelLabs/fuels-wallet/pull/1182) [`ddb2440`](https://github.com/FuelLabs/fuels-wallet/commit/ddb2440258fb7ba115e139ee61ead9f3e5284352) Thanks [@helciofranco](https://github.com/helciofranco)! - fix: disable autocomplete from the private key input. - -- Updated dependencies [[`3c5d91d`](https://github.com/FuelLabs/fuels-wallet/commit/3c5d91d04262c492253fc3c06388a0d155e54861), [`aa684b3`](https://github.com/FuelLabs/fuels-wallet/commit/aa684b3d965400f4c0c769840bb70559c9751ee6), [`a0e5cbf`](https://github.com/FuelLabs/fuels-wallet/commit/a0e5cbfbcf5eed61f7a2e2c9871b7e02f0c281b2), [`ec58815`](https://github.com/FuelLabs/fuels-wallet/commit/ec588156afaad39f41886d96ebfbb17653216482), [`0fa1abc`](https://github.com/FuelLabs/fuels-wallet/commit/0fa1abc02712109879cdc27e2eca6fb877393399), [`96faa7f`](https://github.com/FuelLabs/fuels-wallet/commit/96faa7f0f6d6d7fea6ab0b26495dc32f5a86b4b8), [`c0d8def`](https://github.com/FuelLabs/fuels-wallet/commit/c0d8deff8a3241444baef5e6b3a01e02073fe7ae)]: - - @fuel-wallet/connections@0.16.2 - ## 0.16.1 ### Patch Changes diff --git a/packages/app/package.json b/packages/app/package.json index e7f100fb8..b1673d02e 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.1", "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..94f5d6c70 100644 --- a/packages/connections/CHANGELOG.md +++ b/packages/connections/CHANGELOG.md @@ -1,27 +1,5 @@ # @fuel-wallet/connections -## 0.16.2 - -### Patch Changes - -- [#1113](https://github.com/FuelLabs/fuels-wallet/pull/1113) [`3c5d91d`](https://github.com/FuelLabs/fuels-wallet/commit/3c5d91d04262c492253fc3c06388a0d155e54861) Thanks [@helciofranco](https://github.com/helciofranco)! - chore: update ts-sdk and fuel-ui packages - -- [#1170](https://github.com/FuelLabs/fuels-wallet/pull/1170) [`aa684b3`](https://github.com/FuelLabs/fuels-wallet/commit/aa684b3d965400f4c0c769840bb70559c9751ee6) Thanks [@fuel-service-user](https://github.com/fuel-service-user)! - ci: update to tag latest - -- [#1137](https://github.com/FuelLabs/fuels-wallet/pull/1137) [`a0e5cbf`](https://github.com/FuelLabs/fuels-wallet/commit/a0e5cbfbcf5eed61f7a2e2c9871b7e02f0c281b2) Thanks [@helciofranco](https://github.com/helciofranco)! - ci: replace prettier and eslint with biomejs (dev) - -- [#1165](https://github.com/FuelLabs/fuels-wallet/pull/1165) [`ec58815`](https://github.com/FuelLabs/fuels-wallet/commit/ec588156afaad39f41886d96ebfbb17653216482) Thanks [@helciofranco](https://github.com/helciofranco)! - ci: make connections and types packages private - we don't need to use publish them anymore because it's going to be used only by the CRX - -- [#1210](https://github.com/FuelLabs/fuels-wallet/pull/1210) [`0fa1abc`](https://github.com/FuelLabs/fuels-wallet/commit/0fa1abc02712109879cdc27e2eca6fb877393399) Thanks [@fuel-service-user](https://github.com/fuel-service-user)! - ci: update to tag latest - -- [#1141](https://github.com/FuelLabs/fuels-wallet/pull/1141) [`96faa7f`](https://github.com/FuelLabs/fuels-wallet/commit/96faa7f0f6d6d7fea6ab0b26495dc32f5a86b4b8) Thanks [@helciofranco](https://github.com/helciofranco)! - feat: bump SDK to latest version - -- [#1150](https://github.com/FuelLabs/fuels-wallet/pull/1150) [`c0d8def`](https://github.com/FuelLabs/fuels-wallet/commit/c0d8deff8a3241444baef5e6b3a01e02073fe7ae) Thanks [@helciofranco](https://github.com/helciofranco)! - ci: enable biomejs rules (as it was with eslint and prettier) - -- Updated dependencies [[`3c5d91d`](https://github.com/FuelLabs/fuels-wallet/commit/3c5d91d04262c492253fc3c06388a0d155e54861), [`aa684b3`](https://github.com/FuelLabs/fuels-wallet/commit/aa684b3d965400f4c0c769840bb70559c9751ee6), [`a0e5cbf`](https://github.com/FuelLabs/fuels-wallet/commit/a0e5cbfbcf5eed61f7a2e2c9871b7e02f0c281b2), [`ec58815`](https://github.com/FuelLabs/fuels-wallet/commit/ec588156afaad39f41886d96ebfbb17653216482), [`0fa1abc`](https://github.com/FuelLabs/fuels-wallet/commit/0fa1abc02712109879cdc27e2eca6fb877393399), [`96faa7f`](https://github.com/FuelLabs/fuels-wallet/commit/96faa7f0f6d6d7fea6ab0b26495dc32f5a86b4b8), [`c0d8def`](https://github.com/FuelLabs/fuels-wallet/commit/c0d8deff8a3241444baef5e6b3a01e02073fe7ae)]: - - @fuel-wallet/types@0.16.2 - ## 0.16.1 ### Patch Changes diff --git a/packages/connections/package.json b/packages/connections/package.json index 68aee3595..8b315e68f 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.1", "license": "Apache-2.0", "main": "src/index.ts", "publishConfig": { @@ -19,7 +19,9 @@ } } }, - "files": ["dist"], + "files": [ + "dist" + ], "scripts": { "build": "pnpm ts:check && tsup", "ts:check": "tsc --noEmit" @@ -31,7 +33,7 @@ "uuid": "^9.0.1" }, "peerDependencies": { - "@fuel-wallet/types": ">=0.16.2", + "@fuel-wallet/types": ">=0.16.1", "@fuels/connectors": ">=0.1.1", "fuels": ">=0.77.0" }, diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index e2ae7abd4..acdd7e188 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,24 +1,5 @@ # @fuel-wallet/types -## 0.16.2 - -### Patch Changes - -- [#1113](https://github.com/FuelLabs/fuels-wallet/pull/1113) [`3c5d91d`](https://github.com/FuelLabs/fuels-wallet/commit/3c5d91d04262c492253fc3c06388a0d155e54861) Thanks [@helciofranco](https://github.com/helciofranco)! - chore: update ts-sdk and fuel-ui packages - -- [#1170](https://github.com/FuelLabs/fuels-wallet/pull/1170) [`aa684b3`](https://github.com/FuelLabs/fuels-wallet/commit/aa684b3d965400f4c0c769840bb70559c9751ee6) Thanks [@fuel-service-user](https://github.com/fuel-service-user)! - ci: update to tag latest - -- [#1137](https://github.com/FuelLabs/fuels-wallet/pull/1137) [`a0e5cbf`](https://github.com/FuelLabs/fuels-wallet/commit/a0e5cbfbcf5eed61f7a2e2c9871b7e02f0c281b2) Thanks [@helciofranco](https://github.com/helciofranco)! - ci: replace prettier and eslint with biomejs (dev) - -- [#1165](https://github.com/FuelLabs/fuels-wallet/pull/1165) [`ec58815`](https://github.com/FuelLabs/fuels-wallet/commit/ec588156afaad39f41886d96ebfbb17653216482) Thanks [@helciofranco](https://github.com/helciofranco)! - ci: make connections and types packages private - we don't need to use publish them anymore because it's going to be used only by the CRX - -- [#1210](https://github.com/FuelLabs/fuels-wallet/pull/1210) [`0fa1abc`](https://github.com/FuelLabs/fuels-wallet/commit/0fa1abc02712109879cdc27e2eca6fb877393399) Thanks [@fuel-service-user](https://github.com/fuel-service-user)! - ci: update to tag latest - -- [#1141](https://github.com/FuelLabs/fuels-wallet/pull/1141) [`96faa7f`](https://github.com/FuelLabs/fuels-wallet/commit/96faa7f0f6d6d7fea6ab0b26495dc32f5a86b4b8) Thanks [@helciofranco](https://github.com/helciofranco)! - feat: bump SDK to latest version - -- [#1150](https://github.com/FuelLabs/fuels-wallet/pull/1150) [`c0d8def`](https://github.com/FuelLabs/fuels-wallet/commit/c0d8deff8a3241444baef5e6b3a01e02073fe7ae) Thanks [@helciofranco](https://github.com/helciofranco)! - ci: enable biomejs rules (as it was with eslint and prettier) - ## 0.16.1 ## 0.16.0 diff --git a/packages/types/package.json b/packages/types/package.json index 988bcf475..585d7e598 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.1", "license": "Apache-2.0", "main": "src/index.ts", "publishConfig": {