Skip to content

Commit

Permalink
chore(release): 6.43.0
Browse files Browse the repository at this point in the history
## [6.43.0](v6.42.2...v6.43.0) (2024-07-15)

### Features

* add Leather to WBIP004 array, closes [#5615](#5615) ([e38f6ab](e38f6ab))
* mock mainnet btc blockstream requests ([16d751c](16d751c))

### Bug Fixes

* choose account prevent bug, closes [#5509](#5509) ([89500a8](89500a8))
* collectible hover, closes [#4971](#4971) ([7728eeb](7728eeb))
* confine clickable area of account switcher to account name and chevron, closes [#5621](#5621) ([472c7e4](472c7e4))
* dust change amounts, closes [#4979](#4979) ([8b40ea7](8b40ea7))
* increase zIndex of tooltip to prevent it being obscured, closes [#5622](#5622) ([a1f86bb](a1f86bb))
* show account name in signPsbt and signBip322 header, ref [#4657](#4657) [#4859](#4859) ([71f2565](71f2565))

### Internal

* add new analytics events ([3f9548e](3f9548e))
* post-release merge back ([c1bbf89](c1bbf89))
* reenable swaps, closes leather-io/issues[#98](#98) ([5faba22](5faba22))
  • Loading branch information
semantic-release-bot committed Jul 15, 2024
1 parent d457515 commit cfa8191
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## [6.43.0](https://github.com/leather-io/extension/compare/v6.42.2...v6.43.0) (2024-07-15)


### Features

* add Leather to WBIP004 array, closes [#5615](https://github.com/leather-io/extension/issues/5615) ([e38f6ab](https://github.com/leather-io/extension/commit/e38f6ab36e8e0c333571adeefbac3c57b00b7c8c))
* mock mainnet btc blockstream requests ([16d751c](https://github.com/leather-io/extension/commit/16d751c7b10e2ba056f99256286ddd4d2f36ce32))


### Bug Fixes

* choose account prevent bug, closes [#5509](https://github.com/leather-io/extension/issues/5509) ([89500a8](https://github.com/leather-io/extension/commit/89500a807095c31b275d279b4c86fc5760cee096))
* collectible hover, closes [#4971](https://github.com/leather-io/extension/issues/4971) ([7728eeb](https://github.com/leather-io/extension/commit/7728eeb356904244a3b484da2d9c649ea8b58143))
* confine clickable area of account switcher to account name and chevron, closes [#5621](https://github.com/leather-io/extension/issues/5621) ([472c7e4](https://github.com/leather-io/extension/commit/472c7e4b416e42ff2bedf1d1f786a6bb2aa5b8e6))
* dust change amounts, closes [#4979](https://github.com/leather-io/extension/issues/4979) ([8b40ea7](https://github.com/leather-io/extension/commit/8b40ea79680323479889e35f3a1e31ce941abfdf))
* increase zIndex of tooltip to prevent it being obscured, closes [#5622](https://github.com/leather-io/extension/issues/5622) ([a1f86bb](https://github.com/leather-io/extension/commit/a1f86bbab9b6af8e03d4ec40475519e61ab6992b))
* show account name in signPsbt and signBip322 header, ref [#4657](https://github.com/leather-io/extension/issues/4657) [#4859](https://github.com/leather-io/extension/issues/4859) ([71f2565](https://github.com/leather-io/extension/commit/71f2565d19392a88901380a74961f9cece6301b6))


### Internal

* add new analytics events ([3f9548e](https://github.com/leather-io/extension/commit/3f9548e3eb2a56eb9e3a5e7cc43fbc7c9f852d86))
* post-release merge back ([c1bbf89](https://github.com/leather-io/extension/commit/c1bbf89ba86ff86f190edf8687a9441433fca7cb))
* reenable swaps, closes leather-io/issues[#98](https://github.com/leather-io/extension/issues/98) ([5faba22](https://github.com/leather-io/extension/commit/5faba22cd6aa32bfee2b2eac2d08d88473b9ebeb))

## [6.42.2](https://github.com/leather-io/extension/compare/v6.42.1...v6.42.2) (2024-07-02)


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": "@leather.io/extension",
"description": "Leather is a browser extension for interacting with Stacks apps",
"private": true,
"version": "6.42.2",
"version": "6.43.0",
"packageManager": "[email protected]",
"author": {
"name": "Leather Wallet LLC"
Expand Down

0 comments on commit cfa8191

Please sign in to comment.