Skip to content

Commit

Permalink
ci(changesets): versioning packages (#1411)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuel-service-user authored Aug 3, 2024
1 parent c30da30 commit 4c3788b
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .changeset/young-jokes-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-nails-build.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# fuels-wallet

## 0.24.0

### Minor Changes

- [#1318](https://github.com/FuelLabs/fuels-wallet/pull/1318) [`a715ad6a`](https://github.com/FuelLabs/fuels-wallet/commit/a715ad6a9652e477cd7143493bd5ab3af63dbcfd) Thanks [@helciofranco](https://github.com/helciofranco)! - Add `Gas Limit` input to customize transaction fees when sending a transfer

- [#1405](https://github.com/FuelLabs/fuels-wallet/pull/1405) [`de7771b6`](https://github.com/FuelLabs/fuels-wallet/commit/de7771b6a3520f075bc87d5683e42a0502923400) Thanks [@rodrigobranas](https://github.com/rodrigobranas)! - Add new e2e tests for custom fees in "Send Screen"

### Patch Changes

- Updated dependencies [[`a715ad6a`](https://github.com/FuelLabs/fuels-wallet/commit/a715ad6a9652e477cd7143493bd5ab3af63dbcfd)]:
- @fuel-wallet/connections@0.24.0

## 0.23.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fuels-wallet",
"private": true,
"version": "0.23.0",
"version": "0.24.0",
"database": "17",
"scripts": {
"build:all": "run-s build:web build:crx build:storybook",
Expand Down
6 changes: 6 additions & 0 deletions packages/connections/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @fuel-wallet/connections

## 0.24.0

### Minor Changes

- [#1318](https://github.com/FuelLabs/fuels-wallet/pull/1318) [`a715ad6a`](https://github.com/FuelLabs/fuels-wallet/commit/a715ad6a9652e477cd7143493bd5ab3af63dbcfd) Thanks [@helciofranco](https://github.com/helciofranco)! - Add `Gas Limit` input to customize transaction fees when sending a transfer

## 0.23.0

## 0.22.0
Expand Down
2 changes: 1 addition & 1 deletion packages/connections/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fuel-wallet/connections",
"private": true,
"description": "Fuel Wallet Connections for CRX.",
"version": "0.23.0",
"version": "0.24.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @fuel-wallet/types

## 0.24.0

### Minor Changes

- [#1318](https://github.com/FuelLabs/fuels-wallet/pull/1318) [`a715ad6a`](https://github.com/FuelLabs/fuels-wallet/commit/a715ad6a9652e477cd7143493bd5ab3af63dbcfd) Thanks [@helciofranco](https://github.com/helciofranco)! - Add `Gas Limit` input to customize transaction fees when sending a transfer

## 0.23.0

## 0.22.0
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fuel-wallet/types",
"private": true,
"version": "0.23.0",
"version": "0.24.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"publishConfig": {
Expand Down

0 comments on commit 4c3788b

Please sign in to comment.