diff --git a/.changeset/chilly-planets-hide.md b/.changeset/chilly-planets-hide.md deleted file mode 100644 index 02dc32d29f..0000000000 --- a/.changeset/chilly-planets-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fuels-wallet": minor ---- - -Improve how error messages are displayed/parsed during fee estimation. diff --git a/.changeset/giant-horses-play.md b/.changeset/giant-horses-play.md deleted file mode 100644 index 954664ce29..0000000000 --- a/.changeset/giant-horses-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fuels-wallet": minor ---- - -Display fees options even when there are tx simulation errors. diff --git a/.changeset/swift-bugs-film.md b/.changeset/swift-bugs-film.md deleted file mode 100644 index 308202d8d9..0000000000 --- a/.changeset/swift-bugs-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fuels-wallet": patch ---- - -Allow dApps to pass account owner with `0x` address. diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index e6f1a0ffff..b7f95109d8 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -1,5 +1,20 @@ # fuels-wallet +## 0.29.0 + +### Minor Changes + +- [#1479](https://github.com/FuelLabs/fuels-wallet/pull/1479) [`14e63852`](https://github.com/FuelLabs/fuels-wallet/commit/14e63852efc57f2ee02106b784ec9b500f5b9f65) Thanks [@helciofranco](https://github.com/helciofranco)! - Improve how error messages are displayed/parsed during fee estimation. + +- [#1479](https://github.com/FuelLabs/fuels-wallet/pull/1479) [`14e63852`](https://github.com/FuelLabs/fuels-wallet/commit/14e63852efc57f2ee02106b784ec9b500f5b9f65) Thanks [@helciofranco](https://github.com/helciofranco)! - Display fees options even when there are tx simulation errors. + +### Patch Changes + +- [#1479](https://github.com/FuelLabs/fuels-wallet/pull/1479) [`14e63852`](https://github.com/FuelLabs/fuels-wallet/commit/14e63852efc57f2ee02106b784ec9b500f5b9f65) Thanks [@helciofranco](https://github.com/helciofranco)! - Allow dApps to pass account owner with `0x` address. + +- Updated dependencies []: + - @fuel-wallet/connections@0.29.0 + ## 0.28.0 ### Minor Changes diff --git a/packages/app/package.json b/packages/app/package.json index de919f241c..d3ceba58d3 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,7 +1,7 @@ { "name": "fuels-wallet", "private": true, - "version": "0.28.0", + "version": "0.29.0", "database": "19", "scripts": { "build:all": "run-s build:web build:crx build:storybook", diff --git a/packages/connections/CHANGELOG.md b/packages/connections/CHANGELOG.md index 492df686a9..cb5e6f43a9 100644 --- a/packages/connections/CHANGELOG.md +++ b/packages/connections/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuel-wallet/connections +## 0.29.0 + ## 0.28.0 ### Patch Changes diff --git a/packages/connections/package.json b/packages/connections/package.json index b0e536c45b..87d7d01402 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.28.0", + "version": "0.29.0", "license": "Apache-2.0", "main": "src/index.ts", "publishConfig": { diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 23300a9579..e8cc85a506 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuel-wallet/types +## 0.29.0 + ## 0.28.0 ## 0.27.4 diff --git a/packages/types/package.json b/packages/types/package.json index a3c802cbe2..85d7ead184 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,7 +1,7 @@ { "name": "@fuel-wallet/types", "private": true, - "version": "0.28.0", + "version": "0.29.0", "license": "Apache-2.0", "main": "src/index.ts", "publishConfig": {