Skip to content

Commit

Permalink
ci(changesets): versioning packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 28, 2024
1 parent 76dd46d commit b89570f
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/gorgeous-bears-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-suits-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-goats-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-roses-end.md

This file was deleted.

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

## 0.32.0

### Minor Changes

- [#1520](https://github.com/FuelLabs/fuels-wallet/pull/1520) [`b549997e`](https://github.com/FuelLabs/fuels-wallet/commit/b549997ee1a17da6a829a4fd95ee2bb6415dbd6a) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Now listed assets are fetched from a verified network

### Patch Changes

- [#1523](https://github.com/FuelLabs/fuels-wallet/pull/1523) [`76dd46dc`](https://github.com/FuelLabs/fuels-wallet/commit/76dd46dc88cd8def52241ce4ae4e057dd62ce63f) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - fix: on Approve screen, use the initial transaction as a backup of estimated one

- [#1518](https://github.com/FuelLabs/fuels-wallet/pull/1518) [`9526e9a4`](https://github.com/FuelLabs/fuels-wallet/commit/9526e9a4b9e8cdb8ec7903ad3c2a27e0062ab2c9) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Added missing parameter to destroy window listener on ContentScript when the page/tab is closed

- [#1518](https://github.com/FuelLabs/fuels-wallet/pull/1518) [`9526e9a4`](https://github.com/FuelLabs/fuels-wallet/commit/9526e9a4b9e8cdb8ec7903ad3c2a27e0062ab2c9) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Added port disconnection detection and restart to `VaultCRXConnector`. Fixes wallet setup not finalizing

- Updated dependencies []:
- @fuel-wallet/connections@0.32.0

## 0.31.2

### Patch 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.31.2",
"version": "0.32.0",
"database": "21",
"scripts": {
"build:all": "run-s build:web build:crx build:storybook",
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.32.0

## 0.31.2

### Patch Changes
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.31.2",
"version": "0.32.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"publishConfig": {
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.32.0

## 0.31.2

## 0.31.1
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.31.2",
"version": "0.32.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"publishConfig": {
Expand Down

0 comments on commit b89570f

Please sign in to comment.