Skip to content

Commit

Permalink
chore(release): 3.8.0-beta.1
Browse files Browse the repository at this point in the history
# [3.8.0-beta.1](v3.7.2...v3.8.0-beta.1) (2022-05-13)

### Bug Fixes

* choose account padding ([13d091e](13d091e))
* disable confirm button until fees are loaded ([0500796](0500796))
* error message page ([228e9b7](228e9b7))
* scrollbars from padding changes ([1dffe55](1dffe55))
* transaction page, keep padding at all breakpoints ([feebd62](feebd62))

### Features

* add arbitrary message signing ([cfb28e8](cfb28e8)), closes [#1051](#1051)
* update NFTs URL ([5bd221a](5bd221a))
  • Loading branch information
semantic-release-bot committed May 13, 2022
1 parent 1dffe55 commit f5b9ff1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [3.8.0-beta.1](https://github.com/hirosystems/stacks-wallet-web/compare/v3.7.2...v3.8.0-beta.1) (2022-05-13)


### Bug Fixes

* choose account padding ([13d091e](https://github.com/hirosystems/stacks-wallet-web/commit/13d091eeaa2931e571f142bfe01010ad9863fc52))
* disable confirm button until fees are loaded ([0500796](https://github.com/hirosystems/stacks-wallet-web/commit/05007964d07d1f7eec3f3e54fe1e1038c24a5e2f))
* error message page ([228e9b7](https://github.com/hirosystems/stacks-wallet-web/commit/228e9b7f5118e3a0073a10065bff023104b8c971))
* scrollbars from padding changes ([1dffe55](https://github.com/hirosystems/stacks-wallet-web/commit/1dffe55ddca70fca4e400a53999b9ee449b2667d))
* transaction page, keep padding at all breakpoints ([feebd62](https://github.com/hirosystems/stacks-wallet-web/commit/feebd62e0eab314eb238a6cbf546299db6bba2e6))


### Features

* add arbitrary message signing ([cfb28e8](https://github.com/hirosystems/stacks-wallet-web/commit/cfb28e8d8eaef7db56741cdcff321129dac368f9)), closes [#1051](https://github.com/hirosystems/stacks-wallet-web/issues/1051)
* update NFTs URL ([5bd221a](https://github.com/hirosystems/stacks-wallet-web/commit/5bd221a1b2b44633ce8041bc04c7554d126723fc))

## [3.7.2](https://github.com/hirosystems/stacks-wallet-web/compare/v3.7.1...v3.7.2) (2022-04-26)


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": "3.7.2",
"version": "3.8.0-beta.1",
"author": "Hiro Systems PBC",
"scripts": {
"dev": "concurrently --raw 'node webpack/dev-server.js' 'redux-devtools --hostname=localhost --port=8000'",
Expand Down

0 comments on commit f5b9ff1

Please sign in to comment.