Skip to content

Commit

Permalink
chore(release): 4.3.0
Browse files Browse the repository at this point in the history
# [4.3.0](v4.2.0...v4.3.0) (2021-05-27)

### Bug Fixes

* **stx-form:** validation error throwing inaccurately, closes [#815](#815) ([53e3957](53e3957))
* add memo warning to prevent user error, closes [#571](#571) ([ff9085c](ff9085c))
* **ledger:** ledger app version handling ([958eca8](958eca8))
* **stacking:** micro stx unit conversion ([e84227e](e84227e))
* send stx form not resetting ([31155de](31155de))
* **theme:** handle theme change during closed window ([7e4771e](7e4771e))

### Features

* **stacking:** improve direct stacking page ux ([7b0bcc4](7b0bcc4))
* **stacking:** improve pooled stacking ux ([c342b26](c342b26))
* **stacking:** improve stacking selection page ux ([46d910d](46d910d))
* **stacking:** improve stacking status cards ([f2bcdf9](f2bcdf9))
  • Loading branch information
semantic-release-bot committed May 27, 2021
1 parent 5e64254 commit 36c46e7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [4.3.0](https://github.com/blockstack/stacks-wallet/compare/v4.2.0...v4.3.0) (2021-05-27)


### Bug Fixes

* **stx-form:** validation error throwing inaccurately, closes [#815](https://github.com/blockstack/stacks-wallet/issues/815) ([53e3957](https://github.com/blockstack/stacks-wallet/commit/53e39575ea9ca5d8fdcb72e9905974032a227982))
* add memo warning to prevent user error, closes [#571](https://github.com/blockstack/stacks-wallet/issues/571) ([ff9085c](https://github.com/blockstack/stacks-wallet/commit/ff9085cdc59d18a16d222901796f73a31262b570))
* **ledger:** ledger app version handling ([958eca8](https://github.com/blockstack/stacks-wallet/commit/958eca8cfa6870c5416b07fb85559f6eb3b26479))
* **stacking:** micro stx unit conversion ([e84227e](https://github.com/blockstack/stacks-wallet/commit/e84227e5e4a1fa556ffe6f36cac750db462e870f))
* send stx form not resetting ([31155de](https://github.com/blockstack/stacks-wallet/commit/31155de445066e3410309b47dee35f3119749b23))
* **theme:** handle theme change during closed window ([7e4771e](https://github.com/blockstack/stacks-wallet/commit/7e4771e39dd505897bcfc8d3226b66a9d7f75734))


### Features

* **stacking:** improve direct stacking page ux ([7b0bcc4](https://github.com/blockstack/stacks-wallet/commit/7b0bcc449a3e69c003451ed286ec8e71b4d3bb6a))
* **stacking:** improve pooled stacking ux ([c342b26](https://github.com/blockstack/stacks-wallet/commit/c342b26229290b0cf8db0de2d5cbae0967bad508))
* **stacking:** improve stacking selection page ux ([46d910d](https://github.com/blockstack/stacks-wallet/commit/46d910d7152b2822419e4de9489d4d4a929fa8d3))
* **stacking:** improve stacking status cards ([f2bcdf9](https://github.com/blockstack/stacks-wallet/commit/f2bcdf97d631dc8035579ac5cd1a1c1a99e2cf44))

# [4.2.0](https://github.com/blockstack/stacks-wallet/compare/v4.1.3...v4.2.0) (2021-05-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stacks-wallet",
"version": "4.2.0",
"version": "4.3.0",
"description": "Stacks Wallet 2.0 — Stacking",
"prettier": "@stacks/prettier-config",
"homepage": "https://hiro.so/wallet",
Expand Down

0 comments on commit 36c46e7

Please sign in to comment.