Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(changesets): versioning packages #1832

Merged
merged 3 commits into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/breezy-gorillas-lick.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/brown-wasps-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-apples-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-lemons-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-pets-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-eggs-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-vans-invent.md

This file was deleted.

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

## 0.48.0

### Major Changes

- [#1784](https://github.com/FuelLabs/fuels-wallet/pull/1784) [`b3aa7cec`](https://github.com/FuelLabs/fuels-wallet/commit/b3aa7cec50bd141d336528062e60026688464373) Thanks [@Dhanraj30](https://github.com/Dhanraj30)! - chore: make address checksummed on Receive Page

### Minor Changes

- [#1810](https://github.com/FuelLabs/fuels-wallet/pull/1810) [`5ab72e4f`](https://github.com/FuelLabs/fuels-wallet/commit/5ab72e4f868d1499517d60ad9c8855be163b5c81) Thanks [@arthurgeron](https://github.com/arthurgeron)! - feat: prevent users from importing public keys as private

### Patch Changes

- [#1788](https://github.com/FuelLabs/fuels-wallet/pull/1788) [`fd1e342a`](https://github.com/FuelLabs/fuels-wallet/commit/fd1e342a81041aa6fed925df9c45449cb3946e00) Thanks [@arthurgeron](https://github.com/arthurgeron)! - feat: show token value converted to USD

- [#1814](https://github.com/FuelLabs/fuels-wallet/pull/1814) [`44cb7823`](https://github.com/FuelLabs/fuels-wallet/commit/44cb7823a43c78a36358927a9caee7152d12b196) Thanks [@nelitow](https://github.com/nelitow)! - Audit package updates

- [#1813](https://github.com/FuelLabs/fuels-wallet/pull/1813) [`1bca7e3c`](https://github.com/FuelLabs/fuels-wallet/commit/1bca7e3cc5e339b855cca2e2b8e3c3af1cbbd157) Thanks [@arthurgeron](https://github.com/arthurgeron)! - feat: use adf version of pnpm

- [#1802](https://github.com/FuelLabs/fuels-wallet/pull/1802) [`37a5c22b`](https://github.com/FuelLabs/fuels-wallet/commit/37a5c22b69ba48eabf20e033f166b3c5228cff98) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - chore: upgrade checkout action to v4 + remove chainInfo machine

- [#1805](https://github.com/FuelLabs/fuels-wallet/pull/1805) [`f653d59f`](https://github.com/FuelLabs/fuels-wallet/commit/f653d59f1678c04641dea923a7ac9ed02e365d47) Thanks [@arthurgeron](https://github.com/arthurgeron)! - fix: jest unit tests

- Updated dependencies []:
- @fuel-wallet/connections@0.48.0
- @fuels/playwright-utils@0.48.0

## 0.47.1

### Patch 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.47.1",
"version": "0.48.0",
"type": "module",
"database": "23",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions packages/connections/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @fuel-wallet/connections

## 0.48.0

## 0.47.1

## 0.47.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.47.1",
"version": "0.48.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"publishConfig": {
Expand Down
2 changes: 2 additions & 0 deletions packages/playwright-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @fuels/playwright-utils

## 0.48.0

## 0.47.1

## 0.47.0
Expand Down
2 changes: 1 addition & 1 deletion packages/playwright-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuels/playwright-utils",
"version": "0.47.1",
"version": "0.48.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"type": "module",
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.48.0

### Patch Changes

- [#1788](https://github.com/FuelLabs/fuels-wallet/pull/1788) [`fd1e342a`](https://github.com/FuelLabs/fuels-wallet/commit/fd1e342a81041aa6fed925df9c45449cb3946e00) Thanks [@arthurgeron](https://github.com/arthurgeron)! - feat: show token value converted to USD

## 0.47.1

## 0.47.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.47.1",
"version": "0.48.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"publishConfig": {
Expand Down
Loading