Skip to content

Commit 8aa814f

Browse files
ci(changesets): versioning packages (#1755)
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/playwright-utils@0.47.0 ## fuels-wallet@0.47.0 ### Minor Changes - [#1764](#1764) [`d81ee482`](d81ee48) Thanks [@helciofranco](https://github.com/helciofranco)! - Add current account connection status to the header - [#1762](#1762) [`2460beef`](2460bee) Thanks [@helciofranco](https://github.com/helciofranco)! - Add a separate NFTs tab to the home screen. - [#1710](#1710) [`4c530078`](4c53007) Thanks [@nelitow](https://github.com/nelitow)! - Improve handling of custom assets. ### Patch Changes - [#1778](#1778) [`6ddb0014`](6ddb001) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - fix: review button entering on loading state after getting ready to approve - [#1725](#1725) [`28628cbd`](28628cb) Thanks [@nelitow](https://github.com/nelitow)! - Allow editing network name when adding. - [#1778](#1778) [`6ddb0014`](6ddb001) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: remove intentional longer loading states to avoid blinking. - Updated dependencies \[]: - @fuel-wallet/connections@0.47.0 - @fuels/playwright-utils@0.47.0 ## @fuel-wallet/connections@0.47.0 ## @fuel-wallet/types@0.47.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6ddb001 commit 8aa814f

15 files changed

+32
-36
lines changed

.changeset/blue-ducks-brush.md

-5
This file was deleted.

.changeset/dry-days-flow.md

-5
This file was deleted.

.changeset/early-walls-rescue.md

-5
This file was deleted.

.changeset/hip-beds-do.md

-5
This file was deleted.

.changeset/lemon-doors-protect.md

-5
This file was deleted.

.changeset/plenty-grapes-itch.md

-5
This file was deleted.

.changeset/smart-cougars-drum.md

-2
This file was deleted.

packages/app/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# fuels-wallet
22

3+
## 0.47.0
4+
5+
### Minor Changes
6+
7+
- [#1764](https://github.com/FuelLabs/fuels-wallet/pull/1764) [`d81ee482`](https://github.com/FuelLabs/fuels-wallet/commit/d81ee48208e5329144d87c5f84b9a37da7c2a036) Thanks [@helciofranco](https://github.com/helciofranco)! - Add current account connection status to the header
8+
9+
- [#1762](https://github.com/FuelLabs/fuels-wallet/pull/1762) [`2460beef`](https://github.com/FuelLabs/fuels-wallet/commit/2460beef713767c8af178075e85630fba3468c52) Thanks [@helciofranco](https://github.com/helciofranco)! - Add a separate NFTs tab to the home screen.
10+
11+
- [#1710](https://github.com/FuelLabs/fuels-wallet/pull/1710) [`4c530078`](https://github.com/FuelLabs/fuels-wallet/commit/4c530078ca2d252e7f5f8db9ffb779c775e5122b) Thanks [@nelitow](https://github.com/nelitow)! - Improve handling of custom assets.
12+
13+
### Patch Changes
14+
15+
- [#1778](https://github.com/FuelLabs/fuels-wallet/pull/1778) [`6ddb0014`](https://github.com/FuelLabs/fuels-wallet/commit/6ddb0014464f9e536c32b4b5eeedccaa93c6befb) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - fix: review button entering on loading state after getting ready to approve
16+
17+
- [#1725](https://github.com/FuelLabs/fuels-wallet/pull/1725) [`28628cbd`](https://github.com/FuelLabs/fuels-wallet/commit/28628cbda88d249c67a49fa0ed44fbf1d6e83267) Thanks [@nelitow](https://github.com/nelitow)! - Allow editing network name when adding.
18+
19+
- [#1778](https://github.com/FuelLabs/fuels-wallet/pull/1778) [`6ddb0014`](https://github.com/FuelLabs/fuels-wallet/commit/6ddb0014464f9e536c32b4b5eeedccaa93c6befb) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: remove intentional longer loading states to avoid blinking.
20+
21+
- Updated dependencies []:
22+
- @fuel-wallet/connections@0.47.0
23+
- @fuels/playwright-utils@0.47.0
24+
325
## 0.46.1
426

527
### Patch Changes

packages/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fuels-wallet",
33
"private": true,
4-
"version": "0.46.1",
4+
"version": "0.47.0",
55
"type": "module",
66
"database": "23",
77
"scripts": {

packages/connections/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @fuel-wallet/connections
22

3+
## 0.47.0
4+
35
## 0.46.1
46

57
## 0.46.0

packages/connections/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@fuel-wallet/connections",
33
"private": true,
44
"description": "Fuel Wallet Connections for CRX.",
5-
"version": "0.46.1",
5+
"version": "0.47.0",
66
"license": "Apache-2.0",
77
"main": "src/index.ts",
88
"publishConfig": {

packages/playwright-utils/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @fuels/playwright-utils
22

3+
## 0.47.0
4+
35
## 0.46.1
46

57
## 0.46.0

packages/playwright-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuels/playwright-utils",
3-
"version": "0.46.1",
3+
"version": "0.47.0",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"type": "module",

packages/types/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @fuel-wallet/types
22

3+
## 0.47.0
4+
35
## 0.46.1
46

57
## 0.46.0

packages/types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fuel-wallet/types",
33
"private": true,
4-
"version": "0.46.1",
4+
"version": "0.47.0",
55
"license": "Apache-2.0",
66
"main": "src/index.ts",
77
"publishConfig": {

0 commit comments

Comments
 (0)