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 Mar 25, 2024
1 parent ddb2440 commit b054ad2
Show file tree
Hide file tree
Showing 14 changed files with 54 additions and 48 deletions.
7 changes: 0 additions & 7 deletions .changeset/blue-zoos-flow.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/mighty-doors-ring.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/new-owls-tickle.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/slimy-windows-prove.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/swift-lobsters-chew.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tame-flowers-grow.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/three-seas-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-cups-sparkle.md

This file was deleted.

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

## 0.16.2

### Patch Changes

- [#1113](https://github.com/FuelLabs/fuels-wallet/pull/1113) [`3c5d91d`](https://github.com/FuelLabs/fuels-wallet/commit/3c5d91d04262c492253fc3c06388a0d155e54861) Thanks [@helciofranco](https://github.com/helciofranco)! - chore: update ts-sdk and fuel-ui packages

- [#1137](https://github.com/FuelLabs/fuels-wallet/pull/1137) [`a0e5cbf`](https://github.com/FuelLabs/fuels-wallet/commit/a0e5cbfbcf5eed61f7a2e2c9871b7e02f0c281b2) Thanks [@helciofranco](https://github.com/helciofranco)! - ci: replace prettier and eslint with biomejs (dev)

- [#1141](https://github.com/FuelLabs/fuels-wallet/pull/1141) [`96faa7f`](https://github.com/FuelLabs/fuels-wallet/commit/96faa7f0f6d6d7fea6ab0b26495dc32f5a86b4b8) Thanks [@helciofranco](https://github.com/helciofranco)! - feat: bump SDK to latest version

- [#1150](https://github.com/FuelLabs/fuels-wallet/pull/1150) [`c0d8def`](https://github.com/FuelLabs/fuels-wallet/commit/c0d8deff8a3241444baef5e6b3a01e02073fe7ae) Thanks [@helciofranco](https://github.com/helciofranco)! - ci: enable biomejs rules (as it was with eslint and prettier)

- [#1182](https://github.com/FuelLabs/fuels-wallet/pull/1182) [`ddb2440`](https://github.com/FuelLabs/fuels-wallet/commit/ddb2440258fb7ba115e139ee61ead9f3e5284352) Thanks [@helciofranco](https://github.com/helciofranco)! - fix: disable autocomplete from the private key input.

- Updated dependencies [[`3c5d91d`](https://github.com/FuelLabs/fuels-wallet/commit/3c5d91d04262c492253fc3c06388a0d155e54861), [`a0e5cbf`](https://github.com/FuelLabs/fuels-wallet/commit/a0e5cbfbcf5eed61f7a2e2c9871b7e02f0c281b2), [`ec58815`](https://github.com/FuelLabs/fuels-wallet/commit/ec588156afaad39f41886d96ebfbb17653216482), [`96faa7f`](https://github.com/FuelLabs/fuels-wallet/commit/96faa7f0f6d6d7fea6ab0b26495dc32f5a86b4b8), [`c0d8def`](https://github.com/FuelLabs/fuels-wallet/commit/c0d8deff8a3241444baef5e6b3a01e02073fe7ae)]:
- @fuel-wallet/connections@0.16.2

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

## 0.16.2

### Patch Changes

- [#1113](https://github.com/FuelLabs/fuels-wallet/pull/1113) [`3c5d91d`](https://github.com/FuelLabs/fuels-wallet/commit/3c5d91d04262c492253fc3c06388a0d155e54861) Thanks [@helciofranco](https://github.com/helciofranco)! - chore: update ts-sdk and fuel-ui packages

- [#1137](https://github.com/FuelLabs/fuels-wallet/pull/1137) [`a0e5cbf`](https://github.com/FuelLabs/fuels-wallet/commit/a0e5cbfbcf5eed61f7a2e2c9871b7e02f0c281b2) Thanks [@helciofranco](https://github.com/helciofranco)! - ci: replace prettier and eslint with biomejs (dev)

- [#1165](https://github.com/FuelLabs/fuels-wallet/pull/1165) [`ec58815`](https://github.com/FuelLabs/fuels-wallet/commit/ec588156afaad39f41886d96ebfbb17653216482) Thanks [@helciofranco](https://github.com/helciofranco)! - ci: make connections and types packages private
we don't need to use publish them anymore because it's going to be used only by the CRX

- [#1141](https://github.com/FuelLabs/fuels-wallet/pull/1141) [`96faa7f`](https://github.com/FuelLabs/fuels-wallet/commit/96faa7f0f6d6d7fea6ab0b26495dc32f5a86b4b8) Thanks [@helciofranco](https://github.com/helciofranco)! - feat: bump SDK to latest version

- [#1150](https://github.com/FuelLabs/fuels-wallet/pull/1150) [`c0d8def`](https://github.com/FuelLabs/fuels-wallet/commit/c0d8deff8a3241444baef5e6b3a01e02073fe7ae) Thanks [@helciofranco](https://github.com/helciofranco)! - ci: enable biomejs rules (as it was with eslint and prettier)

- Updated dependencies [[`3c5d91d`](https://github.com/FuelLabs/fuels-wallet/commit/3c5d91d04262c492253fc3c06388a0d155e54861), [`a0e5cbf`](https://github.com/FuelLabs/fuels-wallet/commit/a0e5cbfbcf5eed61f7a2e2c9871b7e02f0c281b2), [`ec58815`](https://github.com/FuelLabs/fuels-wallet/commit/ec588156afaad39f41886d96ebfbb17653216482), [`96faa7f`](https://github.com/FuelLabs/fuels-wallet/commit/96faa7f0f6d6d7fea6ab0b26495dc32f5a86b4b8), [`c0d8def`](https://github.com/FuelLabs/fuels-wallet/commit/c0d8deff8a3241444baef5e6b3a01e02073fe7ae)]:
- @fuel-wallet/types@0.16.2

## 0.16.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.16.1",
"version": "0.16.2",
"license": "Apache-2.0",
"main": "src/index.ts",
"publishConfig": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"uuid": "^9.0.1"
},
"peerDependencies": {
"@fuel-wallet/types": ">=0.16.1",
"@fuel-wallet/types": ">=0.16.2",
"@fuels/connectors": ">=0.1.1",
"fuels": ">=0.77.0"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @fuel-wallet/types

## 0.16.2

### Patch Changes

- [#1113](https://github.com/FuelLabs/fuels-wallet/pull/1113) [`3c5d91d`](https://github.com/FuelLabs/fuels-wallet/commit/3c5d91d04262c492253fc3c06388a0d155e54861) Thanks [@helciofranco](https://github.com/helciofranco)! - chore: update ts-sdk and fuel-ui packages

- [#1137](https://github.com/FuelLabs/fuels-wallet/pull/1137) [`a0e5cbf`](https://github.com/FuelLabs/fuels-wallet/commit/a0e5cbfbcf5eed61f7a2e2c9871b7e02f0c281b2) Thanks [@helciofranco](https://github.com/helciofranco)! - ci: replace prettier and eslint with biomejs (dev)

- [#1165](https://github.com/FuelLabs/fuels-wallet/pull/1165) [`ec58815`](https://github.com/FuelLabs/fuels-wallet/commit/ec588156afaad39f41886d96ebfbb17653216482) Thanks [@helciofranco](https://github.com/helciofranco)! - ci: make connections and types packages private
we don't need to use publish them anymore because it's going to be used only by the CRX

- [#1141](https://github.com/FuelLabs/fuels-wallet/pull/1141) [`96faa7f`](https://github.com/FuelLabs/fuels-wallet/commit/96faa7f0f6d6d7fea6ab0b26495dc32f5a86b4b8) Thanks [@helciofranco](https://github.com/helciofranco)! - feat: bump SDK to latest version

- [#1150](https://github.com/FuelLabs/fuels-wallet/pull/1150) [`c0d8def`](https://github.com/FuelLabs/fuels-wallet/commit/c0d8deff8a3241444baef5e6b3a01e02073fe7ae) Thanks [@helciofranco](https://github.com/helciofranco)! - ci: enable biomejs rules (as it was with eslint and prettier)

## 0.16.1

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

0 comments on commit b054ad2

Please sign in to comment.