Skip to content

Commit

Permalink
ci(changesets): versioning packages (#1314)
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-wallet@0.20.0

### Minor Changes

- [#1317](#1317)
[`f1dab207`](f1dab20)
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](#1313)
[`b5766321`](b576632)
Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - Fix error not
showing on Dapp Approve transaction

- [#1313](#1313)
[`b5766321`](b576632)
Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - Re-add block
explorer link to transaction header

- [#1279](#1279)
[`9ffddf70`](9ffddf7)
Thanks [@arthurgeron](https://github.com/arthurgeron)! - vault crash on
export seed auth fail

- [#1280](#1280)
[`6e94172c`](6e94172)
Thanks [@arthurgeron](https://github.com/arthurgeron)! - vault client
not propagating lock unlock events from server

- [#1290](#1290)
[`57f87f84`](57f87f8)
Thanks [@arthurgeron](https://github.com/arthurgeron)! - - Re-enabled
E2E contract tests
- Fixed biome trying to validate files generated by playwright test runs
- Fixed Playwright tests starting up before CRX files are available, now
runs `build` beforehand.
- Fixed CRX dev server reloading during playwright tests, causing
instabilities
- Fixed NODE_ENV being set to default (production) on local E2E tests,
leading to the wrong version (i.e. production) being installed
- Fixed bug where only the first test file in a suite run would use the
local CRX build, it'd then download and use a production build of the
Wallet for the rest

- Updated dependencies
\[[`f1dab207`](f1dab20)]:
    -   @fuel-wallet/connections@0.20.0

## @fuel-wallet/connections@0.20.0

### Minor Changes

- [#1317](#1317)
[`f1dab207`](f1dab20)
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

## @fuel-wallet/types@0.20.0

### Minor Changes

- [#1317](#1317)
[`f1dab207`](f1dab20)
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

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
fuel-service-user and github-actions[bot] committed May 28, 2024
1 parent 57f87f8 commit 0e74f29
Show file tree
Hide file tree
Showing 13 changed files with 46 additions and 44 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.

5 changes: 0 additions & 5 deletions .changeset/warm-stingrays-dress.md

This file was deleted.

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

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/witty-boxes-camp.md

This file was deleted.

27 changes: 27 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# 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

- [#1280](https://github.com/FuelLabs/fuels-wallet/pull/1280) [`6e94172c`](https://github.com/FuelLabs/fuels-wallet/commit/6e94172cb75ff1c4e0055047996ce8f8d36fa894) Thanks [@arthurgeron](https://github.com/arthurgeron)! - vault client not propagating lock unlock events from server

- [#1290](https://github.com/FuelLabs/fuels-wallet/pull/1290) [`57f87f84`](https://github.com/FuelLabs/fuels-wallet/commit/57f87f848d7893464f1af68043ff2391c43f5d70) Thanks [@arthurgeron](https://github.com/arthurgeron)! - - Re-enabled E2E contract tests
- Fixed biome trying to validate files generated by playwright test runs
- Fixed Playwright tests starting up before CRX files are available, now runs `build` beforehand.
- Fixed CRX dev server reloading during playwright tests, causing instabilities
- Fixed NODE_ENV being set to default (production) on local E2E tests, leading to the wrong version (i.e. production) being installed
- Fixed bug where only the first test file in a suite run would use the local CRX build, it'd then download and use a production build of the Wallet for the rest
- 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 0e74f29

Please sign in to comment.