Skip to content

Commit b56f7b1

Browse files
ci(changesets): versioning packages (#1838)
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 publish to npm yourself or [setup this action to publish automatically](https://github.com/changesets/action#with-publishing). 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.48.1 ## fuels-wallet@0.48.1 ### Patch Changes - [#1829](#1829) [`72366976`](7236697) Thanks [@arthurgeron](https://github.com/arthurgeron)! - fix: nft list getting cut off - Updated dependencies \[]: - @fuel-wallet/connections@0.48.1 - @fuels/playwright-utils@0.48.1 ## @fuel-wallet/connections@0.48.1 ## @fuel-wallet/types@0.48.1 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7236697 commit b56f7b1

File tree

9 files changed

+20
-9
lines changed

9 files changed

+20
-9
lines changed

.changeset/rotten-toes-glow.md

-5
This file was deleted.

packages/app/CHANGELOG.md

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

3+
## 0.48.1
4+
5+
### Patch Changes
6+
7+
- [#1829](https://github.com/FuelLabs/fuels-wallet/pull/1829) [`72366976`](https://github.com/FuelLabs/fuels-wallet/commit/723669768e9f3a28643364e42ebc0fa49f66385b) Thanks [@arthurgeron](https://github.com/arthurgeron)! - fix: nft list getting cut off
8+
9+
- Updated dependencies []:
10+
- @fuel-wallet/connections@0.48.1
11+
- @fuels/playwright-utils@0.48.1
12+
313
## 0.48.0
414

515
### Major 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.48.0",
4+
"version": "0.48.1",
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.48.1
4+
35
## 0.48.0
46

57
## 0.47.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.48.0",
5+
"version": "0.48.1",
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.48.1
4+
35
## 0.48.0
46

57
## 0.47.1

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.48.0",
3+
"version": "0.48.1",
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.48.1
4+
35
## 0.48.0
46

57
### Patch Changes

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

0 commit comments

Comments
 (0)