Skip to content

Commit 5a6ebbd

Browse files
ci(changesets): versioning packages (#1751)
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.46.0 ## fuels-wallet@0.46.0 ### Minor Changes - [#1749](#1749) [`9cb81db2`](9cb81db) Thanks [@helciofranco](https://github.com/helciofranco)! - Add contract logos and names to the transaction screen for better UX. ### Patch Changes - [#1748](#1748) [`cc953d4f`](cc953d4) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - fix: clean opfs when logging out - Updated dependencies \[]: - @fuel-wallet/connections@0.46.0 - @fuels/playwright-utils@0.46.0 ## @fuel-wallet/types@0.46.0 ### Minor Changes - [#1749](#1749) [`9cb81db2`](9cb81db) Thanks [@helciofranco](https://github.com/helciofranco)! - Add contract logos and names to the transaction screen for better UX. ## @fuel-wallet/connections@0.46.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cc953d4 commit 5a6ebbd

File tree

10 files changed

+28
-15
lines changed

10 files changed

+28
-15
lines changed

.changeset/friendly-cows-explode.md

-5
This file was deleted.

.changeset/popular-mirrors-roll.md

-6
This file was deleted.

packages/app/CHANGELOG.md

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

3+
## 0.46.0
4+
5+
### Minor Changes
6+
7+
- [#1749](https://github.com/FuelLabs/fuels-wallet/pull/1749) [`9cb81db2`](https://github.com/FuelLabs/fuels-wallet/commit/9cb81db28009f9879f31eefefe0e08f806bae5f2) Thanks [@helciofranco](https://github.com/helciofranco)! - Add contract logos and names to the transaction screen for better UX.
8+
9+
### Patch Changes
10+
11+
- [#1748](https://github.com/FuelLabs/fuels-wallet/pull/1748) [`cc953d4f`](https://github.com/FuelLabs/fuels-wallet/commit/cc953d4f62402895970140d243a3832a374aaa46) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - fix: clean opfs when logging out
12+
13+
- Updated dependencies []:
14+
- @fuel-wallet/connections@0.46.0
15+
- @fuels/playwright-utils@0.46.0
16+
317
## 0.45.0
418

519
### Minor 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.45.0",
4+
"version": "0.46.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.46.0
4+
35
## 0.45.0
46

57
## 0.44.1

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.45.0",
5+
"version": "0.46.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.46.0
4+
35
## 0.45.0
46

57
### Minor Changes

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.45.0",
3+
"version": "0.46.0",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"type": "module",

packages/types/CHANGELOG.md

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

3+
## 0.46.0
4+
5+
### Minor Changes
6+
7+
- [#1749](https://github.com/FuelLabs/fuels-wallet/pull/1749) [`9cb81db2`](https://github.com/FuelLabs/fuels-wallet/commit/9cb81db28009f9879f31eefefe0e08f806bae5f2) Thanks [@helciofranco](https://github.com/helciofranco)! - Add contract logos and names to the transaction screen for better UX.
8+
39
## 0.45.0
410

511
## 0.44.1

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.45.0",
4+
"version": "0.46.0",
55
"license": "Apache-2.0",
66
"main": "src/index.ts",
77
"publishConfig": {

0 commit comments

Comments
 (0)