-
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.35.0](v6.34.0...v6.35.0) (2024-04-18) ### Features * filter out runes utxos, closes [#5207](#5207) ([1e02992](1e02992)) ### Bug Fixes * add default runes symbol ([b3109ed](b3109ed)) * check utxo fallback error, closes [#5250](#5250) ([321a00a](321a00a)) * duplicated connect btn, closes [#5255](#5255) ([2655c0f](2655c0f)) * **ledger:** no signer breaking homepage ([7624c0a](7624c0a)) * rpc send transfer data, closes [#5243](#5243) ([1858348](1858348)) * runes ui, closes [#5246](#5246) ([b4dcf87](b4dcf87)) ### Internal * post-release merge back ([75c4f5d](75c4f5d))
- Loading branch information
1 parent
e9c8503
commit 42f3e6a
Showing
2 changed files
with
23 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-wallet/extension", | ||
"description": "Leather is a browser extension for interacting with Stacks apps", | ||
"private": true, | ||
"version": "6.34.0", | ||
"version": "6.35.0", | ||
"packageManager": "[email protected]", | ||
"author": { | ||
"name": "Leather Wallet LLC" | ||
|