Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(changesets): versioning packages #1314

Merged
merged 1 commit into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading