Skip to content

Commit a694520

Browse files
ci(changesets): versioning packages (#1285)
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.18.0 ### Minor Changes - [#1240](#1240) [`b4f52e09`](b4f52e0) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: update wallet to the latest fuel core (0.26.0) - [#1240](#1240) [`b4f52e09`](b4f52e0) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: add custom network fees, offering options like regular, fast and custom tip. ### Patch Changes - Updated dependencies \[[`b4f52e09`](b4f52e0)]: - @fuel-wallet/connections@0.18.0 ## @fuel-wallet/connections@0.18.0 ### Minor Changes - [#1240](#1240) [`b4f52e09`](b4f52e0) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: update wallet to the latest fuel core (0.26.0) ## @fuel-wallet/types@0.18.0 ### Minor Changes - [#1240](#1240) [`b4f52e09`](b4f52e0) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: update wallet to the latest fuel core (0.26.0) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b4f52e0 commit a694520

File tree

8 files changed

+28
-15
lines changed

8 files changed

+28
-15
lines changed

.changeset/old-boxes-cheat.md

-7
This file was deleted.

.changeset/stupid-flowers-provide.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.18.0
4+
5+
### Minor Changes
6+
7+
- [#1240](https://github.com/FuelLabs/fuels-wallet/pull/1240) [`b4f52e09`](https://github.com/FuelLabs/fuels-wallet/commit/b4f52e09af0952600ddcdf818632d8328d8fac8f) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: update wallet to the latest fuel core (0.26.0)
8+
9+
- [#1240](https://github.com/FuelLabs/fuels-wallet/pull/1240) [`b4f52e09`](https://github.com/FuelLabs/fuels-wallet/commit/b4f52e09af0952600ddcdf818632d8328d8fac8f) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: add custom network fees, offering options like regular, fast and custom tip.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`b4f52e09`](https://github.com/FuelLabs/fuels-wallet/commit/b4f52e09af0952600ddcdf818632d8328d8fac8f)]:
14+
- @fuel-wallet/connections@0.18.0
15+
316
## 0.17.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.17.0",
4+
"version": "0.18.0",
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.18.0
4+
5+
### Minor Changes
6+
7+
- [#1240](https://github.com/FuelLabs/fuels-wallet/pull/1240) [`b4f52e09`](https://github.com/FuelLabs/fuels-wallet/commit/b4f52e09af0952600ddcdf818632d8328d8fac8f) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: update wallet to the latest fuel core (0.26.0)
8+
39
## 0.17.0
410

511
## 0.16.6

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.17.0",
5+
"version": "0.18.0",
66
"license": "Apache-2.0",
77
"main": "src/index.ts",
88
"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.18.0
4+
5+
### Minor Changes
6+
7+
- [#1240](https://github.com/FuelLabs/fuels-wallet/pull/1240) [`b4f52e09`](https://github.com/FuelLabs/fuels-wallet/commit/b4f52e09af0952600ddcdf818632d8328d8fac8f) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: update wallet to the latest fuel core (0.26.0)
8+
39
## 0.17.0
410

511
## 0.16.6

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

0 commit comments

Comments
 (0)