Skip to content

Commit

Permalink
ci(changesets): versioning packages (#1693)
Browse files Browse the repository at this point in the history
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/[email protected]

### 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

## [email protected]

### 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/[email protected]
    -   @fuel-wallet/[email protected]

## @fuel-wallet/[email protected]



## @fuel-wallet/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
fuel-service-user and github-actions[bot] authored Dec 12, 2024
1 parent 5560698 commit d5861eb
Show file tree
Hide file tree
Showing 21 changed files with 52 additions and 72 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-kangaroos-matter.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/dry-flies-add.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/giant-points-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-candles-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-gorillas-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-pumas-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-tables-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-pianos-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-points-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-kiwis-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-parents-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-tips-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-ligers-behave.md

This file was deleted.

36 changes: 36 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# fuels-wallet

## 0.44.0

### Minor Changes

- [#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

- [#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

- [#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

- [#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

### Patch Changes

- [#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

- [#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

Updated nanoid to the latest versions for better performance and security.

- [#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.

- [#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+

- [#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

- [#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

- [#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

- [#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

- Updated dependencies [[`473067c9`](https://github.com/FuelLabs/fuels-wallet/commit/473067c9c3c442b3f51f28c10b99edd1827f1cad), [`55606980`](https://github.com/FuelLabs/fuels-wallet/commit/55606980a9204d6f21fbb8c290b9b1c6ba2e7dcf)]:
- @fuels/playwright-utils@0.44.0
- @fuel-wallet/connections@0.44.0

## 0.43.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fuels-wallet",
"private": true,
"version": "0.43.0",
"version": "0.44.0",
"type": "module",
"database": "23",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions packages/connections/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @fuel-wallet/connections

## 0.44.0

## 0.43.0

## 0.42.3
Expand Down
2 changes: 1 addition & 1 deletion packages/connections/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fuel-wallet/connections",
"private": true,
"description": "Fuel Wallet Connections for CRX.",
"version": "0.43.0",
"version": "0.44.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/playwright-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @fuels/playwright-utils

## 0.44.0

### Patch Changes

- [#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.

- [#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

## 0.43.0

## 0.42.3
Expand Down
2 changes: 1 addition & 1 deletion packages/playwright-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuels/playwright-utils",
"version": "0.43.0",
"version": "0.44.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"type": "module",
Expand Down
2 changes: 2 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @fuel-wallet/types

## 0.44.0

## 0.43.0

## 0.42.3
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fuel-wallet/types",
"private": true,
"version": "0.43.0",
"version": "0.44.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"publishConfig": {
Expand Down

0 comments on commit d5861eb

Please sign in to comment.