Skip to content

Commit

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



## [email protected]

### Minor Changes

- [#1569](#1569)
[`d344c07e`](d344c07)
Thanks [@helciofranco](https://github.com/helciofranco)! - Add `Tx ID`
to the Tx Details Screen

- [#1569](#1569)
[`d344c07e`](d344c07)
Thanks [@helciofranco](https://github.com/helciofranco)! - Add `View on
Explorer` button besides the Account Address

### Patch Changes

- [#1563](#1563)
[`41e0465e`](41e0465)
Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fixed
duplicated instance of services on browser session restore

-   Updated dependencies \[]:
    -   @fuel-wallet/[email protected]

## @fuel-wallet/[email protected]



## @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] authored Oct 10, 2024
1 parent d344c07 commit c2e875e
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 21 deletions.
2 changes: 0 additions & 2 deletions .changeset/great-ties-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-kids-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-chicken-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-bottles-share.md

This file was deleted.

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

## 0.36.0

### Minor Changes

- [#1569](https://github.com/FuelLabs/fuels-wallet/pull/1569) [`d344c07e`](https://github.com/FuelLabs/fuels-wallet/commit/d344c07ea39425806dcb442f717708d9a8de12a0) Thanks [@helciofranco](https://github.com/helciofranco)! - Add `Tx ID` to the Tx Details Screen

- [#1569](https://github.com/FuelLabs/fuels-wallet/pull/1569) [`d344c07e`](https://github.com/FuelLabs/fuels-wallet/commit/d344c07ea39425806dcb442f717708d9a8de12a0) Thanks [@helciofranco](https://github.com/helciofranco)! - Add `View on Explorer` button besides the Account Address

### Patch Changes

- [#1563](https://github.com/FuelLabs/fuels-wallet/pull/1563) [`41e0465e`](https://github.com/FuelLabs/fuels-wallet/commit/41e0465ecf70fddc8527ba2d7fbc1a4ce23e8938) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fixed duplicated instance of services on browser session restore

- Updated dependencies []:
- @fuel-wallet/connections@0.36.0

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

## 0.36.0

## 0.35.0

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

## 0.36.0

## 0.35.0

## 0.34.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.35.0",
"version": "0.36.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.36.0

## 0.35.0

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

0 comments on commit c2e875e

Please sign in to comment.