Skip to content

Commit ab4d889

Browse files
ci(changesets): versioning packages
1 parent ed5aadd commit ab4d889

14 files changed

+28
-22
lines changed

.changeset/brown-walls-rescue.md

-5
This file was deleted.

.changeset/cool-goats-teach.md

-5
This file was deleted.

.changeset/dry-cobras-rescue.md

-2
This file was deleted.

.changeset/sharp-beans-exist.md

-5
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.44.1
4+
5+
### Patch Changes
6+
7+
- [#1713](https://github.com/FuelLabs/fuels-wallet/pull/1713) [`ed5aaddc`](https://github.com/FuelLabs/fuels-wallet/commit/ed5aaddc225d5aa6817b0f637d1a979d5ef77095) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - refactor: accountMachine should not handle isLogged operations and should not have parallel states running
8+
9+
- [#1713](https://github.com/FuelLabs/fuels-wallet/pull/1713) [`ed5aaddc`](https://github.com/FuelLabs/fuels-wallet/commit/ed5aaddc225d5aa6817b0f637d1a979d5ef77095) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - set isLogged when opening the db
10+
11+
- [#1713](https://github.com/FuelLabs/fuels-wallet/pull/1713) [`ed5aaddc`](https://github.com/FuelLabs/fuels-wallet/commit/ed5aaddc225d5aa6817b0f637d1a979d5ef77095) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: cleaning now waits for localStorage
12+
13+
- Updated dependencies []:
14+
- @fuel-wallet/connections@0.44.1
15+
- @fuels/playwright-utils@0.44.1
16+
317
## 0.44.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.44.0",
4+
"version": "0.44.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.44.1
4+
35
## 0.44.0
46

57
## 0.43.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.44.0",
5+
"version": "0.44.1",
66
"license": "Apache-2.0",
77
"main": "src/index.ts",
88
"publishConfig": {

packages/e2e-assets/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# @fuel-wallet/e2e-assets
2+
3+
## 0.44.1

packages/e2e-assets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fuel-wallet/e2e-assets",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "0.44.1",
55
"type": "module",
66
"devDependencies": {
77
"@playwright/test": "1.46.1"

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.44.1
4+
35
## 0.44.0
46

57
### Patch 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.44.0",
3+
"version": "0.44.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.44.1
4+
35
## 0.44.0
46

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

0 commit comments

Comments
 (0)