diff --git a/.changeset/brown-deers-retire.md b/.changeset/brown-deers-retire.md deleted file mode 100644 index 6207dfcb0..000000000 --- a/.changeset/brown-deers-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fuels-wallet": patch ---- - -Fix error not showing on Dapp Approve transaction diff --git a/.changeset/odd-islands-behave.md b/.changeset/odd-islands-behave.md deleted file mode 100644 index c0ca91868..000000000 --- a/.changeset/odd-islands-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fuels-wallet": patch ---- - -Re-add block explorer link to transaction header diff --git a/.changeset/orange-bottles-leave.md b/.changeset/orange-bottles-leave.md deleted file mode 100644 index a845151cc..000000000 --- a/.changeset/orange-bottles-leave.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/tricky-socks-pump.md b/.changeset/tricky-socks-pump.md deleted file mode 100644 index aece67b56..000000000 --- a/.changeset/tricky-socks-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fuels-wallet": patch ---- - -vault crash on export seed auth fail diff --git a/.changeset/warm-stingrays-dress.md b/.changeset/warm-stingrays-dress.md deleted file mode 100644 index 8c4c6ac3f..000000000 --- a/.changeset/warm-stingrays-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fuels-wallet": patch ---- - -vault client not propagating lock unlock events from server diff --git a/.changeset/wet-carpets-press.md b/.changeset/wet-carpets-press.md deleted file mode 100644 index e36ec25f7..000000000 --- a/.changeset/wet-carpets-press.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@fuel-wallet/connections": minor -"@fuel-wallet/types": minor -"fuels-wallet": minor ---- - -Fixes bug where wrong Asset Id is shown for other tokens (e.g. ETH) -Updated Fuels package to tag pr-2395 -Updated NPM Packs dependencies packages (e.g. @fuels/react, @fuels/ts-config) to new minor 0.20.0 diff --git a/.changeset/witty-boxes-camp.md b/.changeset/witty-boxes-camp.md deleted file mode 100644 index 842f538a9..000000000 --- a/.changeset/witty-boxes-camp.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"fuels-wallet": patch ---- - -- Re-enabled E2E contract tests -- Fixed biome trying to validate files generated by playwright test runs -- Fixed Playwright tests starting up before CRX files are available, now runs `build` beforehand. -- Fixed CRX dev server reloading during playwright tests, causing instabilities -- Fixed NODE_ENV being set to default (production) on local E2E tests, leading to the wrong version (i.e. production) being installed -- Fixed bug where only the first test file in a suite run would use the local CRX build, it'd then download and use a production build of the Wallet for the rest diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index 3f5f2fec1..2ee5118a7 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -1,5 +1,32 @@ # fuels-wallet +## 0.20.0 + +### Minor Changes + +- [#1317](https://github.com/FuelLabs/fuels-wallet/pull/1317) [`f1dab207`](https://github.com/FuelLabs/fuels-wallet/commit/f1dab20703785086e81d39c3cef140c54956b29f) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fixes bug where wrong Asset Id is shown for other tokens (e.g. ETH) + Updated Fuels package to tag pr-2395 + Updated NPM Packs dependencies packages (e.g. @fuels/react, @fuels/ts-config) to new minor 0.20.0 + +### Patch Changes + +- [#1313](https://github.com/FuelLabs/fuels-wallet/pull/1313) [`b5766321`](https://github.com/FuelLabs/fuels-wallet/commit/b5766321dbc2a5e5f17f05e0cb9a9f697f137a23) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - Fix error not showing on Dapp Approve transaction + +- [#1313](https://github.com/FuelLabs/fuels-wallet/pull/1313) [`b5766321`](https://github.com/FuelLabs/fuels-wallet/commit/b5766321dbc2a5e5f17f05e0cb9a9f697f137a23) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - Re-add block explorer link to transaction header + +- [#1279](https://github.com/FuelLabs/fuels-wallet/pull/1279) [`9ffddf70`](https://github.com/FuelLabs/fuels-wallet/commit/9ffddf70ad4a1ac51f97e03dabc0d96dc97721e0) Thanks [@arthurgeron](https://github.com/arthurgeron)! - vault crash on export seed auth fail + +- [#1280](https://github.com/FuelLabs/fuels-wallet/pull/1280) [`6e94172c`](https://github.com/FuelLabs/fuels-wallet/commit/6e94172cb75ff1c4e0055047996ce8f8d36fa894) Thanks [@arthurgeron](https://github.com/arthurgeron)! - vault client not propagating lock unlock events from server + +- [#1290](https://github.com/FuelLabs/fuels-wallet/pull/1290) [`57f87f84`](https://github.com/FuelLabs/fuels-wallet/commit/57f87f848d7893464f1af68043ff2391c43f5d70) Thanks [@arthurgeron](https://github.com/arthurgeron)! - - Re-enabled E2E contract tests + - Fixed biome trying to validate files generated by playwright test runs + - Fixed Playwright tests starting up before CRX files are available, now runs `build` beforehand. + - Fixed CRX dev server reloading during playwright tests, causing instabilities + - Fixed NODE_ENV being set to default (production) on local E2E tests, leading to the wrong version (i.e. production) being installed + - Fixed bug where only the first test file in a suite run would use the local CRX build, it'd then download and use a production build of the Wallet for the rest +- Updated dependencies [[`f1dab207`](https://github.com/FuelLabs/fuels-wallet/commit/f1dab20703785086e81d39c3cef140c54956b29f)]: + - @fuel-wallet/connections@0.20.0 + ## 0.19.0 ### Minor Changes diff --git a/packages/app/package.json b/packages/app/package.json index 10031bd31..c26647b7c 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,7 +1,7 @@ { "name": "fuels-wallet", "private": true, - "version": "0.19.0", + "version": "0.20.0", "database": "16", "scripts": { "build:all": "run-s build:web build:crx build:storybook", diff --git a/packages/connections/CHANGELOG.md b/packages/connections/CHANGELOG.md index e201c74ad..5252e0209 100644 --- a/packages/connections/CHANGELOG.md +++ b/packages/connections/CHANGELOG.md @@ -1,5 +1,13 @@ # @fuel-wallet/connections +## 0.20.0 + +### Minor Changes + +- [#1317](https://github.com/FuelLabs/fuels-wallet/pull/1317) [`f1dab207`](https://github.com/FuelLabs/fuels-wallet/commit/f1dab20703785086e81d39c3cef140c54956b29f) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fixes bug where wrong Asset Id is shown for other tokens (e.g. ETH) + Updated Fuels package to tag pr-2395 + Updated NPM Packs dependencies packages (e.g. @fuels/react, @fuels/ts-config) to new minor 0.20.0 + ## 0.19.0 ## 0.18.1 diff --git a/packages/connections/package.json b/packages/connections/package.json index d652144cc..cbf43face 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.19.0", + "version": "0.20.0", "license": "Apache-2.0", "main": "src/index.ts", "publishConfig": { diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 7ad91a429..468d69f4d 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,13 @@ # @fuel-wallet/types +## 0.20.0 + +### Minor Changes + +- [#1317](https://github.com/FuelLabs/fuels-wallet/pull/1317) [`f1dab207`](https://github.com/FuelLabs/fuels-wallet/commit/f1dab20703785086e81d39c3cef140c54956b29f) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fixes bug where wrong Asset Id is shown for other tokens (e.g. ETH) + Updated Fuels package to tag pr-2395 + Updated NPM Packs dependencies packages (e.g. @fuels/react, @fuels/ts-config) to new minor 0.20.0 + ## 0.19.0 ## 0.18.1 diff --git a/packages/types/package.json b/packages/types/package.json index fa6f9d59e..60ddd3755 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,7 +1,7 @@ { "name": "@fuel-wallet/types", "private": true, - "version": "0.19.0", + "version": "0.20.0", "license": "Apache-2.0", "main": "src/index.ts", "publishConfig": {