diff --git a/.changeset/dry-lions-obey.md b/.changeset/dry-lions-obey.md deleted file mode 100644 index 1ce6fe528c..0000000000 --- a/.changeset/dry-lions-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fuels-wallet": patch ---- - -Improve account name colision verification diff --git a/.changeset/silent-hairs-admire.md b/.changeset/silent-hairs-admire.md deleted file mode 100644 index 6c32e1232c..0000000000 --- a/.changeset/silent-hairs-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fuels-wallet": minor ---- - -Reduce transaction history loading time by optimizing the complexity of the page info query. diff --git a/.changeset/violet-candles-tell.md b/.changeset/violet-candles-tell.md deleted file mode 100644 index a9b9394ddc..0000000000 --- a/.changeset/violet-candles-tell.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@fuel-wallet/types": minor -"fuels-wallet": minor ---- - -Format tiny, large, and regular amounts, applying 6 decimal places of precision. diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index 9447c9226f..ac708826c3 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -1,5 +1,20 @@ # fuels-wallet +## 0.37.0 + +### Minor Changes + +- [#1572](https://github.com/FuelLabs/fuels-wallet/pull/1572) [`97185130`](https://github.com/FuelLabs/fuels-wallet/commit/97185130936b9d7efcc19a54213c69401105a67b) Thanks [@helciofranco](https://github.com/helciofranco)! - Reduce transaction history loading time by optimizing the complexity of the page info query. + +- [#1571](https://github.com/FuelLabs/fuels-wallet/pull/1571) [`112e002c`](https://github.com/FuelLabs/fuels-wallet/commit/112e002ce6995656346a9a8889bc8800d2a868e1) Thanks [@helciofranco](https://github.com/helciofranco)! - Format tiny, large, and regular amounts, applying 6 decimal places of precision. + +### Patch Changes + +- [#1570](https://github.com/FuelLabs/fuels-wallet/pull/1570) [`8e42400c`](https://github.com/FuelLabs/fuels-wallet/commit/8e42400c42e90fd1f7a42724fe5e217f5e058316) Thanks [@nelitow](https://github.com/nelitow)! - Improve account name colision verification + +- Updated dependencies []: + - @fuel-wallet/connections@0.37.0 + ## 0.36.0 ### Minor Changes diff --git a/packages/app/package.json b/packages/app/package.json index bbdd108643..a0067e179b 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,7 +1,7 @@ { "name": "fuels-wallet", "private": true, - "version": "0.36.0", + "version": "0.37.0", "database": "23", "scripts": { "build:all": "run-s build:web build:crx build:storybook", diff --git a/packages/connections/CHANGELOG.md b/packages/connections/CHANGELOG.md index 57f00418d0..14a198e1c4 100644 --- a/packages/connections/CHANGELOG.md +++ b/packages/connections/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuel-wallet/connections +## 0.37.0 + ## 0.36.0 ## 0.35.0 diff --git a/packages/connections/package.json b/packages/connections/package.json index a67db18776..eae6c10feb 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.36.0", + "version": "0.37.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 cc6e720c76..1c77925009 100644 --- a/packages/playwright-utils/CHANGELOG.md +++ b/packages/playwright-utils/CHANGELOG.md @@ -1,5 +1,7 @@ # @fuels/playwright-utils +## 0.37.0 + ## 0.36.0 ## 0.35.0 diff --git a/packages/playwright-utils/package.json b/packages/playwright-utils/package.json index dbce3808dd..98db99e7d4 100644 --- a/packages/playwright-utils/package.json +++ b/packages/playwright-utils/package.json @@ -1,6 +1,6 @@ { "name": "@fuels/playwright-utils", - "version": "0.36.0", + "version": "0.37.0", "license": "Apache-2.0", "main": "src/index.ts", "publishConfig": { diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index cb30ce6600..9b1bd1394a 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,11 @@ # @fuel-wallet/types +## 0.37.0 + +### Minor Changes + +- [#1571](https://github.com/FuelLabs/fuels-wallet/pull/1571) [`112e002c`](https://github.com/FuelLabs/fuels-wallet/commit/112e002ce6995656346a9a8889bc8800d2a868e1) Thanks [@helciofranco](https://github.com/helciofranco)! - Format tiny, large, and regular amounts, applying 6 decimal places of precision. + ## 0.36.0 ## 0.35.0 diff --git a/packages/types/package.json b/packages/types/package.json index b24a74cf2c..b4a0673149 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,7 +1,7 @@ { "name": "@fuel-wallet/types", "private": true, - "version": "0.36.0", + "version": "0.37.0", "license": "Apache-2.0", "main": "src/index.ts", "publishConfig": {