-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [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
1 parent
2987bde
commit f3a746a
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|