Skip to content

Commit

Permalink
chore(release): 2.25.0
Browse files Browse the repository at this point in the history
* 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))
* 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))
* security vulnerability from audit ([c80cd98](c80cd98))
* show fiat onramp buy button only on mainnet ([6d1df94](6d1df94)), closes [#2049](#2049)
* switch account failing test ([7efd8c9](7efd8c9))
* use saved hasSetPassword from storage ([f3cfbff](f3cfbff))

* add metrics for fee estimation ([2788a9b](2788a9b)), closes [#2041](#2041)
* add unlock waiting message ([e2cf9f1](e2cf9f1)), closes [#2062](#2062)

* 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))
  • Loading branch information
semantic-release-bot authored and kyranjamie committed Jan 26, 2022
1 parent a08a36d commit 1747358
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
# [2.25.0](https://github.com/hirosystems/stacks-wallet-web/compare/v2.24.1...v2.25.0) (2022-01-18)


### 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))
* 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))
* 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)
* switch account failing test ([7efd8c9](https://github.com/hirosystems/stacks-wallet-web/commit/7efd8c989cf87181a01faf14a18ea60ab7dd4225))
* use saved hasSetPassword from storage ([f3cfbff](https://github.com/hirosystems/stacks-wallet-web/commit/f3cfbffc9686a4c76c8f3a21b4463b3f90140cc1))


### Features

* 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 unlock waiting message ([e2cf9f1](https://github.com/hirosystems/stacks-wallet-web/commit/e2cf9f13df5a6b74a5c34a22ec841d83c41535c2)), closes [#2062](https://github.com/hirosystems/stacks-wallet-web/issues/2062)


### 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))

## [2.24.1](https://github.com/hirosystems/stacks-wallet-web/compare/v2.24.0...v2.24.1) (2022-01-11)


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": "2.25.0",
"author": "Hiro Systems PBC",
"scripts": {
"dev": "node webpack/dev-server.js",
Expand Down

0 comments on commit 1747358

Please sign in to comment.