Skip to content

Commit

Permalink
ci(changesets): versioning packages v0.14.3 (#1053)
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
## @fuel-wallet/[email protected]

### Patch Changes

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

## @fuel-wallet/[email protected]

### Patch Changes

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

## @fuel-wallet/[email protected]



## @fuel-wallet/[email protected]



## [email protected]

### Patch Changes

- [#1051](#1051)
[`f8b1af1`](f8b1af1)
Thanks [@luizstacio](https://github.com/luizstacio)! - fix: avoid
dynamic dom manipulation by translators

- [#1054](#1054)
[`3cc184d`](3cc184d)
Thanks [@matt-user](https://github.com/matt-user)! - refactor fuel
assets to use npm assets package

- [#1056](#1056)
[`5ddd586`](5ddd586)
Thanks [@luizstacio](https://github.com/luizstacio)! - fix: auto upgrade
database

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

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
fuel-service-user and github-actions[bot] authored Jan 17, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 5ddd586 commit e86616b
Showing 13 changed files with 38 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/gentle-melons-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-walls-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-zoos-rest.md

This file was deleted.

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

## 0.14.3

### Patch Changes

- [#1051](https://github.com/FuelLabs/fuels-wallet/pull/1051) [`f8b1af1`](https://github.com/FuelLabs/fuels-wallet/commit/f8b1af1ee15380e181fd052b7b0f685503ca7143) Thanks [@luizstacio](https://github.com/luizstacio)! - fix: avoid dynamic dom manipulation by translators

- [#1054](https://github.com/FuelLabs/fuels-wallet/pull/1054) [`3cc184d`](https://github.com/FuelLabs/fuels-wallet/commit/3cc184d338f91af3ea2e9b99365b453010886e5e) Thanks [@matt-user](https://github.com/matt-user)! - refactor fuel assets to use npm assets package

- [#1056](https://github.com/FuelLabs/fuels-wallet/pull/1056) [`5ddd586`](https://github.com/FuelLabs/fuels-wallet/commit/5ddd5863403c4169221dd6fa942b89f29f29c81d) Thanks [@luizstacio](https://github.com/luizstacio)! - fix: auto upgrade database

- Updated dependencies []:
- @fuel-wallet/sdk@0.14.3
- @fuel-wallet/types@0.14.3

## 0.14.2

### Patch Changes
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.14.2",
"version": "0.14.3",
"database": "14",
"scripts": {
"build:all": "run-s build:web build:crx build:storybook",
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @fuel-wallet/react

## 0.14.3

### Patch Changes

- Updated dependencies []:
- @fuel-wallet/sdk@0.14.3
- @fuel-wallet/types@0.14.3

## 0.14.2

### Patch Changes
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fuel-wallet/react",
"description": "Interact with the Fuel Wallet Extension in React.",
"version": "0.14.2",
"version": "0.14.3",
"license": "Apache-2.0",
"main": "src/index.ts",
"publishConfig": {
7 changes: 7 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @fuel-wallet/sdk

## 0.14.3

### Patch Changes

- Updated dependencies []:
- @fuel-wallet/types@0.14.3

## 0.14.2

### Patch Changes
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fuel-wallet/sdk",
"description": "Integrate DApps with Fuel Wallet Extension.",
"version": "0.14.2",
"version": "0.14.3",
"license": "Apache-2.0",
"main": "src/index.ts",
"publishConfig": {
2 changes: 2 additions & 0 deletions packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @fuel-wallet/test-utils

## 0.14.3

## 0.14.2

## 0.14.1
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-wallet/playwright-utils",
"version": "0.14.2",
"version": "0.14.3",
"license": "Apache-2.0",
"main": "src/index.ts",
"publishConfig": {
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.14.3

## 0.14.2

## 0.14.1
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-wallet/types",
"version": "0.14.2",
"version": "0.14.3",
"license": "Apache-2.0",
"main": "src/index.ts",
"dependencies": {

0 comments on commit e86616b

Please sign in to comment.