Skip to content

Commit 0f7f2c8

Browse files
ci(changesets): versioning packages (#1252)
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-wallet@0.16.4 ### Patch Changes - Updated dependencies \[[`32ee2272`](32ee227)]: - @fuel-wallet/connections@0.16.4 ## @fuel-wallet/connections@0.16.4 ### Patch Changes - [#1251](#1251) [`32ee2272`](32ee227) Thanks [@helciofranco](https://github.com/helciofranco)! - fix: remove unused peer dependency ## @fuel-wallet/types@0.16.4 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 49a2083 commit 0f7f2c8

File tree

7 files changed

+18
-8
lines changed

7 files changed

+18
-8
lines changed

.changeset/shy-islands-fail.md

-5
This file was deleted.

packages/app/CHANGELOG.md

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

3+
## 0.16.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`32ee2272`](https://github.com/FuelLabs/fuels-wallet/commit/32ee227254b1491a7ec8fc532f10517367f78013)]:
8+
- @fuel-wallet/connections@0.16.4
9+
310
## 0.16.3
411

512
### 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.16.3",
4+
"version": "0.16.4",
55
"database": "14",
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.16.4
4+
5+
### Patch Changes
6+
7+
- [#1251](https://github.com/FuelLabs/fuels-wallet/pull/1251) [`32ee2272`](https://github.com/FuelLabs/fuels-wallet/commit/32ee227254b1491a7ec8fc532f10517367f78013) Thanks [@helciofranco](https://github.com/helciofranco)! - fix: remove unused peer dependency
8+
39
## 0.16.3
410

511
### Patch Changes

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.16.3",
5+
"version": "0.16.4",
66
"license": "Apache-2.0",
77
"main": "src/index.ts",
88
"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.16.4
4+
35
## 0.16.3
46

57
### Patch Changes

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

0 commit comments

Comments
 (0)