Skip to content

Commit e45a5f1

Browse files
ci(changesets): versioning packages (#1552)
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.34.1 ## fuels-wallet@0.34.1 ### Patch Changes - [#1550](#1550) [`c38db1ab`](c38db1a) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fixed duplicate instances of ContentScript after extension sleep/wakeup. Closes [#326](FuelLabs/fuel-connectors#326) - [#1550](#1550) [`c38db1ab`](c38db1a) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Ensure popup is closed on resolve timeout - [#1555](#1555) [`3defdf83`](3defdf8) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - chore: fix size of query complex - Updated dependencies \[[`c38db1ab`](c38db1a)]: - @fuel-wallet/connections@0.34.1 ## @fuel-wallet/connections@0.34.1 ### Patch Changes - [#1550](#1550) [`c38db1ab`](c38db1a) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fixed duplicate instances of ContentScript after extension sleep/wakeup. Closes [#326](FuelLabs/fuel-connectors#326) ## @fuel-wallet/types@0.34.1 ### Patch Changes - [#1550](#1550) [`c38db1ab`](c38db1a) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fixed duplicate instances of ContentScript after extension sleep/wakeup. Closes [#326](FuelLabs/fuel-connectors#326) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3defdf8 commit e45a5f1

11 files changed

+31
-21
lines changed

.changeset/breezy-glasses-double.md

-7
This file was deleted.

.changeset/fast-terms-glow.md

-5
This file was deleted.

.changeset/smooth-rockets-laugh.md

-5
This file was deleted.

packages/app/CHANGELOG.md

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

3+
## 0.34.1
4+
5+
### Patch Changes
6+
7+
- [#1550](https://github.com/FuelLabs/fuels-wallet/pull/1550) [`c38db1ab`](https://github.com/FuelLabs/fuels-wallet/commit/c38db1ab536b587226db90b6b872fd8c1b01c405) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fixed duplicate instances of ContentScript after extension sleep/wakeup. Closes [#326](https://github.com/FuelLabs/fuel-connectors/issues/326)
8+
9+
- [#1550](https://github.com/FuelLabs/fuels-wallet/pull/1550) [`c38db1ab`](https://github.com/FuelLabs/fuels-wallet/commit/c38db1ab536b587226db90b6b872fd8c1b01c405) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Ensure popup is closed on resolve timeout
10+
11+
- [#1555](https://github.com/FuelLabs/fuels-wallet/pull/1555) [`3defdf83`](https://github.com/FuelLabs/fuels-wallet/commit/3defdf83c97b1a1bed1edf7a932557f69263b64c) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - chore: fix size of query complex
12+
13+
- Updated dependencies [[`c38db1ab`](https://github.com/FuelLabs/fuels-wallet/commit/c38db1ab536b587226db90b6b872fd8c1b01c405)]:
14+
- @fuel-wallet/connections@0.34.1
15+
316
## 0.34.0
417

518
### 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.34.0",
4+
"version": "0.34.1",
55
"database": "21",
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.34.1
4+
5+
### Patch Changes
6+
7+
- [#1550](https://github.com/FuelLabs/fuels-wallet/pull/1550) [`c38db1ab`](https://github.com/FuelLabs/fuels-wallet/commit/c38db1ab536b587226db90b6b872fd8c1b01c405) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fixed duplicate instances of ContentScript after extension sleep/wakeup. Closes [#326](https://github.com/FuelLabs/fuel-connectors/issues/326)
8+
39
## 0.34.0
410

511
## 0.33.1

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.34.0",
5+
"version": "0.34.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.34.1
4+
35
## 0.34.0
46

57
## 0.33.1

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.34.0",
3+
"version": "0.34.1",
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.34.1
4+
5+
### Patch Changes
6+
7+
- [#1550](https://github.com/FuelLabs/fuels-wallet/pull/1550) [`c38db1ab`](https://github.com/FuelLabs/fuels-wallet/commit/c38db1ab536b587226db90b6b872fd8c1b01c405) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fixed duplicate instances of ContentScript after extension sleep/wakeup. Closes [#326](https://github.com/FuelLabs/fuel-connectors/issues/326)
8+
39
## 0.34.0
410

511
## 0.33.1

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

0 commit comments

Comments
 (0)