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 May 28, 2024
1 parent f1dab20 commit 48aa62a
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-deers-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-islands-behave.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/orange-bottles-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-socks-pump.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/wet-carpets-press.md

This file was deleted.

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

## 0.20.0

### Minor Changes

- [#1317](https://github.com/FuelLabs/fuels-wallet/pull/1317) [`f1dab207`](https://github.com/FuelLabs/fuels-wallet/commit/f1dab20703785086e81d39c3cef140c54956b29f) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fixes bug where wrong Asset Id is shown for other tokens (e.g. ETH)
Updated Fuels package to tag pr-2395
Updated NPM Packs dependencies packages (e.g. @fuels/react, @fuels/ts-config) to new minor 0.20.0

### Patch Changes

- [#1313](https://github.com/FuelLabs/fuels-wallet/pull/1313) [`b5766321`](https://github.com/FuelLabs/fuels-wallet/commit/b5766321dbc2a5e5f17f05e0cb9a9f697f137a23) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - Fix error not showing on Dapp Approve transaction

- [#1313](https://github.com/FuelLabs/fuels-wallet/pull/1313) [`b5766321`](https://github.com/FuelLabs/fuels-wallet/commit/b5766321dbc2a5e5f17f05e0cb9a9f697f137a23) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - Re-add block explorer link to transaction header

- [#1279](https://github.com/FuelLabs/fuels-wallet/pull/1279) [`9ffddf70`](https://github.com/FuelLabs/fuels-wallet/commit/9ffddf70ad4a1ac51f97e03dabc0d96dc97721e0) Thanks [@arthurgeron](https://github.com/arthurgeron)! - vault crash on export seed auth fail

- Updated dependencies [[`f1dab207`](https://github.com/FuelLabs/fuels-wallet/commit/f1dab20703785086e81d39c3cef140c54956b29f)]:
- @fuel-wallet/connections@0.20.0

## 0.19.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.19.0",
"version": "0.20.0",
"database": "16",
"scripts": {
"build:all": "run-s build:web build:crx build:storybook",
Expand Down
8 changes: 8 additions & 0 deletions packages/connections/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @fuel-wallet/connections

## 0.20.0

### Minor Changes

- [#1317](https://github.com/FuelLabs/fuels-wallet/pull/1317) [`f1dab207`](https://github.com/FuelLabs/fuels-wallet/commit/f1dab20703785086e81d39c3cef140c54956b29f) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fixes bug where wrong Asset Id is shown for other tokens (e.g. ETH)
Updated Fuels package to tag pr-2395
Updated NPM Packs dependencies packages (e.g. @fuels/react, @fuels/ts-config) to new minor 0.20.0

## 0.19.0

## 0.18.1
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.19.0",
"version": "0.20.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @fuel-wallet/types

## 0.20.0

### Minor Changes

- [#1317](https://github.com/FuelLabs/fuels-wallet/pull/1317) [`f1dab207`](https://github.com/FuelLabs/fuels-wallet/commit/f1dab20703785086e81d39c3cef140c54956b29f) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fixes bug where wrong Asset Id is shown for other tokens (e.g. ETH)
Updated Fuels package to tag pr-2395
Updated NPM Packs dependencies packages (e.g. @fuels/react, @fuels/ts-config) to new minor 0.20.0

## 0.19.0

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

0 comments on commit 48aa62a

Please sign in to comment.