diff --git a/.changeset/five-schools-turn.md b/.changeset/five-schools-turn.md deleted file mode 100644 index ecf68bd00..000000000 --- a/.changeset/five-schools-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'fuels-wallet': patch ---- - -Fix validation on Asset Screen to allow empty image url field diff --git a/.changeset/hungry-planes-deny.md b/.changeset/hungry-planes-deny.md deleted file mode 100644 index 0e8468f1b..000000000 --- a/.changeset/hungry-planes-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fuel-wallet/sdk': patch ---- - -feat: add sdk.addAbi to add custom ABIs for contracts diff --git a/.changeset/lazy-dingos-relate.md b/.changeset/lazy-dingos-relate.md deleted file mode 100644 index 18b77b021..000000000 --- a/.changeset/lazy-dingos-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fuel-wallet/sdk': minor ---- - -fix: default connector Fuel Wallet diff --git a/.changeset/lovely-melons-complain.md b/.changeset/lovely-melons-complain.md deleted file mode 100644 index a4ea7d745..000000000 --- a/.changeset/lovely-melons-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'fuels-wallet': minor ---- - -Added support for user to connect multiple accounts, even if current account is connected diff --git a/.changeset/many-vans-argue.md b/.changeset/many-vans-argue.md deleted file mode 100644 index a845151cc..000000000 --- a/.changeset/many-vans-argue.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/nasty-parrots-do.md b/.changeset/nasty-parrots-do.md deleted file mode 100644 index cc8fa6652..000000000 --- a/.changeset/nasty-parrots-do.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'fuels-wallet': minor -'@fuel-wallet/sdk': minor ---- - -Implemented `addNetwork()` method on Fuel SDK enabling developers to add network diff --git a/.changeset/plenty-peaches-pay.md b/.changeset/plenty-peaches-pay.md deleted file mode 100644 index a845151cc..000000000 --- a/.changeset/plenty-peaches-pay.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/polite-phones-relate.md b/.changeset/polite-phones-relate.md deleted file mode 100644 index 209eaebcf..000000000 --- a/.changeset/polite-phones-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fuel-wallet/sdk': patch ---- - -Fix SDK to enable been used in standalone mode by adding uuid on requests diff --git a/.changeset/sixty-candles-think.md b/.changeset/sixty-candles-think.md deleted file mode 100644 index a845151cc..000000000 --- a/.changeset/sixty-candles-think.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/sixty-gifts-compare.md b/.changeset/sixty-gifts-compare.md deleted file mode 100644 index 5f3612258..000000000 --- a/.changeset/sixty-gifts-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'fuels-wallet': patch ---- - -Fixed the broken copy transaction link in send transaction screen diff --git a/.changeset/smooth-teachers-float.md b/.changeset/smooth-teachers-float.md deleted file mode 100644 index 2d53636e0..000000000 --- a/.changeset/smooth-teachers-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'fuels-wallet': patch ---- - -Don't allow connecting hidden accounts diff --git a/.changeset/stale-knives-join.md b/.changeset/stale-knives-join.md deleted file mode 100644 index 3c3ced6c8..000000000 --- a/.changeset/stale-knives-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'fuels-wallet': patch ---- - -Change dependencies from @fuel-ts/\* to fuels diff --git a/.changeset/sweet-beans-shake.md b/.changeset/sweet-beans-shake.md deleted file mode 100644 index 05286c9cf..000000000 --- a/.changeset/sweet-beans-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@fuel-wallet/sdk': minor ---- - -Enabled FuelWallet SDK to be use directly without the need to wait for the injected script diff --git a/.changeset/tasty-shrimps-speak.md b/.changeset/tasty-shrimps-speak.md deleted file mode 100644 index 98690a2e6..000000000 --- a/.changeset/tasty-shrimps-speak.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@fuel-wallet/types': minor -'@fuel-wallet/sdk': minor ---- - -Handle all errors in the wallet diff --git a/.changeset/twelve-wombats-melt.md b/.changeset/twelve-wombats-melt.md deleted file mode 100644 index 7f729bade..000000000 --- a/.changeset/twelve-wombats-melt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@fuel-wallet/types': patch -'fuels-wallet': patch ---- - -feat: add support to show called methods/params passed to contract calls inside Transaction Screen diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index 286b6d204..1eb429861 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -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), [`1cdb147`](https://github.com/FuelLabs/fuels-wallet/commit/1cdb1478b34ad331daf5d9a34f5904d1083c3531), [`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 diff --git a/packages/app/package.json b/packages/app/package.json index 6f1b3cd52..938c74968 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -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", diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index a6f2d2a44..24f0ed34d 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -1,5 +1,23 @@ # @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 + +- [#814](https://github.com/FuelLabs/fuels-wallet/pull/814) [`1cdb147`](https://github.com/FuelLabs/fuels-wallet/commit/1cdb1478b34ad331daf5d9a34f5904d1083c3531) Thanks [@luizstacio](https://github.com/luizstacio)! - Fix SDK to enable been used in standalone mode by adding uuid on requests + ## 0.10.0 ### Minor Changes diff --git a/packages/sdk/package.json b/packages/sdk/package.json index df2a4b175..3db708fb6 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -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": { diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 0904c47a2..f8d2a8700 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -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 diff --git a/packages/types/package.json b/packages/types/package.json index c123ebf70..fb96ab7df 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -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": {