Skip to content

Commit f6a9772

Browse files
ci(changesets): versioning packages (#1488)
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.29.0 ### Minor Changes - [#1487](#1487) [`48d4df4c`](48d4df4) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - pump ### Patch Changes - [#1489](#1489) [`9f4334cd`](9f4334c) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: add db versioning ## fuels-wallet@0.29.1 ### Patch Changes - [#1489](#1489) [`9f4334cd`](9f4334c) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: add db versioning - Updated dependencies \[[`9f4334cd`](9f4334c)]: - @fuel-wallet/connections@0.29.1 ## @fuel-wallet/connections@0.29.1 ### Patch Changes - [#1489](#1489) [`9f4334cd`](9f4334c) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: add db versioning ## @fuel-wallet/types@0.29.1 ### Patch Changes - [#1489](#1489) [`9f4334cd`](9f4334c) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: add db versioning Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9f4334c commit f6a9772

File tree

10 files changed

+35
-17
lines changed

10 files changed

+35
-17
lines changed

.changeset/few-camels-share.md

-5
This file was deleted.

.changeset/strong-falcons-worry.md

-8
This file was deleted.

packages/app/CHANGELOG.md

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

3+
## 0.29.1
4+
5+
### Patch Changes
6+
7+
- [#1489](https://github.com/FuelLabs/fuels-wallet/pull/1489) [`9f4334cd`](https://github.com/FuelLabs/fuels-wallet/commit/9f4334cd2c8d7f56bc2f101ddd3c052e0d1a4303) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: add db versioning
8+
9+
- Updated dependencies [[`9f4334cd`](https://github.com/FuelLabs/fuels-wallet/commit/9f4334cd2c8d7f56bc2f101ddd3c052e0d1a4303)]:
10+
- @fuel-wallet/connections@0.29.1
11+
312
## 0.29.0
413

514
### 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.29.0",
4+
"version": "0.29.1",
55
"database": "19",
66
"scripts": {
77
"build:all": "run-s build:web build:crx build:storybook",

packages/connections/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @fuel-wallet/connections
22

3+
## 0.29.1
4+
5+
### Patch Changes
6+
7+
- [#1489](https://github.com/FuelLabs/fuels-wallet/pull/1489) [`9f4334cd`](https://github.com/FuelLabs/fuels-wallet/commit/9f4334cd2c8d7f56bc2f101ddd3c052e0d1a4303) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: add db versioning
8+
39
## 0.29.0
410

511
## 0.28.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.29.0",
5+
"version": "0.29.1",
66
"license": "Apache-2.0",
77
"main": "src/index.ts",
88
"publishConfig": {

packages/playwright-utils/CHANGELOG.md

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

3+
## 0.29.0
4+
5+
### Minor Changes
6+
7+
- [#1487](https://github.com/FuelLabs/fuels-wallet/pull/1487) [`48d4df4c`](https://github.com/FuelLabs/fuels-wallet/commit/48d4df4cdb1201e37ebaf3663879fc6ad42725d6) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - pump
8+
9+
### Patch Changes
10+
11+
- [#1489](https://github.com/FuelLabs/fuels-wallet/pull/1489) [`9f4334cd`](https://github.com/FuelLabs/fuels-wallet/commit/9f4334cd2c8d7f56bc2f101ddd3c052e0d1a4303) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: add db versioning
12+
313
## 0.28.1
414

515
### 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.28.1",
3+
"version": "0.29.0",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"publishConfig": {

packages/types/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @fuel-wallet/types
22

3+
## 0.29.1
4+
5+
### Patch Changes
6+
7+
- [#1489](https://github.com/FuelLabs/fuels-wallet/pull/1489) [`9f4334cd`](https://github.com/FuelLabs/fuels-wallet/commit/9f4334cd2c8d7f56bc2f101ddd3c052e0d1a4303) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: add db versioning
8+
39
## 0.29.0
410

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

0 commit comments

Comments
 (0)