Skip to content

Commit 2447ed6

Browse files
ci(changesets): versioning packages (#1854)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f82963e commit 2447ed6

File tree

10 files changed

+22
-14
lines changed

10 files changed

+22
-14
lines changed

.changeset/cool-teachers-drive.md

-5
This file was deleted.

.changeset/polite-toys-enjoy.md

-5
This file was deleted.

packages/app/CHANGELOG.md

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

3+
## 0.50.1
4+
5+
### Patch Changes
6+
7+
- [#1852](https://github.com/FuelLabs/fuels-wallet/pull/1852) [`52a635aa`](https://github.com/FuelLabs/fuels-wallet/commit/52a635aaa176c7cca169ad50e5ae3d80643eec4c) Thanks [@arthurgeron](https://github.com/arthurgeron)! - test: improve timeout handling and page navigation in e2e tests
8+
9+
- [#1863](https://github.com/FuelLabs/fuels-wallet/pull/1863) [`f82963e1`](https://github.com/FuelLabs/fuels-wallet/commit/f82963e1c0cc47b715085a5a95cacebdc9573a94) Thanks [@helciofranco](https://github.com/helciofranco)! - fix: improve precision handling for USD conversion with low rates (e.g. $0.0123)
10+
11+
- Updated dependencies []:
12+
- @fuel-wallet/connections@0.50.1
13+
- @fuels/playwright-utils@0.50.1
14+
315
## 0.50.0
416

517
### 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.50.0",
4+
"version": "0.50.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.50.1
4+
35
## 0.50.0
46

57
## 0.49.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.50.0",
5+
"version": "0.50.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.50.1
4+
35
## 0.50.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.50.0",
3+
"version": "0.50.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.50.1
4+
35
## 0.50.0
46

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

0 commit comments

Comments
 (0)