Skip to content

Commit ca24140

Browse files
ci(changesets): versioning packages (#1559)
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.35.0 ## fuels-wallet@0.35.0 ### Minor Changes - [#1560](#1560) [`b2702f7b`](b2702f7) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - make wallet return currentAccount even if the wallet account is not selected - [#1558](#1558) [`78a03b69`](78a03b6) Thanks [@helciofranco](https://github.com/helciofranco)! - Add pagination to the Transaction History screen. ### Patch Changes - [#1554](#1554) [`2fd6468f`](2fd6468) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Added copy button to asset list - Updated dependencies \[]: - @fuel-wallet/connections@0.35.0 ## @fuel-wallet/connections@0.35.0 ## @fuel-wallet/types@0.35.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 78a03b6 commit ca24140

11 files changed

+25
-19
lines changed

.changeset/poor-cobras-hug.md

-5
This file was deleted.

.changeset/tasty-jeans-act.md

-5
This file was deleted.

.changeset/tough-oranges-beam.md

-5
This file was deleted.

packages/app/CHANGELOG.md

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

3+
## 0.35.0
4+
5+
### Minor Changes
6+
7+
- [#1560](https://github.com/FuelLabs/fuels-wallet/pull/1560) [`b2702f7b`](https://github.com/FuelLabs/fuels-wallet/commit/b2702f7bc9186d24dc38c831fa905a1c1a0275c3) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - make wallet return currentAccount even if the wallet account is not selected
8+
9+
- [#1558](https://github.com/FuelLabs/fuels-wallet/pull/1558) [`78a03b69`](https://github.com/FuelLabs/fuels-wallet/commit/78a03b692369d63aa29485dc8119d710902efc11) Thanks [@helciofranco](https://github.com/helciofranco)! - Add pagination to the Transaction History screen.
10+
11+
### Patch Changes
12+
13+
- [#1554](https://github.com/FuelLabs/fuels-wallet/pull/1554) [`2fd6468f`](https://github.com/FuelLabs/fuels-wallet/commit/2fd6468fe66a59aa2d1569d611b3047e543a8208) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Added copy button to asset list
14+
15+
- Updated dependencies []:
16+
- @fuel-wallet/connections@0.35.0
17+
318
## 0.34.1
419

520
### 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.34.1",
4+
"version": "0.35.0",
55
"database": "23",
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.35.0
4+
35
## 0.34.1
46

57
### 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.34.1",
5+
"version": "0.35.0",
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.35.0
4+
35
## 0.34.1
46

57
## 0.34.0

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.1",
3+
"version": "0.35.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.35.0
4+
35
## 0.34.1
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.34.1",
4+
"version": "0.35.0",
55
"license": "Apache-2.0",
66
"main": "src/index.ts",
77
"publishConfig": {

0 commit comments

Comments
 (0)