Skip to content

Commit

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

### Patch Changes

- [#1602](#1602)
[`72f57a3f`](72f57a3)
Thanks [@luizstacio](https://github.com/luizstacio)! - chore: Update
fuels sdk to version 0.96.1

## @fuel-wallet/[email protected]

### Minor Changes

- [#1597](#1597)
[`9020920d`](9020920)
Thanks [@luizstacio](https://github.com/luizstacio)! - Remove delay
start message to script page

### Patch Changes

- [#1602](#1602)
[`72f57a3f`](72f57a3)
Thanks [@luizstacio](https://github.com/luizstacio)! - chore: Update
fuels sdk to version 0.96.1

## [email protected]

### Patch Changes

- [#1601](#1601)
[`67f23764`](67f2376)
Thanks [@pedronauck](https://github.com/pedronauck)! - Fix sign message
text area remove horizontal scroll

- [#1602](#1602)
[`72f57a3f`](72f57a3)
Thanks [@luizstacio](https://github.com/luizstacio)! - chore: Update
fuels sdk to version 0.96.1

- [#1604](#1604)
[`dde6e3a7`](dde6e3a)
Thanks [@luizstacio](https://github.com/luizstacio)! - chore: update
connectors and react version to 0.35.1

- Updated dependencies
\[[`9020920d`](9020920),
[`72f57a3f`](72f57a3)]:
    -   @fuel-wallet/[email protected]

## @fuel-wallet/[email protected]

### Patch Changes

- [#1602](#1602)
[`72f57a3f`](72f57a3)
Thanks [@luizstacio](https://github.com/luizstacio)! - chore: Update
fuels sdk to version 0.96.1

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
fuel-service-user and github-actions[bot] authored Oct 14, 2024
1 parent 9020920 commit 9049bd7
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-phones-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-avocados-clap.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/shiny-insects-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-ducks-scream.md

This file was deleted.

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

## 0.38.0

### Patch Changes

- [#1601](https://github.com/FuelLabs/fuels-wallet/pull/1601) [`67f23764`](https://github.com/FuelLabs/fuels-wallet/commit/67f23764848b7e8ac29cdceebfc84b492b1679c3) Thanks [@pedronauck](https://github.com/pedronauck)! - Fix sign message text area remove horizontal scroll

- [#1602](https://github.com/FuelLabs/fuels-wallet/pull/1602) [`72f57a3f`](https://github.com/FuelLabs/fuels-wallet/commit/72f57a3f97c329f0de65520d5c9f77f085c4f4b6) Thanks [@luizstacio](https://github.com/luizstacio)! - chore: Update fuels sdk to version 0.96.1

- [#1604](https://github.com/FuelLabs/fuels-wallet/pull/1604) [`dde6e3a7`](https://github.com/FuelLabs/fuels-wallet/commit/dde6e3a7c3b307daa01e173d8a861b85dcd16321) Thanks [@luizstacio](https://github.com/luizstacio)! - chore: update connectors and react version to 0.35.1

- Updated dependencies [[`9020920d`](https://github.com/FuelLabs/fuels-wallet/commit/9020920d2b6f2b7402231c074236ba83c05fb827), [`72f57a3f`](https://github.com/FuelLabs/fuels-wallet/commit/72f57a3f97c329f0de65520d5c9f77f085c4f4b6)]:
- @fuel-wallet/connections@0.38.0

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

## 0.38.0

### Minor Changes

- [#1597](https://github.com/FuelLabs/fuels-wallet/pull/1597) [`9020920d`](https://github.com/FuelLabs/fuels-wallet/commit/9020920d2b6f2b7402231c074236ba83c05fb827) Thanks [@luizstacio](https://github.com/luizstacio)! - Remove delay start message to script page

### Patch Changes

- [#1602](https://github.com/FuelLabs/fuels-wallet/pull/1602) [`72f57a3f`](https://github.com/FuelLabs/fuels-wallet/commit/72f57a3f97c329f0de65520d5c9f77f085c4f4b6) Thanks [@luizstacio](https://github.com/luizstacio)! - chore: Update fuels sdk to version 0.96.1

## 0.37.2

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

## 0.38.0

### Patch Changes

- [#1602](https://github.com/FuelLabs/fuels-wallet/pull/1602) [`72f57a3f`](https://github.com/FuelLabs/fuels-wallet/commit/72f57a3f97c329f0de65520d5c9f77f085c4f4b6) Thanks [@luizstacio](https://github.com/luizstacio)! - chore: Update fuels sdk to version 0.96.1

## 0.37.2

## 0.37.1
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.37.2",
"version": "0.38.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @fuel-wallet/types

## 0.38.0

### Patch Changes

- [#1602](https://github.com/FuelLabs/fuels-wallet/pull/1602) [`72f57a3f`](https://github.com/FuelLabs/fuels-wallet/commit/72f57a3f97c329f0de65520d5c9f77f085c4f4b6) Thanks [@luizstacio](https://github.com/luizstacio)! - chore: Update fuels sdk to version 0.96.1

## 0.37.2

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

0 comments on commit 9049bd7

Please sign in to comment.