Skip to content

Commit d41f8ec

Browse files
ci(changesets): versioning packages (#1736)
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.45.0 ### Minor Changes - [#1741](#1741) [`197d1758`](197d175) Thanks [@nelitow](https://github.com/nelitow)! - Update @fuels packages to implement localStorage fix. ## fuels-wallet@0.45.0 ### Minor Changes - [#1741](#1741) [`197d1758`](197d175) Thanks [@nelitow](https://github.com/nelitow)! - Update @fuels packages to implement localStorage fix. ### Patch Changes - [#1718](#1718) [`7fcfee7d`](7fcfee7) Thanks [@nelitow](https://github.com/nelitow)! - Update E2E setup - [#1742](#1742) [`4bd6e86b`](4bd6e86) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: add OPFS backup - Updated dependencies \[[`197d1758`](197d175)]: - @fuels/playwright-utils@0.45.0 - @fuel-wallet/connections@0.45.0 ## @fuel-wallet/connections@0.45.0 ## @fuel-wallet/types@0.45.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4bd6e86 commit d41f8ec

11 files changed

+30
-20
lines changed

.changeset/few-pants-marry.md

-6
This file was deleted.

.changeset/mean-monkeys-swim.md

-5
This file was deleted.

.changeset/rotten-singers-hear.md

-5
This file was deleted.

packages/app/CHANGELOG.md

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

3+
## 0.45.0
4+
5+
### Minor Changes
6+
7+
- [#1741](https://github.com/FuelLabs/fuels-wallet/pull/1741) [`197d1758`](https://github.com/FuelLabs/fuels-wallet/commit/197d1758701392bf7ab9efc97fbed3ca8d9ac567) Thanks [@nelitow](https://github.com/nelitow)! - Update @fuels packages to implement localStorage fix.
8+
9+
### Patch Changes
10+
11+
- [#1718](https://github.com/FuelLabs/fuels-wallet/pull/1718) [`7fcfee7d`](https://github.com/FuelLabs/fuels-wallet/commit/7fcfee7d8fb53259a8abd2f3843c951fcb03e865) Thanks [@nelitow](https://github.com/nelitow)! - Update E2E setup
12+
13+
- [#1742](https://github.com/FuelLabs/fuels-wallet/pull/1742) [`4bd6e86b`](https://github.com/FuelLabs/fuels-wallet/commit/4bd6e86b370d17692da72ff91c2b28cb64a21c2c) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: add OPFS backup
14+
15+
- Updated dependencies [[`197d1758`](https://github.com/FuelLabs/fuels-wallet/commit/197d1758701392bf7ab9efc97fbed3ca8d9ac567)]:
16+
- @fuels/playwright-utils@0.45.0
17+
- @fuel-wallet/connections@0.45.0
18+
319
## 0.44.1
420

521
### 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.44.1",
4+
"version": "0.45.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.45.0
4+
35
## 0.44.1
46

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

packages/playwright-utils/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @fuels/playwright-utils
22

3+
## 0.45.0
4+
5+
### Minor Changes
6+
7+
- [#1741](https://github.com/FuelLabs/fuels-wallet/pull/1741) [`197d1758`](https://github.com/FuelLabs/fuels-wallet/commit/197d1758701392bf7ab9efc97fbed3ca8d9ac567) Thanks [@nelitow](https://github.com/nelitow)! - Update @fuels packages to implement localStorage fix.
8+
39
## 0.44.1
410

511
## 0.44.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.44.1",
3+
"version": "0.45.0",
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.45.0
4+
35
## 0.44.1
46

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

0 commit comments

Comments
 (0)