Skip to content

Commit

Permalink
chore(release): 6.21.0
Browse files Browse the repository at this point in the history
## [6.21.0](leather-io/extension@v6.20.0...v6.21.0) (2023-12-19)

### Features

* html video and audio inscription types, closes [leather-io#4077](leather-io#4077) and [leather-io#3556](leather-io#3556) ([e19eea4](leather-io@e19eea4))
* modified contracts and balance fetching ([63d29ba](leather-io@63d29ba))
* updated dlc tools version ([8dc1d22](leather-io@8dc1d22))

### Bug Fixes

* collectibles refetch, closes [leather-io#4413](leather-io#4413) ([13aa68f](leather-io@13aa68f))
* deprecate legacy font sizes, closes [leather-io#4587](leather-io#4587) ([5f539ca](leather-io@5f539ca))
* handle inscription type svg, ref [leather-io#4727](leather-io#4727) ([b713c70](leather-io@b713c70))
* only show swaps option on mainnet, closes [leather-io#4687](leather-io#4687) ([af6443c](leather-io@af6443c))
* swaps test, ref [leather-io#4725](leather-io#4725) ([faae457](leather-io@faae457))
* **wallet:** fees warning alignment fix ([d771bcc](leather-io@d771bcc))

### Internal

* post-release merge back ([75f4998](leather-io@75f4998))
  • Loading branch information
semantic-release-bot authored and pete-watters committed Jan 17, 2024
1 parent ed01755 commit c336d43
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## [6.21.0](https://github.com/leather-wallet/extension/compare/v6.20.0...v6.21.0) (2023-12-19)


### Features

* html video and audio inscription types, closes [#4077](https://github.com/leather-wallet/extension/issues/4077) and [#3556](https://github.com/leather-wallet/extension/issues/3556) ([e19eea4](https://github.com/leather-wallet/extension/commit/e19eea4fb217d949351425e99c4370ed83b7ba98))
* modified contracts and balance fetching ([63d29ba](https://github.com/leather-wallet/extension/commit/63d29ba39ed228a95da777f41a365fb8e91bf911))
* updated dlc tools version ([8dc1d22](https://github.com/leather-wallet/extension/commit/8dc1d22f2157d5304a9119c9ea503ca0afd453ef))


### Bug Fixes

* collectibles refetch, closes [#4413](https://github.com/leather-wallet/extension/issues/4413) ([13aa68f](https://github.com/leather-wallet/extension/commit/13aa68f5f592abe3d036d64bce306f72b45158d6))
* deprecate legacy font sizes, closes [#4587](https://github.com/leather-wallet/extension/issues/4587) ([5f539ca](https://github.com/leather-wallet/extension/commit/5f539ca786fc39524a200f7c68fd7475b1fa7970))
* handle inscription type svg, ref [#4727](https://github.com/leather-wallet/extension/issues/4727) ([b713c70](https://github.com/leather-wallet/extension/commit/b713c70cbcd83ddc27ada9a959434a413f501090))
* only show swaps option on mainnet, closes [#4687](https://github.com/leather-wallet/extension/issues/4687) ([af6443c](https://github.com/leather-wallet/extension/commit/af6443c13d88bb9f073c3a13483e4a2fd0249361))
* swaps test, ref [#4725](https://github.com/leather-wallet/extension/issues/4725) ([faae457](https://github.com/leather-wallet/extension/commit/faae457608c7ba21a791b07992816780e896d82d))
* **wallet:** fees warning alignment fix ([d771bcc](https://github.com/leather-wallet/extension/commit/d771bccc687e4b0c593dcd64a83fc96eda84c357))


### Internal

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

## [6.20.0](https://github.com/leather-wallet/extension/compare/v6.19.0...v6.20.0) (2023-12-14)


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": "@stacks/wallet-web",
"description": "Leather is browser extension for interacting with Stacks apps",
"private": true,
"version": "6.20.0",
"version": "6.21.0",
"author": "Hiro Systems PBC",
"scripts": {
"dev": "concurrently --raw \"node webpack/dev-server.js\" \"redux-devtools --hostname=localhost --port=8000\"",
Expand Down

0 comments on commit c336d43

Please sign in to comment.