Skip to content

Commit

Permalink
chore(release): 6.54.0
Browse files Browse the repository at this point in the history
## [6.54.0](v6.53.0...v6.54.0) (2024-11-25)

### Features

* add default set fees, closes [#5930](#5930) ([95cc7c9](95cc7c9))
* add mock alex prices ([56502b7](56502b7))

### Bug Fixes

* insufficient funds in send max btc flow ([531fd94](531fd94))
* manage tokens toggle, closes [#5974](#5974) ([b515bd9](b515bd9))
* support regtest address validation ([33715d1](33715d1))
* virtuoso list fixed height, closes [#5975](#5975) ([2987bde](2987bde))

### Internal

* generic network name validator ([64a6aac](64a6aac))
* upgrade storybook ([359a17d](359a17d))
* use zod for rpc validation ([6bbd9b1](6bbd9b1))
  • Loading branch information
semantic-release-bot committed Nov 25, 2024
1 parent 2987bde commit f3a746a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## [6.54.0](https://github.com/leather-io/extension/compare/v6.53.0...v6.54.0) (2024-11-25)


### Features

* add default set fees, closes [#5930](https://github.com/leather-io/extension/issues/5930) ([95cc7c9](https://github.com/leather-io/extension/commit/95cc7c9430dfdbb727c75dd78c638252a40db203))
* add mock alex prices ([56502b7](https://github.com/leather-io/extension/commit/56502b7fe6b67fb048c6769a6a519780d9172e4c))


### Bug Fixes

* insufficient funds in send max btc flow ([531fd94](https://github.com/leather-io/extension/commit/531fd942a81d8daf7f34f626b0e6d9ac84b0d9c3))
* manage tokens toggle, closes [#5974](https://github.com/leather-io/extension/issues/5974) ([b515bd9](https://github.com/leather-io/extension/commit/b515bd93f0dd38d34c0ed8633c7e73d010ec975d))
* support regtest address validation ([33715d1](https://github.com/leather-io/extension/commit/33715d1d984613c2b8a83512c69a3723f217fa01))
* virtuoso list fixed height, closes [#5975](https://github.com/leather-io/extension/issues/5975) ([2987bde](https://github.com/leather-io/extension/commit/2987bde02dc7f5de1eafd639ebdde285c0e7b807))


### Internal

* generic network name validator ([64a6aac](https://github.com/leather-io/extension/commit/64a6aac951e2285663ca6c895ac7a757337eaf08))
* upgrade storybook ([359a17d](https://github.com/leather-io/extension/commit/359a17d7bddbc277406f162746d5e64a23f479ad))
* use zod for rpc validation ([6bbd9b1](https://github.com/leather-io/extension/commit/6bbd9b1eb9211f6f0176e3aa0b2e8407d3fd6c87))

## [6.53.0](https://github.com/leather-io/extension/compare/v6.52.0...v6.53.0) (2024-11-15)


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.53.0",
"version": "6.54.0",
"packageManager": "[email protected]",
"author": {
"name": "Leather Wallet LLC"
Expand Down

0 comments on commit f3a746a

Please sign in to comment.