Skip to content

Commit 08370af

Browse files
ci(changesets): versioning packages (#1832)
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.0 ## fuels-wallet@0.48.0 ### Major Changes - [#1784](#1784) [`b3aa7cec`](b3aa7ce) Thanks [@Dhanraj30](https://github.com/Dhanraj30)! - chore: make address checksummed on Receive Page ### Minor Changes - [#1810](#1810) [`5ab72e4f`](5ab72e4) Thanks [@arthurgeron](https://github.com/arthurgeron)! - feat: prevent users from importing public keys as private ### Patch Changes - [#1788](#1788) [`fd1e342a`](fd1e342) Thanks [@arthurgeron](https://github.com/arthurgeron)! - feat: show token value converted to USD - [#1814](#1814) [`44cb7823`](44cb782) Thanks [@nelitow](https://github.com/nelitow)! - Audit package updates - [#1813](#1813) [`1bca7e3c`](1bca7e3) Thanks [@arthurgeron](https://github.com/arthurgeron)! - feat: use adf version of pnpm - [#1802](#1802) [`37a5c22b`](37a5c22) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - chore: upgrade checkout action to v4 + remove chainInfo machine - [#1805](#1805) [`f653d59f`](f653d59) Thanks [@arthurgeron](https://github.com/arthurgeron)! - fix: jest unit tests - Updated dependencies \[]: - @fuel-wallet/connections@0.48.0 - @fuels/playwright-utils@0.48.0 ## @fuel-wallet/types@0.48.0 ### Patch Changes - [#1788](#1788) [`fd1e342a`](fd1e342) Thanks [@arthurgeron](https://github.com/arthurgeron)! - feat: show token value converted to USD ## @fuel-wallet/connections@0.48.0 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: LuizAsFight <felipebolsonigomes@gmail.com> Co-authored-by: Luiz Gomes <8636507+LuizAsFight@users.noreply.github.com>
1 parent f07b043 commit 08370af

15 files changed

+40
-40
lines changed

.changeset/breezy-gorillas-lick.md

-5
This file was deleted.

.changeset/brown-wasps-swim.md

-6
This file was deleted.

.changeset/cold-apples-wink.md

-5
This file was deleted.

.changeset/friendly-lemons-carry.md

-5
This file was deleted.

.changeset/lucky-pets-brake.md

-5
This file was deleted.

.changeset/moody-eggs-hope.md

-5
This file was deleted.

.changeset/unlucky-vans-invent.md

-5
This file was deleted.

packages/app/CHANGELOG.md

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

3+
## 0.48.0
4+
5+
### Major Changes
6+
7+
- [#1784](https://github.com/FuelLabs/fuels-wallet/pull/1784) [`b3aa7cec`](https://github.com/FuelLabs/fuels-wallet/commit/b3aa7cec50bd141d336528062e60026688464373) Thanks [@Dhanraj30](https://github.com/Dhanraj30)! - chore: make address checksummed on Receive Page
8+
9+
### Minor Changes
10+
11+
- [#1810](https://github.com/FuelLabs/fuels-wallet/pull/1810) [`5ab72e4f`](https://github.com/FuelLabs/fuels-wallet/commit/5ab72e4f868d1499517d60ad9c8855be163b5c81) Thanks [@arthurgeron](https://github.com/arthurgeron)! - feat: prevent users from importing public keys as private
12+
13+
### Patch Changes
14+
15+
- [#1788](https://github.com/FuelLabs/fuels-wallet/pull/1788) [`fd1e342a`](https://github.com/FuelLabs/fuels-wallet/commit/fd1e342a81041aa6fed925df9c45449cb3946e00) Thanks [@arthurgeron](https://github.com/arthurgeron)! - feat: show token value converted to USD
16+
17+
- [#1814](https://github.com/FuelLabs/fuels-wallet/pull/1814) [`44cb7823`](https://github.com/FuelLabs/fuels-wallet/commit/44cb7823a43c78a36358927a9caee7152d12b196) Thanks [@nelitow](https://github.com/nelitow)! - Audit package updates
18+
19+
- [#1813](https://github.com/FuelLabs/fuels-wallet/pull/1813) [`1bca7e3c`](https://github.com/FuelLabs/fuels-wallet/commit/1bca7e3cc5e339b855cca2e2b8e3c3af1cbbd157) Thanks [@arthurgeron](https://github.com/arthurgeron)! - feat: use adf version of pnpm
20+
21+
- [#1802](https://github.com/FuelLabs/fuels-wallet/pull/1802) [`37a5c22b`](https://github.com/FuelLabs/fuels-wallet/commit/37a5c22b69ba48eabf20e033f166b3c5228cff98) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - chore: upgrade checkout action to v4 + remove chainInfo machine
22+
23+
- [#1805](https://github.com/FuelLabs/fuels-wallet/pull/1805) [`f653d59f`](https://github.com/FuelLabs/fuels-wallet/commit/f653d59f1678c04641dea923a7ac9ed02e365d47) Thanks [@arthurgeron](https://github.com/arthurgeron)! - fix: jest unit tests
24+
25+
- Updated dependencies []:
26+
- @fuel-wallet/connections@0.48.0
27+
- @fuels/playwright-utils@0.48.0
28+
329
## 0.47.1
430

531
### 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.47.1",
4+
"version": "0.48.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.48.0
4+
35
## 0.47.1
46

57
## 0.47.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.47.1",
5+
"version": "0.48.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.48.0
4+
35
## 0.47.1
46

57
## 0.47.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.47.1",
3+
"version": "0.48.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.48.0
4+
5+
### Patch Changes
6+
7+
- [#1788](https://github.com/FuelLabs/fuels-wallet/pull/1788) [`fd1e342a`](https://github.com/FuelLabs/fuels-wallet/commit/fd1e342a81041aa6fed925df9c45449cb3946e00) Thanks [@arthurgeron](https://github.com/arthurgeron)! - feat: show token value converted to USD
8+
39
## 0.47.1
410

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

0 commit comments

Comments
 (0)