Skip to content

Commit

Permalink
ci(changesets): versioning packages v0.9.0 (#742)
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

- [#748](#748)
[`372dc88`](372dc88)
Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: upgrade
fuels

## @fuel-wallet/[email protected]

### Patch Changes

- [#748](#748)
[`372dc88`](372dc88)
Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: upgrade
fuels

## [email protected]

### Minor Changes

- [#749](#749)
[`bc0eb33`](bc0eb33)
Thanks [@eswarasai](https://github.com/eswarasai)! - Fixed edit account
not updating the account list

- [#741](#741)
[`3aa6d4c`](3aa6d4c)
Thanks [@tomiiide](https://github.com/tomiiide)! - Auto generate names
for new accounts

- [#740](#740)
[`a58a807`](a58a807)
Thanks [@eswarasai](https://github.com/eswarasai)! - Updated the texts
on the screens

- [#723](#723)
[`0f5fc2e`](0f5fc2e)
Thanks [@eswarasai](https://github.com/eswarasai)! - Modified network
add user experience

- [#691](#691)
[`df19c24`](df19c24)
Thanks [@eswarasai](https://github.com/eswarasai)! - Improved change
password UX and information structure.

### Patch Changes

- [#748](#748)
[`372dc88`](372dc88)
Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: upgrade
fuels

- Updated dependencies
\[[`372dc88`](372dc88)]:
    -   @fuel-wallet/[email protected]
    -   @fuel-wallet/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 18, 2023
1 parent a58a807 commit 7b46cc9
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 35 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-mayflies-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-scissors-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-carpets-destroy.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/serious-crabs-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-lizards-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-walls-punch.md

This file was deleted.

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

## 0.9.0

### Minor Changes

- [#749](https://github.com/FuelLabs/fuels-wallet/pull/749) [`bc0eb33`](https://github.com/FuelLabs/fuels-wallet/commit/bc0eb33046555e5d75eb4fbe08ef8bea9d0d28de) Thanks [@eswarasai](https://github.com/eswarasai)! - Fixed edit account not updating the account list

- [#741](https://github.com/FuelLabs/fuels-wallet/pull/741) [`3aa6d4c`](https://github.com/FuelLabs/fuels-wallet/commit/3aa6d4cbc3d61dc172db523a0cf988c1242de963) Thanks [@tomiiide](https://github.com/tomiiide)! - Auto generate names for new accounts

- [#740](https://github.com/FuelLabs/fuels-wallet/pull/740) [`a58a807`](https://github.com/FuelLabs/fuels-wallet/commit/a58a8072f61175f3f2b82188da7145f2988d644d) Thanks [@eswarasai](https://github.com/eswarasai)! - Updated the texts on the screens

- [#723](https://github.com/FuelLabs/fuels-wallet/pull/723) [`0f5fc2e`](https://github.com/FuelLabs/fuels-wallet/commit/0f5fc2efe1316743f1ab938200b02f7c7b05dd53) Thanks [@eswarasai](https://github.com/eswarasai)! - Modified network add user experience

- [#691](https://github.com/FuelLabs/fuels-wallet/pull/691) [`df19c24`](https://github.com/FuelLabs/fuels-wallet/commit/df19c24391c5e5fdedf90fdbb8786ebff96996f6) Thanks [@eswarasai](https://github.com/eswarasai)! - Improved change password UX and information structure.

### Patch Changes

- [#748](https://github.com/FuelLabs/fuels-wallet/pull/748) [`372dc88`](https://github.com/FuelLabs/fuels-wallet/commit/372dc8828ab0777cc5bed139cebe5ba39c5d3817) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: upgrade fuels

- Updated dependencies [[`372dc88`](https://github.com/FuelLabs/fuels-wallet/commit/372dc8828ab0777cc5bed139cebe5ba39c5d3817)]:
- @fuel-wallet/types@0.9.0
- @fuel-wallet/sdk@0.9.0

## 0.8.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.8.0",
"version": "0.9.0",
"database": "9",
"scripts": {
"build:all": "run-p build:web build:crx build:storybook",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @fuel-wallet/sdk

## 0.9.0

### Patch Changes

- [#748](https://github.com/FuelLabs/fuels-wallet/pull/748) [`372dc88`](https://github.com/FuelLabs/fuels-wallet/commit/372dc8828ab0777cc5bed139cebe5ba39c5d3817) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: upgrade fuels

## 0.8.0

## 0.7.2
Expand Down
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.8.0",
"version": "0.9.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.9.0

### Patch Changes

- [#748](https://github.com/FuelLabs/fuels-wallet/pull/748) [`372dc88`](https://github.com/FuelLabs/fuels-wallet/commit/372dc8828ab0777cc5bed139cebe5ba39c5d3817) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: upgrade fuels

## 0.8.0

## 0.7.2
Expand Down
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.8.0",
"version": "0.9.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"dependencies": {
Expand Down

0 comments on commit 7b46cc9

Please sign in to comment.