Skip to content

Commit

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

### Minor Changes

- [#1492](#1492)
[`76c88c40`](76c88c4)
Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - pump

### Patch Changes

- [#1494](#1494)
[`9c7f3b1a`](9c7f3b1)
Thanks [@LeoCourbassier](https://github.com/LeoCourbassier)! - - Added
pnpm build to the publish action, ensuring "dist" folder will be
published

## [email protected]

### Minor Changes

- [#1492](#1492)
[`76c88c40`](76c88c4)
Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - refactor assets
related code of application

### Patch Changes

- [#1493](#1493)
[`4bd3f8f7`](4bd3f8f)
Thanks [@arthurgeron](https://github.com/arthurgeron)! - Improve design
of alerts in submitted transactions

- [#1492](#1492)
[`76c88c40`](76c88c4)
Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - fix bugs when
formatting / creating values with zero units (unknown tokens)

- [#1492](#1492)
[`76c88c40`](76c88c4)
Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - make all
unknown tokens / assets use default as zero units

- [#1498](#1498)
[`698c272c`](698c272)
Thanks [@arthurgeron](https://github.com/arthurgeron)! - Avoid
duplicating instances of injected Content Script

- [#1492](#1492)
[`76c88c40`](76c88c4)
Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - include hooks
and helpers to deal with assets, like `useFuelAsset`,
`getAssetFuelCurrentChain`, `getFuelAssetByAssetId`

- [#1492](#1492)
[`76c88c40`](76c88c4)
Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - Send screen:
enable sending unknown tokens as well

- [#1492](#1492)
[`76c88c40`](76c88c4)
Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - upgrade
database to remove assetId from primaryKey of assets table

- Updated dependencies
\[[`698c272c`](698c272)]:
    -   @fuel-wallet/[email protected]

## @fuel-wallet/[email protected]

### Patch Changes

- [#1498](#1498)
[`698c272c`](698c272)
Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fixed extension
not being detected as installed after inactivity period.

## @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 Sep 25, 2024
1 parent 9c7f3b1 commit e074613
Show file tree
Hide file tree
Showing 19 changed files with 47 additions and 59 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-islands-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-candles-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-melons-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-brooms-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-clouds-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-spiders-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-readers-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-actors-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-seas-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-coats-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-wombats-push.md

This file was deleted.

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

## 0.30.0

### Minor Changes

- [#1492](https://github.com/FuelLabs/fuels-wallet/pull/1492) [`76c88c40`](https://github.com/FuelLabs/fuels-wallet/commit/76c88c40a852f7cae599e41b88709078d8fe4d00) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - refactor assets related code of application

### Patch Changes

- [#1493](https://github.com/FuelLabs/fuels-wallet/pull/1493) [`4bd3f8f7`](https://github.com/FuelLabs/fuels-wallet/commit/4bd3f8f7e1dc0ba120cf23a9fa5de907b2e0186b) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Improve design of alerts in submitted transactions

- [#1492](https://github.com/FuelLabs/fuels-wallet/pull/1492) [`76c88c40`](https://github.com/FuelLabs/fuels-wallet/commit/76c88c40a852f7cae599e41b88709078d8fe4d00) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - fix bugs when formatting / creating values with zero units (unknown tokens)

- [#1492](https://github.com/FuelLabs/fuels-wallet/pull/1492) [`76c88c40`](https://github.com/FuelLabs/fuels-wallet/commit/76c88c40a852f7cae599e41b88709078d8fe4d00) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - make all unknown tokens / assets use default as zero units

- [#1498](https://github.com/FuelLabs/fuels-wallet/pull/1498) [`698c272c`](https://github.com/FuelLabs/fuels-wallet/commit/698c272c05ffa99a3554af84db72550dfb97879d) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Avoid duplicating instances of injected Content Script

- [#1492](https://github.com/FuelLabs/fuels-wallet/pull/1492) [`76c88c40`](https://github.com/FuelLabs/fuels-wallet/commit/76c88c40a852f7cae599e41b88709078d8fe4d00) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - include hooks and helpers to deal with assets, like `useFuelAsset`, `getAssetFuelCurrentChain`, `getFuelAssetByAssetId`

- [#1492](https://github.com/FuelLabs/fuels-wallet/pull/1492) [`76c88c40`](https://github.com/FuelLabs/fuels-wallet/commit/76c88c40a852f7cae599e41b88709078d8fe4d00) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - Send screen: enable sending unknown tokens as well

- [#1492](https://github.com/FuelLabs/fuels-wallet/pull/1492) [`76c88c40`](https://github.com/FuelLabs/fuels-wallet/commit/76c88c40a852f7cae599e41b88709078d8fe4d00) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - upgrade database to remove assetId from primaryKey of assets table

- Updated dependencies [[`698c272c`](https://github.com/FuelLabs/fuels-wallet/commit/698c272c05ffa99a3554af84db72550dfb97879d)]:
- @fuel-wallet/connections@0.30.0

## 0.29.1

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

## 0.30.0

### Patch Changes

- [#1498](https://github.com/FuelLabs/fuels-wallet/pull/1498) [`698c272c`](https://github.com/FuelLabs/fuels-wallet/commit/698c272c05ffa99a3554af84db72550dfb97879d) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fixed extension not being detected as installed after inactivity period.

## 0.29.1

### 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.29.1",
"version": "0.30.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"publishConfig": {
Expand Down
10 changes: 10 additions & 0 deletions packages/playwright-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @fuels/playwright-utils

## 0.30.0

### Minor Changes

- [#1492](https://github.com/FuelLabs/fuels-wallet/pull/1492) [`76c88c40`](https://github.com/FuelLabs/fuels-wallet/commit/76c88c40a852f7cae599e41b88709078d8fe4d00) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - pump

### Patch Changes

- [#1494](https://github.com/FuelLabs/fuels-wallet/pull/1494) [`9c7f3b1a`](https://github.com/FuelLabs/fuels-wallet/commit/9c7f3b1aad99a7981d329ab7f8a9b0131455e2f2) Thanks [@LeoCourbassier](https://github.com/LeoCourbassier)! - - Added pnpm build to the publish action, ensuring "dist" folder will be published

## 0.29.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/playwright-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuels/playwright-utils",
"version": "0.29.0",
"version": "0.30.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.30.0

## 0.29.1

### Patch Changes
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.29.1",
"version": "0.30.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"publishConfig": {
Expand Down

0 comments on commit e074613

Please sign in to comment.