Skip to content

Commit

Permalink
chore(release): 3.0.0-beta.1
Browse files Browse the repository at this point in the history
# [3.0.0-beta.1](v2.24.1...v3.0.0-beta.1) (2022-01-26)

### Bug Fixes

* breaking change from stacks.js ([d09244c](d09244c))
* can't unlock wallet after upgrade ([1882c1f](1882c1f)), closes [#2124](#2124)
* change wallet config default branch to main ([400a55a](400a55a))
* gaia config being fetched on every key press, closes [#2101](#2101) ([013ec9e](013ec9e))
* improve list render performance ([fd0154e](fd0154e))
* increase fee showing zero ([297afa8](297afa8))
* is asset transferable logic, closes [#2154](#2154) ([32dbd96](32dbd96))
* lock and unlocking routes ([5df9e88](5df9e88))
* long white screens ([ad41051](ad41051))
* null rendering when accounts are undefined, closes [#2000](#2000) ([973dcc4](973dcc4))
* onboarding route flashing ([b2e478b](b2e478b))
* remove disabled regtest option from networks list ([6aafe89](6aafe89))
* remove gaia call when unlocking wallet ([837cef7](837cef7)), closes [#1877](#1877)
* remove gaia call when unlocking wallet ([b717b03](b717b03)), closes [#1877](#1877)
* remove inline source maps in prod ([46ddd28](46ddd28))
* rename localnet to devnet ([5e489d5](5e489d5))
* render whole account list when fewer than 10 accounts ([abe1597](abe1597))
* routing sign and signed out ([61d4851](61d4851))
* security vulnerability from audit ([c80cd98](c80cd98))
* show fiat onramp buy button only on mainnet ([6d1df94](6d1df94)), closes [#2049](#2049)
* sponsored tx fee ([9cfa3fd](9cfa3fd))
* submitted transactions not appearing ([e1e902d](e1e902d))
* switch account failing test ([7efd8c9](7efd8c9))
* trigger release ([691a14b](691a14b))
* use saved hasSetPassword from storage ([f3cfbff](f3cfbff))

### chore

* **release:** 2.25.0 ([1747358](1747358)), closes [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062)

### Features

* activate okcoin fiat onramp integration ([881e88d](881e88d)), closes [#2105](#2105)
* add back up secret key page ([6e11303](6e11303))
* add metrics for fee estimation ([2788a9b](2788a9b)), closes [#2041](#2041)
* add set password page ([9d18c72](9d18c72))
* add unlock waiting message ([e2cf9f1](e2cf9f1)), closes [#2062](#2062)
* add welcome page ([431e63b](431e63b))
* reduce sentry tracesSampleRate ([a08a36d](a08a36d))

### Reverts

* Revert "feat: add welcome page" ([4b7859a](4b7859a))
* Revert "refactor: global styles" ([97b16c1](97b16c1))
* Revert "feat: add back up secret key page" ([95c3a76](95c3a76))
* Revert "feat: add set password page" ([4f44c48](4f44c48))
* Revert "refactor: update existing styles to match changes" ([326b0b2](326b0b2))
* Revert "refactor: add primary button" ([152fffd](152fffd))

### BREAKING CHANGES

* **release:** from stacks.js ([d09244c](d09244c))
  • Loading branch information
semantic-release-bot committed Jan 26, 2022
1 parent 9cfa3fd commit 0e25597
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 1 deletion.
62 changes: 62 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,65 @@
# [3.0.0-beta.1](https://github.com/hirosystems/stacks-wallet-web/compare/v2.24.1...v3.0.0-beta.1) (2022-01-26)


### Bug Fixes

* breaking change from stacks.js ([d09244c](https://github.com/hirosystems/stacks-wallet-web/commit/d09244c32fe27701074f1700a41bef0e8c4e31d1))
* can't unlock wallet after upgrade ([1882c1f](https://github.com/hirosystems/stacks-wallet-web/commit/1882c1f101f1a0be2d52e2df0d8cc1dead9fbb0c)), closes [#2124](https://github.com/hirosystems/stacks-wallet-web/issues/2124)
* change wallet config default branch to main ([400a55a](https://github.com/hirosystems/stacks-wallet-web/commit/400a55a2aa5034d21329150e2a09c57a8b62e2d8))
* gaia config being fetched on every key press, closes [#2101](https://github.com/hirosystems/stacks-wallet-web/issues/2101) ([013ec9e](https://github.com/hirosystems/stacks-wallet-web/commit/013ec9e88d049559bff2f0eab79c35bb80e5d277))
* improve list render performance ([fd0154e](https://github.com/hirosystems/stacks-wallet-web/commit/fd0154ea3628a939f839ec8cfd829d84ea86a9bd))
* increase fee showing zero ([297afa8](https://github.com/hirosystems/stacks-wallet-web/commit/297afa891de11543bd482ca33551f88aac3bbbb9))
* is asset transferable logic, closes [#2154](https://github.com/hirosystems/stacks-wallet-web/issues/2154) ([32dbd96](https://github.com/hirosystems/stacks-wallet-web/commit/32dbd967b330a5cea4ab1d9464ca79e98d61355f))
* lock and unlocking routes ([5df9e88](https://github.com/hirosystems/stacks-wallet-web/commit/5df9e8803107659da89aed16fbc5126b62005d7b))
* long white screens ([ad41051](https://github.com/hirosystems/stacks-wallet-web/commit/ad4105155b6fd77bd13f9a118501784f4f247902))
* null rendering when accounts are undefined, closes [#2000](https://github.com/hirosystems/stacks-wallet-web/issues/2000) ([973dcc4](https://github.com/hirosystems/stacks-wallet-web/commit/973dcc447d6e8fc1cb71f1cb77e4601306766a97))
* onboarding route flashing ([b2e478b](https://github.com/hirosystems/stacks-wallet-web/commit/b2e478bb32088b8caf5cd259875e51d4db915a41))
* remove disabled regtest option from networks list ([6aafe89](https://github.com/hirosystems/stacks-wallet-web/commit/6aafe8964a3b262aa9d59ad48376779e3bb07109))
* remove gaia call when unlocking wallet ([837cef7](https://github.com/hirosystems/stacks-wallet-web/commit/837cef72d508a61b0b5c3e17c709a42204a59a0d)), closes [#1877](https://github.com/hirosystems/stacks-wallet-web/issues/1877)
* remove gaia call when unlocking wallet ([b717b03](https://github.com/hirosystems/stacks-wallet-web/commit/b717b03d125a6df88a2c0cb51402b6c3b3a6bcbf)), closes [#1877](https://github.com/hirosystems/stacks-wallet-web/issues/1877)
* remove inline source maps in prod ([46ddd28](https://github.com/hirosystems/stacks-wallet-web/commit/46ddd2829ecb40d1343143b39f7c03fc2038104c))
* rename localnet to devnet ([5e489d5](https://github.com/hirosystems/stacks-wallet-web/commit/5e489d5334f39595ca2a896e92965eef37a7bddb))
* render whole account list when fewer than 10 accounts ([abe1597](https://github.com/hirosystems/stacks-wallet-web/commit/abe1597c3b44a475500181d314156a434c02a52e))
* routing sign and signed out ([61d4851](https://github.com/hirosystems/stacks-wallet-web/commit/61d485190718b99f019c58207571af856a733ce6))
* security vulnerability from audit ([c80cd98](https://github.com/hirosystems/stacks-wallet-web/commit/c80cd980905bc0efc198cb1b322a5b8fde79f36e))
* show fiat onramp buy button only on mainnet ([6d1df94](https://github.com/hirosystems/stacks-wallet-web/commit/6d1df94d07bbc7af4d58543b2dcf411b25b469b4)), closes [#2049](https://github.com/hirosystems/stacks-wallet-web/issues/2049)
* sponsored tx fee ([9cfa3fd](https://github.com/hirosystems/stacks-wallet-web/commit/9cfa3fd52ddc28a69a9bf9bac8c7cb8662bba81e))
* submitted transactions not appearing ([e1e902d](https://github.com/hirosystems/stacks-wallet-web/commit/e1e902daa4c6cc836fc6ab80045f3b7ed0a62243))
* switch account failing test ([7efd8c9](https://github.com/hirosystems/stacks-wallet-web/commit/7efd8c989cf87181a01faf14a18ea60ab7dd4225))
* trigger release ([691a14b](https://github.com/hirosystems/stacks-wallet-web/commit/691a14b4f1630fb33a5bc269ef3d15dfe5758c80))
* use saved hasSetPassword from storage ([f3cfbff](https://github.com/hirosystems/stacks-wallet-web/commit/f3cfbffc9686a4c76c8f3a21b4463b3f90140cc1))


### chore

* **release:** 2.25.0 ([1747358](https://github.com/hirosystems/stacks-wallet-web/commit/1747358ea2d41fb81824fc383c5fc41d991ac3f9)), closes [#2124](https://github.com/hirosystems/stacks-wallet-web/issues/2124) [#2101](https://github.com/hirosystems/stacks-wallet-web/issues/2101) [#2000](https://github.com/hirosystems/stacks-wallet-web/issues/2000) [#1877](https://github.com/hirosystems/stacks-wallet-web/issues/1877) [#1877](https://github.com/hirosystems/stacks-wallet-web/issues/1877) [#2049](https://github.com/hirosystems/stacks-wallet-web/issues/2049) [#2041](https://github.com/hirosystems/stacks-wallet-web/issues/2041) [#2062](https://github.com/hirosystems/stacks-wallet-web/issues/2062)


### Features

* activate okcoin fiat onramp integration ([881e88d](https://github.com/hirosystems/stacks-wallet-web/commit/881e88de1fe04dff3bc6c619340636309e552703)), closes [#2105](https://github.com/hirosystems/stacks-wallet-web/issues/2105)
* add back up secret key page ([6e11303](https://github.com/hirosystems/stacks-wallet-web/commit/6e113032d13ed1690be6944f2839add8ae592eb5))
* add metrics for fee estimation ([2788a9b](https://github.com/hirosystems/stacks-wallet-web/commit/2788a9b75d3ff09bee29b4af9b7556b313a1da01)), closes [#2041](https://github.com/hirosystems/stacks-wallet-web/issues/2041)
* add set password page ([9d18c72](https://github.com/hirosystems/stacks-wallet-web/commit/9d18c72bdebc014dc0f8d648064023b2dbd61e3f))
* add unlock waiting message ([e2cf9f1](https://github.com/hirosystems/stacks-wallet-web/commit/e2cf9f13df5a6b74a5c34a22ec841d83c41535c2)), closes [#2062](https://github.com/hirosystems/stacks-wallet-web/issues/2062)
* add welcome page ([431e63b](https://github.com/hirosystems/stacks-wallet-web/commit/431e63b7a09404a7e20317146b5bdde9521b636b))
* reduce sentry tracesSampleRate ([a08a36d](https://github.com/hirosystems/stacks-wallet-web/commit/a08a36df21c9601b6e7c7694481546383285478a))


### Reverts

* Revert "feat: add welcome page" ([4b7859a](https://github.com/hirosystems/stacks-wallet-web/commit/4b7859a4f926b7020967293bf8be98a2821e82e3))
* Revert "refactor: global styles" ([97b16c1](https://github.com/hirosystems/stacks-wallet-web/commit/97b16c1f50f1ef061ae71c35514ad4bf904ec93b))
* Revert "feat: add back up secret key page" ([95c3a76](https://github.com/hirosystems/stacks-wallet-web/commit/95c3a766b74b0670b18d4d4ba0428771020b3d38))
* Revert "feat: add set password page" ([4f44c48](https://github.com/hirosystems/stacks-wallet-web/commit/4f44c48ca68de9614b0027d7fa49c24e30ddba00))
* Revert "refactor: update existing styles to match changes" ([326b0b2](https://github.com/hirosystems/stacks-wallet-web/commit/326b0b2834884a143b9af0d96aa51bb71e8dabf0))
* Revert "refactor: add primary button" ([152fffd](https://github.com/hirosystems/stacks-wallet-web/commit/152fffd2d38edb05e338c37a1cc3466cdafde076))


### BREAKING CHANGES

* **release:** from stacks.js ([d09244c](https://github.com/hirosystems/stacks-wallet-web/commit/d09244c32fe27701074f1700a41bef0e8c4e31d1))

## [2.25.1](https://github.com/hirosystems/stacks-wallet-web/compare/v2.25.0...v2.25.1) (2022-01-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@stacks/wallet-web",
"description": "The Hiro Wallet is browser extension for interacting with Stacks apps.",
"private": true,
"version": "2.25.1",
"version": "3.0.0-beta.1",
"author": "Hiro Systems PBC",
"scripts": {
"dev": "node webpack/dev-server.js",
Expand Down

0 comments on commit 0e25597

Please sign in to comment.