Skip to content

Commit d86606d

Browse files
ci(changesets): versioning packages (#1539)
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.33.0 ### Minor Changes - [#1538](#1538) [`7825d266`](7825d26) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - pump version ### Patch Changes - [#1537](#1537) [`7e16fb6d`](7e16fb6) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - pump version ## fuels-wallet@0.33.0 ### Minor Changes - [#1538](#1538) [`7825d266`](7825d26) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - chore: add blockExplorerUrl ### Patch Changes - Updated dependencies \[]: - @fuel-wallet/connections@0.33.0 ## @fuel-wallet/connections@0.33.0 ## @fuel-wallet/types@0.33.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7825d26 commit d86606d

11 files changed

+29
-19
lines changed

.changeset/tasty-bees-compete.md

-5
This file was deleted.

.changeset/thick-beds-carry.md

-5
This file was deleted.

.changeset/unlucky-cobras-switch.md

-5
This file was deleted.

packages/app/CHANGELOG.md

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

3+
## 0.33.0
4+
5+
### Minor Changes
6+
7+
- [#1538](https://github.com/FuelLabs/fuels-wallet/pull/1538) [`7825d266`](https://github.com/FuelLabs/fuels-wallet/commit/7825d266e72a96d59164335f66665ce7b3158bc0) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - chore: add blockExplorerUrl
8+
9+
### Patch Changes
10+
11+
- Updated dependencies []:
12+
- @fuel-wallet/connections@0.33.0
13+
314
## 0.32.1
415

516
### 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.32.1",
4+
"version": "0.33.0",
55
"database": "21",
66
"scripts": {
77
"build:all": "run-s build:web build:crx build:storybook",

packages/connections/CHANGELOG.md

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

3+
## 0.33.0
4+
35
## 0.32.1
46

57
## 0.32.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.32.1",
5+
"version": "0.33.0",
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.33.0
4+
5+
### Minor Changes
6+
7+
- [#1538](https://github.com/FuelLabs/fuels-wallet/pull/1538) [`7825d266`](https://github.com/FuelLabs/fuels-wallet/commit/7825d266e72a96d59164335f66665ce7b3158bc0) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - pump version
8+
9+
### Patch Changes
10+
11+
- [#1537](https://github.com/FuelLabs/fuels-wallet/pull/1537) [`7e16fb6d`](https://github.com/FuelLabs/fuels-wallet/commit/7e16fb6df7628a5a94451ee0bcb2af5da10ba016) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - pump version
12+
313
## 0.32.0
414

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

packages/types/CHANGELOG.md

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

3+
## 0.33.0
4+
35
## 0.32.1
46

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

0 commit comments

Comments
 (0)