Skip to content

Commit

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

### Features

* change stacks bns name owner fetch fn ([efb409c](efb409c))
* fetch zonefile data from bns v2 api ([a677d4f](a677d4f))

### Bug Fixes

* bns overflow issue ([542ee27](542ee27))
* do not dismount inscription content on viewport exit ([c7fb8ac](c7fb8ac))
* go back from btc and stx choose fee step ([e3cfac7](e3cfac7))

### Internal

* post-release merge back ([744820e](744820e))
  • Loading branch information
semantic-release-bot committed Nov 15, 2024
1 parent e7a2817 commit fd24e2b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [6.53.0](https://github.com/leather-io/extension/compare/v6.52.0...v6.53.0) (2024-11-15)


### Features

* change stacks bns name owner fetch fn ([efb409c](https://github.com/leather-io/extension/commit/efb409ca3de5ece98050c24f4065272827afb215))
* fetch zonefile data from bns v2 api ([a677d4f](https://github.com/leather-io/extension/commit/a677d4fccf4f8a9e5b3592984ec49d5bcaa79d14))


### Bug Fixes

* bns overflow issue ([542ee27](https://github.com/leather-io/extension/commit/542ee27354b6f01a90b2ee5bd0e56ad9807c573b))
* do not dismount inscription content on viewport exit ([c7fb8ac](https://github.com/leather-io/extension/commit/c7fb8acaad200bfdc3be0a82e7c94e9cf53e17c7))
* go back from btc and stx choose fee step ([e3cfac7](https://github.com/leather-io/extension/commit/e3cfac7c84bdca6fe22af29eccf9bbcdd7ce857d))


### Internal

* post-release merge back ([744820e](https://github.com/leather-io/extension/commit/744820ed7acbeeb3c6610bf56c235f5c4886e76c))

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


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

0 comments on commit fd24e2b

Please sign in to comment.