Skip to content

Commit

Permalink
chore(release): 6.35.0
Browse files Browse the repository at this point in the history
## [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
semantic-release-bot committed Apr 18, 2024
1 parent e9c8503 commit 42f3e6a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## [6.35.0](https://github.com/leather-wallet/extension/compare/v6.34.0...v6.35.0) (2024-04-18)


### Features

* filter out runes utxos, closes [#5207](https://github.com/leather-wallet/extension/issues/5207) ([1e02992](https://github.com/leather-wallet/extension/commit/1e02992a7175ac9bbad2b18d2a467c6207ce7cd2))


### Bug Fixes

* add default runes symbol ([b3109ed](https://github.com/leather-wallet/extension/commit/b3109edabe011e5db62edf25c879fe6b4f9ae1af))
* check utxo fallback error, closes [#5250](https://github.com/leather-wallet/extension/issues/5250) ([321a00a](https://github.com/leather-wallet/extension/commit/321a00ad4635d75dec8572422bf509ae1806f547))
* duplicated connect btn, closes [#5255](https://github.com/leather-wallet/extension/issues/5255) ([2655c0f](https://github.com/leather-wallet/extension/commit/2655c0f031f11538a8ebcf0449d4f7e7029d471d))
* **ledger:** no signer breaking homepage ([7624c0a](https://github.com/leather-wallet/extension/commit/7624c0a2a01ca90fe2b0c11413418c628a2ebe1c))
* rpc send transfer data, closes [#5243](https://github.com/leather-wallet/extension/issues/5243) ([1858348](https://github.com/leather-wallet/extension/commit/1858348e7117fa2c396975e009ff7de1fbce008c))
* runes ui, closes [#5246](https://github.com/leather-wallet/extension/issues/5246) ([b4dcf87](https://github.com/leather-wallet/extension/commit/b4dcf874f074964f656a8c7e977fe4107dcd218a))


### Internal

* post-release merge back ([75c4f5d](https://github.com/leather-wallet/extension/commit/75c4f5d95c102a29e87a6631f471742f83c4153a))

## [6.34.0](https://github.com/leather-wallet/extension/compare/v6.33.0...v6.34.0) (2024-04-17)


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-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"
Expand Down

0 comments on commit 42f3e6a

Please sign in to comment.