Skip to content

Commit

Permalink
ci(changesets): versioning packages (#1227)
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]

### Patch Changes

- [#1230](#1230)
[`21a7d80f`](21a7d80)
Thanks [@arthurgeron](https://github.com/arthurgeron)! - fixes service
worker services not restarting communication protocol when DB closes or
blocks

- [#1195](#1195)
[`4fbc8e78`](4fbc8e7)
Thanks [@helciofranco](https://github.com/helciofranco)! - fix: disables
auto-complete for more input fields (sending transactions, adding asset
and changing password).

- [#1231](#1231)
[`0ff8cff1`](0ff8cff)
Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fixed flaky
playwright e2e tests

- [#1223](#1223)
[`5c0cdbf0`](5c0cdbf)
Thanks [@arthurgeron](https://github.com/arthurgeron)! - fix: names
labels not center justified

- [#1243](#1243)
[`06e2bf1a`](06e2bf1)
Thanks [@luizstacio](https://github.com/luizstacio)! - feat: add
auto-update wallet in the background

- Updated dependencies
\[[`4fbc8e78`](4fbc8e7)]:
    -   @fuel-wallet/[email protected]

## @fuel-wallet/[email protected]

### Patch Changes

- [#1195](#1195)
[`4fbc8e78`](4fbc8e7)
Thanks [@helciofranco](https://github.com/helciofranco)! - fix: disables
auto-complete for more input fields (sending transactions, adding asset
and changing password).

- Updated dependencies
\[[`21a7d80f`](21a7d80),
[`4fbc8e78`](4fbc8e7)]:
    -   @fuel-wallet/[email protected]

## @fuel-wallet/[email protected]

### Patch Changes

- [#1230](#1230)
[`21a7d80f`](21a7d80)
Thanks [@arthurgeron](https://github.com/arthurgeron)! - fixes service
worker services not restarting communication protocol when DB closes or
blocks

- [#1195](#1195)
[`4fbc8e78`](4fbc8e7)
Thanks [@helciofranco](https://github.com/helciofranco)! - fix: disables
auto-complete for more input fields (sending transactions, adding asset
and changing password).

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
fuel-service-user and github-actions[bot] authored Apr 25, 2024
1 parent 91a5776 commit cfa9a17
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 32 deletions.
6 changes: 0 additions & 6 deletions .changeset/angry-cats-help.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/curvy-rings-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-drinks-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-dolphins-compete.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-beds-flow.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.3

### Patch Changes

- [#1230](https://github.com/FuelLabs/fuels-wallet/pull/1230) [`21a7d80f`](https://github.com/FuelLabs/fuels-wallet/commit/21a7d80f5fdf13fdbced8931f9a74d1596572b57) Thanks [@arthurgeron](https://github.com/arthurgeron)! - fixes service worker services not restarting communication protocol when DB closes or blocks

- [#1195](https://github.com/FuelLabs/fuels-wallet/pull/1195) [`4fbc8e78`](https://github.com/FuelLabs/fuels-wallet/commit/4fbc8e78ad7609ca0cf5902e8ac05b858a430042) Thanks [@helciofranco](https://github.com/helciofranco)! - fix: disables auto-complete for more input fields (sending transactions, adding asset and changing password).

- [#1231](https://github.com/FuelLabs/fuels-wallet/pull/1231) [`0ff8cff1`](https://github.com/FuelLabs/fuels-wallet/commit/0ff8cff1bdf084e286a2c1516577663d725eaab8) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fixed flaky playwright e2e tests

- [#1223](https://github.com/FuelLabs/fuels-wallet/pull/1223) [`5c0cdbf0`](https://github.com/FuelLabs/fuels-wallet/commit/5c0cdbf0df2d293e248107b9d9d0404b412db73f) Thanks [@arthurgeron](https://github.com/arthurgeron)! - fix: names labels not center justified

- [#1243](https://github.com/FuelLabs/fuels-wallet/pull/1243) [`06e2bf1a`](https://github.com/FuelLabs/fuels-wallet/commit/06e2bf1a3ca6f5b5780794dd4b6ce71a9648c186) Thanks [@luizstacio](https://github.com/luizstacio)! - feat: add auto-update wallet in the background

- Updated dependencies [[`4fbc8e78`](https://github.com/FuelLabs/fuels-wallet/commit/4fbc8e78ad7609ca0cf5902e8ac05b858a430042)]:
- @fuel-wallet/connections@0.16.3

## 0.16.2

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

## 0.16.3

### Patch Changes

- [#1195](https://github.com/FuelLabs/fuels-wallet/pull/1195) [`4fbc8e78`](https://github.com/FuelLabs/fuels-wallet/commit/4fbc8e78ad7609ca0cf5902e8ac05b858a430042) Thanks [@helciofranco](https://github.com/helciofranco)! - fix: disables auto-complete for more input fields (sending transactions, adding asset and changing password).

- Updated dependencies [[`21a7d80f`](https://github.com/FuelLabs/fuels-wallet/commit/21a7d80f5fdf13fdbced8931f9a74d1596572b57), [`4fbc8e78`](https://github.com/FuelLabs/fuels-wallet/commit/4fbc8e78ad7609ca0cf5902e8ac05b858a430042)]:
- @fuel-wallet/types@0.16.3

## 0.16.2

### 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.2",
"version": "0.16.3",
"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.2",
"@fuel-wallet/types": ">=0.16.3",
"@fuels/connectors": ">=0.1.1",
"fuels": ">=0.77.0"
},
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.16.3

### Patch Changes

- [#1230](https://github.com/FuelLabs/fuels-wallet/pull/1230) [`21a7d80f`](https://github.com/FuelLabs/fuels-wallet/commit/21a7d80f5fdf13fdbced8931f9a74d1596572b57) Thanks [@arthurgeron](https://github.com/arthurgeron)! - fixes service worker services not restarting communication protocol when DB closes or blocks

- [#1195](https://github.com/FuelLabs/fuels-wallet/pull/1195) [`4fbc8e78`](https://github.com/FuelLabs/fuels-wallet/commit/4fbc8e78ad7609ca0cf5902e8ac05b858a430042) Thanks [@helciofranco](https://github.com/helciofranco)! - fix: disables auto-complete for more input fields (sending transactions, adding asset and changing password).

## 0.16.2

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

0 comments on commit cfa9a17

Please sign in to comment.