Skip to content

Commit

Permalink
ci(changesets): versioning packages (#1430)
Browse files Browse the repository at this point in the history
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
## [email protected]

### Minor Changes

- [#1420](#1420)
[`737652ba`](737652b)
Thanks [@arthurgeron](https://github.com/arthurgeron)! - Refactored
Sentry implementation, error handling, and report logic

### Patch Changes

- [#1429](#1429)
[`3486bee0`](3486bee)
Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - Upgrade DB
version to include testnet and devnet as initial networks in database

- [#1431](#1431)
[`c1d3dd6b`](c1d3dd6)
Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: run e2e
test of Lock CRX isolated and remove from regular flow to increase its
speed

- [#1429](#1429)
[`3486bee0`](3486bee)
Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - Include
networks Testnet and Devnet by default in network list

- [#1420](#1420)
[`737652ba`](737652b)
Thanks [@arthurgeron](https://github.com/arthurgeron)! - Include "Error
Review" screen allowing the user to review and report screens

- [#1429](#1429)
[`3486bee0`](3486bee)
Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - Improve flow of
network URL to wait for click to "Test connection", instead of load
automatically

- Updated dependencies
\[[`737652ba`](737652b)]:
    -   @fuel-wallet/[email protected]

## @fuel-wallet/[email protected]

### Minor Changes

- [#1420](#1420)
[`737652ba`](737652b)
Thanks [@arthurgeron](https://github.com/arthurgeron)! - Refactored
Sentry implementation, error handling, and report logic

## @fuel-wallet/[email protected]

### Patch Changes

- [#1420](#1420)
[`737652ba`](737652b)
Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fixed broken
links to `@fuels/react` in docs

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
fuel-service-user and github-actions[bot] authored Aug 25, 2024
1 parent fb8a992 commit 50143a2
Show file tree
Hide file tree
Showing 13 changed files with 36 additions and 39 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-taxis-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-pumpkins-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-mirrors-smell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/proud-pillows-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-hotels-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-balloons-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-meals-joke.md

This file was deleted.

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

## 0.27.0

### Minor Changes

- [#1420](https://github.com/FuelLabs/fuels-wallet/pull/1420) [`737652ba`](https://github.com/FuelLabs/fuels-wallet/commit/737652badce501292fad509ebadda751ea8792df) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Refactored Sentry implementation, error handling, and report logic

### Patch Changes

- [#1429](https://github.com/FuelLabs/fuels-wallet/pull/1429) [`3486bee0`](https://github.com/FuelLabs/fuels-wallet/commit/3486bee0cd249939833f00809dc27fe7260e3a1f) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - Upgrade DB version to include testnet and devnet as initial networks in database

- [#1431](https://github.com/FuelLabs/fuels-wallet/pull/1431) [`c1d3dd6b`](https://github.com/FuelLabs/fuels-wallet/commit/c1d3dd6be885cc3b30a704150c89adc8a1c7e22a) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: run e2e test of Lock CRX isolated and remove from regular flow to increase its speed

- [#1429](https://github.com/FuelLabs/fuels-wallet/pull/1429) [`3486bee0`](https://github.com/FuelLabs/fuels-wallet/commit/3486bee0cd249939833f00809dc27fe7260e3a1f) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - Include networks Testnet and Devnet by default in network list

- [#1420](https://github.com/FuelLabs/fuels-wallet/pull/1420) [`737652ba`](https://github.com/FuelLabs/fuels-wallet/commit/737652badce501292fad509ebadda751ea8792df) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Include "Error Review" screen allowing the user to review and report screens

- [#1429](https://github.com/FuelLabs/fuels-wallet/pull/1429) [`3486bee0`](https://github.com/FuelLabs/fuels-wallet/commit/3486bee0cd249939833f00809dc27fe7260e3a1f) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - Improve flow of network URL to wait for click to "Test connection", instead of load automatically

- Updated dependencies [[`737652ba`](https://github.com/FuelLabs/fuels-wallet/commit/737652badce501292fad509ebadda751ea8792df)]:
- @fuel-wallet/connections@0.27.0

## 0.26.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.26.0",
"version": "0.27.0",
"database": "18",
"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.27.0

### Patch Changes

- [#1420](https://github.com/FuelLabs/fuels-wallet/pull/1420) [`737652ba`](https://github.com/FuelLabs/fuels-wallet/commit/737652badce501292fad509ebadda751ea8792df) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fixed broken links to `@fuels/react` in docs

## 0.26.0

### Minor Changes
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.26.0",
"version": "0.27.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.27.0

### Minor Changes

- [#1420](https://github.com/FuelLabs/fuels-wallet/pull/1420) [`737652ba`](https://github.com/FuelLabs/fuels-wallet/commit/737652badce501292fad509ebadda751ea8792df) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Refactored Sentry implementation, error handling, and report logic

## 0.26.0

### Minor Changes
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.26.0",
"version": "0.27.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"publishConfig": {
Expand Down

0 comments on commit 50143a2

Please sign in to comment.