Skip to content

Commit

Permalink
ci(changesets): versioning packages v0.10.0 (#785)
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
## @fuel-wallet/[email protected]

### Minor Changes

- [#729](#729)
[`c9cd111`](c9cd111)
Thanks [@luizstacio](https://github.com/luizstacio)! - Enable other
Wallets to being exposed as Connectors using the Fuel Wallet Connectors
feature.

## @fuel-wallet/[email protected]

### Minor Changes

- [#729](#729)
[`c9cd111`](c9cd111)
Thanks [@luizstacio](https://github.com/luizstacio)! - Enable other
Wallets to being exposed as Connectors using the Fuel Wallet Connectors
feature.

## [email protected]

### Minor Changes

- [#625](#625)
[`993a197`](993a197)
Thanks [@pedronauck](https://github.com/pedronauck)! - Update Fuel
branding on Wallet and address minor issues on UI and UX.

- [#784](#784)
[`3a3fdcc`](3a3fdcc)
Thanks [@eswarasai](https://github.com/eswarasai)! - Reset auto-lock
timer on user interaction

### Patch Changes

- [#786](#786)
[`3b82e52`](3b82e52)
Thanks [@luizstacio](https://github.com/luizstacio)! - Fix wallet home
scroll

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

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 14, 2023
1 parent 067d3a5 commit 200d449
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 26 deletions.
6 changes: 0 additions & 6 deletions .changeset/brave-starfishes-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-gorillas-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-moles-hear.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/six-parents-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-ducks-breathe.md

This file was deleted.

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

## 0.10.0

### Minor Changes

- [#625](https://github.com/FuelLabs/fuels-wallet/pull/625) [`993a197`](https://github.com/FuelLabs/fuels-wallet/commit/993a197fcbb0e198df2e54810c451f4b3bb4d7fe) Thanks [@pedronauck](https://github.com/pedronauck)! - Update Fuel branding on Wallet and address minor issues on UI and UX.

- [#784](https://github.com/FuelLabs/fuels-wallet/pull/784) [`3a3fdcc`](https://github.com/FuelLabs/fuels-wallet/commit/3a3fdcc263e0fee850bae29114d80241c4b5c3ac) Thanks [@eswarasai](https://github.com/eswarasai)! - Reset auto-lock timer on user interaction

### Patch Changes

- [#786](https://github.com/FuelLabs/fuels-wallet/pull/786) [`3b82e52`](https://github.com/FuelLabs/fuels-wallet/commit/3b82e526b7b732ef5dd07791ef59246f9725cf05) Thanks [@luizstacio](https://github.com/luizstacio)! - Fix wallet home scroll

- Updated dependencies [[`c9cd111`](https://github.com/FuelLabs/fuels-wallet/commit/c9cd1110a26e56f9f7e1fbf3a0db0873cdd043d0)]:
- @fuel-wallet/types@0.10.0
- @fuel-wallet/sdk@0.10.0

## 0.9.5

### 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.9.5",
"version": "0.10.0",
"database": "10",
"scripts": {
"build:all": "run-p build:web build:crx build:storybook",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @fuel-wallet/sdk

## 0.10.0

### Minor Changes

- [#729](https://github.com/FuelLabs/fuels-wallet/pull/729) [`c9cd111`](https://github.com/FuelLabs/fuels-wallet/commit/c9cd1110a26e56f9f7e1fbf3a0db0873cdd043d0) Thanks [@luizstacio](https://github.com/luizstacio)! - Enable other Wallets to being exposed as Connectors using the Fuel Wallet Connectors feature.

## 0.9.5

## 0.9.4
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fuel-wallet/sdk",
"description": "Integrate DApps with Fuel Wallet Extension.",
"version": "0.9.5",
"version": "0.10.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.10.0

### Minor Changes

- [#729](https://github.com/FuelLabs/fuels-wallet/pull/729) [`c9cd111`](https://github.com/FuelLabs/fuels-wallet/commit/c9cd1110a26e56f9f7e1fbf3a0db0873cdd043d0) Thanks [@luizstacio](https://github.com/luizstacio)! - Enable other Wallets to being exposed as Connectors using the Fuel Wallet Connectors feature.

## 0.9.5

## 0.9.4
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fuel-wallet/types",
"version": "0.9.5",
"version": "0.10.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"dependencies": {
Expand Down

0 comments on commit 200d449

Please sign in to comment.