Skip to content

Commit

Permalink
ci(changesets): versioning packages (#1399)
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
## [email protected]

### Minor Changes

- [#1403](#1403)
[`d4f89b17`](d4f89b1)
Thanks [@rodrigobranas](https://github.com/rodrigobranas)! - re-enabling
faucet e2e tests

- [#1402](#1402)
[`b8b03704`](b8b0370)
Thanks [@rodrigobranas](https://github.com/rodrigobranas)! - Converted
the address from bech32 to b256 on faucet link

### Patch Changes

- [#1319](#1319)
[`e3bf65aa`](e3bf65a)
Thanks [@arthurgeron](https://github.com/arthurgeron)! - - Added aria
labels to Recipient Sender and Asset Name on transaction approval
screen;

- Validate all asset names during e2e contract tests on the transaction
approval screen

- [#1408](#1408)
[`24840bfe`](24840bf)
Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - TransactionList
breaking when have a failed transaction

-   Updated dependencies \[]:
    -   @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] committed Jul 8, 2024
1 parent b8b0370 commit fe0de55
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-shrimps-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-rules-care.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/new-cars-explain.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/smooth-numbers-end.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/strange-deers-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-oranges-dream.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.23.0

### Minor Changes

- [#1403](https://github.com/FuelLabs/fuels-wallet/pull/1403) [`d4f89b17`](https://github.com/FuelLabs/fuels-wallet/commit/d4f89b17b84dcf9f02251787c17048829b74ccdb) Thanks [@rodrigobranas](https://github.com/rodrigobranas)! - re-enabling faucet e2e tests

- [#1402](https://github.com/FuelLabs/fuels-wallet/pull/1402) [`b8b03704`](https://github.com/FuelLabs/fuels-wallet/commit/b8b03704e6ca093ab98831160ff195e50187f6b5) Thanks [@rodrigobranas](https://github.com/rodrigobranas)! - Converted the address from bech32 to b256 on faucet link

### Patch Changes

- [#1319](https://github.com/FuelLabs/fuels-wallet/pull/1319) [`e3bf65aa`](https://github.com/FuelLabs/fuels-wallet/commit/e3bf65aa5a070a0c2b5490d422b70e462090b25b) Thanks [@arthurgeron](https://github.com/arthurgeron)! - - Added aria labels to Recipient Sender and Asset Name on transaction approval screen;

- Validate all asset names during e2e contract tests on the transaction approval screen

- [#1408](https://github.com/FuelLabs/fuels-wallet/pull/1408) [`24840bfe`](https://github.com/FuelLabs/fuels-wallet/commit/24840bfe38cda3a45b1dc43b4e4f8c8890b3ebaf) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - TransactionList breaking when have a failed transaction

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

## 0.22.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.22.0",
"version": "0.23.0",
"database": "17",
"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.23.0

## 0.22.0

## 0.21.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.22.0",
"version": "0.23.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.23.0

## 0.22.0

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

0 comments on commit fe0de55

Please sign in to comment.