Skip to content

Commit d5861eb

Browse files
ci(changesets): versioning packages (#1693)
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/playwright-utils@0.44.0 ### Patch Changes - [#1692](#1692) [`473067c9`](473067c) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Updated Biome to 1.9.4 and fixed lint errors. - [#1704](#1704) [`55606980`](5560698) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - chore: update wallet version ## fuels-wallet@0.44.0 ### Minor Changes - [#1700](#1700) [`be181de6`](be181de) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: implemented recoverWallet method and in case of disaster recover it - [#1700](#1700) [`be181de6`](be181de) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: synchronize db with chrome storage - [#1700](#1700) [`be181de6`](be181de) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: create new database and table (outside of react) to identify if only dexiedb database is breaking - [#1700](#1700) [`be181de6`](be181de) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - chore: report to sentry when there's a recover happening ### Patch Changes - [#1695](#1695) [`89454569`](8945456) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fixed setup page not finding some local assets - [#1691](#1691) [`33f3d77a`](33f3d77) Thanks [@nelitow](https://github.com/nelitow)! - ### Changed Updated nanoid to the latest versions for better performance and security. - [#1692](#1692) [`473067c9`](473067c) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Updated Biome to 1.9.4 and fixed lint errors. - [#1639](#1639) [`b0b5f2f5`](b0b5f2f) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fixed wallet not loading correctly in local environment on Chrome 130+ - [#1704](#1704) [`55606980`](5560698) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - chore: reduce reported data to sentry - [#1696](#1696) [`8b68c21e`](8b68c21) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fix exception when injecting content in the hello page - [#1695](#1695) [`89454569`](8945456) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Upgrade Vite to V6 major - [#1694](#1694) [`cfcf2209`](cfcf220) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - chore: update 'dev:crx' script to use default env - Updated dependencies \[[`473067c9`](473067c), [`55606980`](5560698)]: - @fuels/playwright-utils@0.44.0 - @fuel-wallet/connections@0.44.0 ## @fuel-wallet/connections@0.44.0 ## @fuel-wallet/types@0.44.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5560698 commit d5861eb

21 files changed

+52
-72
lines changed

.changeset/calm-kangaroos-matter.md

-5
This file was deleted.

.changeset/dry-flies-add.md

-7
This file was deleted.

.changeset/giant-points-happen.md

-6
This file was deleted.

.changeset/good-candles-perform.md

-5
This file was deleted.

.changeset/grumpy-gorillas-drive.md

-5
This file was deleted.

.changeset/kind-pumas-tie.md

-5
This file was deleted.

.changeset/neat-tables-stare.md

-5
This file was deleted.

.changeset/ninety-pianos-bake.md

-5
This file was deleted.

.changeset/orange-points-laugh.md

-5
This file was deleted.

.changeset/serious-kiwis-kiss.md

-5
This file was deleted.

.changeset/spicy-parents-attend.md

-5
This file was deleted.

.changeset/strong-tips-pretend.md

-5
This file was deleted.

.changeset/two-ligers-behave.md

-5
This file was deleted.

packages/app/CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# fuels-wallet
22

3+
## 0.44.0
4+
5+
### Minor Changes
6+
7+
- [#1700](https://github.com/FuelLabs/fuels-wallet/pull/1700) [`be181de6`](https://github.com/FuelLabs/fuels-wallet/commit/be181de610d15f18efa977e183d449ae3f871c54) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: implemented recoverWallet method and in case of disaster recover it
8+
9+
- [#1700](https://github.com/FuelLabs/fuels-wallet/pull/1700) [`be181de6`](https://github.com/FuelLabs/fuels-wallet/commit/be181de610d15f18efa977e183d449ae3f871c54) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: synchronize db with chrome storage
10+
11+
- [#1700](https://github.com/FuelLabs/fuels-wallet/pull/1700) [`be181de6`](https://github.com/FuelLabs/fuels-wallet/commit/be181de610d15f18efa977e183d449ae3f871c54) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: create new database and table (outside of react) to identify if only dexiedb database is breaking
12+
13+
- [#1700](https://github.com/FuelLabs/fuels-wallet/pull/1700) [`be181de6`](https://github.com/FuelLabs/fuels-wallet/commit/be181de610d15f18efa977e183d449ae3f871c54) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - chore: report to sentry when there's a recover happening
14+
15+
### Patch Changes
16+
17+
- [#1695](https://github.com/FuelLabs/fuels-wallet/pull/1695) [`89454569`](https://github.com/FuelLabs/fuels-wallet/commit/8945456956dcf4117d1ca0f01ab91c504bb1095e) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fixed setup page not finding some local assets
18+
19+
- [#1691](https://github.com/FuelLabs/fuels-wallet/pull/1691) [`33f3d77a`](https://github.com/FuelLabs/fuels-wallet/commit/33f3d77ac8b5bf53be33963e1df3e1a03450b731) Thanks [@nelitow](https://github.com/nelitow)! - ### Changed
20+
21+
Updated nanoid to the latest versions for better performance and security.
22+
23+
- [#1692](https://github.com/FuelLabs/fuels-wallet/pull/1692) [`473067c9`](https://github.com/FuelLabs/fuels-wallet/commit/473067c9c3c442b3f51f28c10b99edd1827f1cad) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Updated Biome to 1.9.4 and fixed lint errors.
24+
25+
- [#1639](https://github.com/FuelLabs/fuels-wallet/pull/1639) [`b0b5f2f5`](https://github.com/FuelLabs/fuels-wallet/commit/b0b5f2f529fe0c9844fa35d41c8f18d0978ca151) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fixed wallet not loading correctly in local environment on Chrome 130+
26+
27+
- [#1704](https://github.com/FuelLabs/fuels-wallet/pull/1704) [`55606980`](https://github.com/FuelLabs/fuels-wallet/commit/55606980a9204d6f21fbb8c290b9b1c6ba2e7dcf) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - chore: reduce reported data to sentry
28+
29+
- [#1696](https://github.com/FuelLabs/fuels-wallet/pull/1696) [`8b68c21e`](https://github.com/FuelLabs/fuels-wallet/commit/8b68c21e39e7b5b0fbb9791c7d306d536a6d37ad) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fix exception when injecting content in the hello page
30+
31+
- [#1695](https://github.com/FuelLabs/fuels-wallet/pull/1695) [`89454569`](https://github.com/FuelLabs/fuels-wallet/commit/8945456956dcf4117d1ca0f01ab91c504bb1095e) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Upgrade Vite to V6 major
32+
33+
- [#1694](https://github.com/FuelLabs/fuels-wallet/pull/1694) [`cfcf2209`](https://github.com/FuelLabs/fuels-wallet/commit/cfcf220966cafc9bf7cd8861f0421a7560315365) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - chore: update 'dev:crx' script to use default env
34+
35+
- Updated dependencies [[`473067c9`](https://github.com/FuelLabs/fuels-wallet/commit/473067c9c3c442b3f51f28c10b99edd1827f1cad), [`55606980`](https://github.com/FuelLabs/fuels-wallet/commit/55606980a9204d6f21fbb8c290b9b1c6ba2e7dcf)]:
36+
- @fuels/playwright-utils@0.44.0
37+
- @fuel-wallet/connections@0.44.0
38+
339
## 0.43.0
440

541
### Minor Changes

packages/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fuels-wallet",
33
"private": true,
4-
"version": "0.43.0",
4+
"version": "0.44.0",
55
"type": "module",
66
"database": "23",
77
"scripts": {

packages/connections/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @fuel-wallet/connections
22

3+
## 0.44.0
4+
35
## 0.43.0
46

57
## 0.42.3

packages/connections/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@fuel-wallet/connections",
33
"private": true,
44
"description": "Fuel Wallet Connections for CRX.",
5-
"version": "0.43.0",
5+
"version": "0.44.0",
66
"license": "Apache-2.0",
77
"main": "src/index.ts",
88
"publishConfig": {

packages/playwright-utils/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @fuels/playwright-utils
22

3+
## 0.44.0
4+
5+
### Patch Changes
6+
7+
- [#1692](https://github.com/FuelLabs/fuels-wallet/pull/1692) [`473067c9`](https://github.com/FuelLabs/fuels-wallet/commit/473067c9c3c442b3f51f28c10b99edd1827f1cad) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Updated Biome to 1.9.4 and fixed lint errors.
8+
9+
- [#1704](https://github.com/FuelLabs/fuels-wallet/pull/1704) [`55606980`](https://github.com/FuelLabs/fuels-wallet/commit/55606980a9204d6f21fbb8c290b9b1c6ba2e7dcf) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - chore: update wallet version
10+
311
## 0.43.0
412

513
## 0.42.3

packages/playwright-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuels/playwright-utils",
3-
"version": "0.43.0",
3+
"version": "0.44.0",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"type": "module",

packages/types/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @fuel-wallet/types
22

3+
## 0.44.0
4+
35
## 0.43.0
46

57
## 0.42.3

packages/types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fuel-wallet/types",
33
"private": true,
4-
"version": "0.43.0",
4+
"version": "0.44.0",
55
"license": "Apache-2.0",
66
"main": "src/index.ts",
77
"publishConfig": {

0 commit comments

Comments
 (0)