Skip to content

Commit

Permalink
ci(changesets): versioning packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 21, 2023
1 parent 498cf0c commit 84dc96a
Show file tree
Hide file tree
Showing 20 changed files with 53 additions and 67 deletions.
5 changes: 0 additions & 5 deletions .changeset/five-schools-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-planes-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-dingos-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-melons-complain.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/many-vans-argue.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nasty-parrots-do.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/plenty-peaches-pay.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/sixty-candles-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-gifts-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-teachers-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-knives-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-beans-shake.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tasty-shrimps-speak.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twelve-wombats-melt.md

This file was deleted.

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

## 0.11.0

### Minor Changes

- [#801](https://github.com/FuelLabs/fuels-wallet/pull/801) [`992d5e7`](https://github.com/FuelLabs/fuels-wallet/commit/992d5e7591206c544c072c9ef72d045e2fc56915) Thanks [@eswarasai](https://github.com/eswarasai)! - Added support for user to connect multiple accounts, even if current account is connected

- [#793](https://github.com/FuelLabs/fuels-wallet/pull/793) [`7e7300f`](https://github.com/FuelLabs/fuels-wallet/commit/7e7300fb3a3e2b3170e100a12845e1e0856aaa56) Thanks [@eswarasai](https://github.com/eswarasai)! - Implemented `addNetwork()` method on Fuel SDK enabling developers to add network

### Patch Changes

- [#813](https://github.com/FuelLabs/fuels-wallet/pull/813) [`3910e87`](https://github.com/FuelLabs/fuels-wallet/commit/3910e878aecde237e2dfad8716b36a4c0ce8fc48) Thanks [@luizstacio](https://github.com/luizstacio)! - Fix validation on Asset Screen to allow empty image url field

- [#802](https://github.com/FuelLabs/fuels-wallet/pull/802) [`3b42a3d`](https://github.com/FuelLabs/fuels-wallet/commit/3b42a3d80a4327618b85629d6da2d998748dcbfd) Thanks [@eswarasai](https://github.com/eswarasai)! - Fixed the broken copy transaction link in send transaction screen

- [#794](https://github.com/FuelLabs/fuels-wallet/pull/794) [`3122ccd`](https://github.com/FuelLabs/fuels-wallet/commit/3122ccd08fe5eb9411bc82c182ce7fda2d274fa7) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - Don't allow connecting hidden accounts

- [#792](https://github.com/FuelLabs/fuels-wallet/pull/792) [`5b6b062`](https://github.com/FuelLabs/fuels-wallet/commit/5b6b062dd608900d9e089f40c15b70cd959b8901) Thanks [@luizstacio](https://github.com/luizstacio)! - Change dependencies from @fuel-ts/\* to fuels

- [#686](https://github.com/FuelLabs/fuels-wallet/pull/686) [`98c8184`](https://github.com/FuelLabs/fuels-wallet/commit/98c818480789ead39b498a9768f989a64ff8c583) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: add support to show called methods/params passed to contract calls inside Transaction Screen

- Updated dependencies [[`98c8184`](https://github.com/FuelLabs/fuels-wallet/commit/98c818480789ead39b498a9768f989a64ff8c583), [`e94d273`](https://github.com/FuelLabs/fuels-wallet/commit/e94d27341158991679108a1d53cdb7d4864e3dec), [`7e7300f`](https://github.com/FuelLabs/fuels-wallet/commit/7e7300fb3a3e2b3170e100a12845e1e0856aaa56), [`144d722`](https://github.com/FuelLabs/fuels-wallet/commit/144d722fb70d13aaf8cfb17fe97aa0e1719fe65e), [`f79897d`](https://github.com/FuelLabs/fuels-wallet/commit/f79897df28b0d6e63aeedc3af45ea7ad838f1803), [`98c8184`](https://github.com/FuelLabs/fuels-wallet/commit/98c818480789ead39b498a9768f989a64ff8c583)]:
- @fuel-wallet/sdk@0.11.0
- @fuel-wallet/types@0.11.0

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

## 0.11.0

### Minor Changes

- [#806](https://github.com/FuelLabs/fuels-wallet/pull/806) [`e94d273`](https://github.com/FuelLabs/fuels-wallet/commit/e94d27341158991679108a1d53cdb7d4864e3dec) Thanks [@mpoplavkov](https://github.com/mpoplavkov)! - fix: default connector Fuel Wallet

- [#793](https://github.com/FuelLabs/fuels-wallet/pull/793) [`7e7300f`](https://github.com/FuelLabs/fuels-wallet/commit/7e7300fb3a3e2b3170e100a12845e1e0856aaa56) Thanks [@eswarasai](https://github.com/eswarasai)! - Implemented `addNetwork()` method on Fuel SDK enabling developers to add network

- [#764](https://github.com/FuelLabs/fuels-wallet/pull/764) [`144d722`](https://github.com/FuelLabs/fuels-wallet/commit/144d722fb70d13aaf8cfb17fe97aa0e1719fe65e) Thanks [@eswarasai](https://github.com/eswarasai)! - Enabled FuelWallet SDK to be use directly without the need to wait for the injected script

- [#759](https://github.com/FuelLabs/fuels-wallet/pull/759) [`f79897d`](https://github.com/FuelLabs/fuels-wallet/commit/f79897df28b0d6e63aeedc3af45ea7ad838f1803) Thanks [@tomiiide](https://github.com/tomiiide)! - Handle all errors in the wallet

### Patch Changes

- [#686](https://github.com/FuelLabs/fuels-wallet/pull/686) [`98c8184`](https://github.com/FuelLabs/fuels-wallet/commit/98c818480789ead39b498a9768f989a64ff8c583) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: add sdk.addAbi to add custom ABIs for contracts

## 0.10.0

### Minor Changes
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.10.0",
"version": "0.11.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"publishConfig": {
Expand Down
10 changes: 10 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @fuel-wallet/types

## 0.11.0

### Minor Changes

- [#759](https://github.com/FuelLabs/fuels-wallet/pull/759) [`f79897d`](https://github.com/FuelLabs/fuels-wallet/commit/f79897df28b0d6e63aeedc3af45ea7ad838f1803) Thanks [@tomiiide](https://github.com/tomiiide)! - Handle all errors in the wallet

### Patch Changes

- [#686](https://github.com/FuelLabs/fuels-wallet/pull/686) [`98c8184`](https://github.com/FuelLabs/fuels-wallet/commit/98c818480789ead39b498a9768f989a64ff8c583) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - feat: add support to show called methods/params passed to contract calls inside Transaction Screen

## 0.10.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,6 +1,6 @@
{
"name": "@fuel-wallet/types",
"version": "0.10.0",
"version": "0.11.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"dependencies": {
Expand Down

0 comments on commit 84dc96a

Please sign in to comment.