Skip to content

Commit

Permalink
chore(release): 6.16.1
Browse files Browse the repository at this point in the history
## [6.16.1](v6.16.0...v6.16.1) (2023-11-17)

### Bug Fixes

* add hiro api key, closes [#4518](#4518) ([8c3f3d2](8c3f3d2))
* **auth:** sign out from view secret key ([ad056f2](ad056f2))
* **auth:** wait for sign out to finish to navigate ([5630364](5630364))
* **ui:** change locked screen ui to match the updated styles ([35493d5](35493d5))

### Internal

* post-release merge back ([831989d](831989d))
  • Loading branch information
semantic-release-bot committed Nov 17, 2023
1 parent d040331 commit 014b6e7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [6.16.1](https://github.com/leather-wallet/extension/compare/v6.16.0...v6.16.1) (2023-11-17)


### Bug Fixes

* add hiro api key, closes [#4518](https://github.com/leather-wallet/extension/issues/4518) ([8c3f3d2](https://github.com/leather-wallet/extension/commit/8c3f3d2535fc1da5292eef04c2b922b9985d6f83))
* **auth:** sign out from view secret key ([ad056f2](https://github.com/leather-wallet/extension/commit/ad056f2b3cb0712687498cab1f49d5fc38e6579c))
* **auth:** wait for sign out to finish to navigate ([5630364](https://github.com/leather-wallet/extension/commit/56303645487220684fa83a2b8dd0c5f3a879588b))
* **ui:** change locked screen ui to match the updated styles ([35493d5](https://github.com/leather-wallet/extension/commit/35493d5775d3d48111cdc9321d31bb47a4f92acc))


### Internal

* post-release merge back ([831989d](https://github.com/leather-wallet/extension/commit/831989de0cd2749dfa5045c1109133ccb012365c))

## [6.16.0](https://github.com/leather-wallet/extension/compare/v6.15.1...v6.16.0) (2023-11-08)


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": "Leather is browser extension for interacting with Stacks apps",
"private": true,
"version": "6.16.0",
"version": "6.16.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 014b6e7

Please sign in to comment.