Skip to content

Commit

Permalink
chore(release): 6.39.0
Browse files Browse the repository at this point in the history
## [6.39.0](v6.38.0...v6.39.0) (2024-05-14)

### Features

* hide asset list unsupported tokens in accordion, closes [#16](#16) ([f37bb1b](f37bb1b))

### Bug Fixes

* add schema validation for stamps ([7a89337](7a89337))
* change default to pulling 10 keys ([b5c9c79](b5c9c79))
* compliance checks reenabled ([d0c17ec](d0c17ec))
* constant retrying of metadata ([540c349](540c349))
* double stacks asset in ledger mode ([5d9895f](5d9895f))
* remove ledger add more keys route, ref [#4786](#4786) ([45c9968](45c9968))
* use nakamoto testnet link when network is set to nakamoto testnet ([e522113](e522113))

### Internal

* input calc helper methods ([16a9e6e](16a9e6e))
* post-release merge back ([9caef96](9caef96))
* remove multiple recipients components ([8f83bcc](8f83bcc))
  • Loading branch information
semantic-release-bot committed May 14, 2024
1 parent dcd9be1 commit 80e6db6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## [6.39.0](https://github.com/leather-wallet/extension/compare/v6.38.0...v6.39.0) (2024-05-14)


### Features

* hide asset list unsupported tokens in accordion, closes [#16](https://github.com/leather-wallet/extension/issues/16) ([f37bb1b](https://github.com/leather-wallet/extension/commit/f37bb1bf4c0714a1b51fd3b363665ae0b3a85649))


### Bug Fixes

* add schema validation for stamps ([7a89337](https://github.com/leather-wallet/extension/commit/7a8933765e0f5b479cfb83149e99223bb6ebfc1e))
* change default to pulling 10 keys ([b5c9c79](https://github.com/leather-wallet/extension/commit/b5c9c79811d3f7e2b599abeb698b3acba26c7727))
* compliance checks reenabled ([d0c17ec](https://github.com/leather-wallet/extension/commit/d0c17ec478fccdd4a1847906287006d52a41d8ba))
* constant retrying of metadata ([540c349](https://github.com/leather-wallet/extension/commit/540c3495a6ca034f6623e97f977fc17324564343))
* double stacks asset in ledger mode ([5d9895f](https://github.com/leather-wallet/extension/commit/5d9895f7beefdedf49c21e6c00b727ab4cbc6fcc))
* remove ledger add more keys route, ref [#4786](https://github.com/leather-wallet/extension/issues/4786) ([45c9968](https://github.com/leather-wallet/extension/commit/45c99682d13397e420bb58dd785ce044cc262f5b))
* use nakamoto testnet link when network is set to nakamoto testnet ([e522113](https://github.com/leather-wallet/extension/commit/e522113f590dd4636f2d9a3002c91488697a11dd))


### Internal

* input calc helper methods ([16a9e6e](https://github.com/leather-wallet/extension/commit/16a9e6e47306dada77843a5632c0400fe73f2a10))
* post-release merge back ([9caef96](https://github.com/leather-wallet/extension/commit/9caef965f3e73dbe3c0c53d98d2b96ba26fb9c50))
* remove multiple recipients components ([8f83bcc](https://github.com/leather-wallet/extension/commit/8f83bcc5438de77850f3bd064afd7bd2aeb946fa))

## [6.38.0](https://github.com/leather-wallet/extension/compare/v6.37.0...v6.38.0) (2024-05-02)


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.38.0",
"version": "6.39.0",
"packageManager": "pnpm@8.15.4",
"author": {
"name": "Leather Wallet LLC"
Expand Down

0 comments on commit 80e6db6

Please sign in to comment.