Skip to content

Commit c5b986f

Browse files
ci(changesets): versioning packages (#1131)
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 ## @fuel-wallet/connections@0.16.1 ### Patch Changes - Updated dependencies \[]: - @fuel-wallet/sdk@0.16.1 - @fuel-wallet/types@0.16.1 ## @fuel-wallet/sdk@0.16.1 ### Patch Changes - Updated dependencies \[]: - @fuel-wallet/types@0.16.1 ## @fuel-wallet/react@0.16.1 ## @fuel-wallet/playwright-utils@0.16.1 ## @fuel-wallet/types@0.16.1 ## fuels-wallet@0.16.1 ### Patch Changes - [#1123](#1123) [`e18231a`](e18231a) Thanks [@bethatguyad](https://github.com/bethatguyad)! - perf: eliminating asset avatar flashing - Updated dependencies \[]: - @fuel-wallet/connections@0.16.1 - @fuel-wallet/sdk@0.16.1 - @fuel-wallet/types@0.16.1 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2e6444f commit c5b986f

13 files changed

+38
-11
lines changed

.changeset/three-wombats-hope.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.16.1
4+
5+
### Patch Changes
6+
7+
- [#1123](https://github.com/FuelLabs/fuels-wallet/pull/1123) [`e18231a`](https://github.com/FuelLabs/fuels-wallet/commit/e18231abf779d11e468ecf57b5805bc646609bfe) Thanks [@bethatguyad](https://github.com/bethatguyad)! - perf: eliminating asset avatar flashing
8+
9+
- Updated dependencies []:
10+
- @fuel-wallet/connections@0.16.1
11+
- @fuel-wallet/sdk@0.16.1
12+
- @fuel-wallet/types@0.16.1
13+
314
## 0.16.0
415

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

packages/connections/CHANGELOG.md

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

3+
## 0.16.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @fuel-wallet/sdk@0.16.1
9+
- @fuel-wallet/types@0.16.1
10+
311
## 0.16.0
412

513
### Patch Changes

packages/connections/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fuel-wallet/connections",
33
"description": "Fuel Wallet Connections for CRX.",
4-
"version": "0.16.0",
4+
"version": "0.16.1",
55
"license": "Apache-2.0",
66
"main": "src/index.ts",
77
"publishConfig": {

packages/react/CHANGELOG.md

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

3+
## 0.16.1
4+
35
## 0.16.0
46

57
### Minor Changes

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fuel-wallet/react",
33
"description": "Interact with the Fuel Wallet Extension in React.",
4-
"version": "0.16.0",
4+
"version": "0.16.1",
55
"license": "Apache-2.0",
66
"main": "./src/index.ts",
77
"exports": {

packages/sdk/CHANGELOG.md

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

3+
## 0.16.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @fuel-wallet/types@0.16.1
9+
310
## 0.16.0
411

512
### Patch Changes

packages/sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fuel-wallet/sdk",
33
"description": "Integrate DApps with Fuel Wallet Extension.",
4-
"version": "0.16.0",
4+
"version": "0.16.1",
55
"license": "Apache-2.0",
66
"main": "src/index.ts",
77
"publishConfig": {

packages/test-utils/CHANGELOG.md

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

3+
## 0.16.1
4+
35
## 0.16.0
46

57
## 0.15.2

packages/test-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-wallet/playwright-utils",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
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.16.1
4+
35
## 0.16.0
46

57
## 0.15.2

packages/types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fuel-wallet/types",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"publishConfig": {

0 commit comments

Comments
 (0)