From e24d8bfd056cc43230ebf247cba08b71fcc172d6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 27 Jun 2023 17:34:21 +0000 Subject: [PATCH] chore(release): 4.33.0 ## [4.33.0](https://github.com/hirosystems/wallet/compare/v4.32.1...v4.33.0) (2023-06-27) ### Features * change btc available balance logic, closes [#3758](https://github.com/hirosystems/wallet/issues/3758) ([76515b1](https://github.com/hirosystems/wallet/commit/76515b1e56151ab2c12b365666a01612668c37f8)) ### Bug Fixes * ledger support link, closes [#3900](https://github.com/hirosystems/wallet/issues/3900) ([05f1d7f](https://github.com/hirosystems/wallet/commit/05f1d7f82deefbb1a22c80328e20f784dbf96df7)) * negative stx available balance, closes [#3761](https://github.com/hirosystems/wallet/issues/3761) ([6a2adf0](https://github.com/hirosystems/wallet/commit/6a2adf05747f8a9b33e696d37519df8edf7a7e18)) * trim recipient address field to remove leading/ trailing spaces, fixes [#2806](https://github.com/hirosystems/wallet/issues/2806) ([1a7f683](https://github.com/hirosystems/wallet/commit/1a7f6830eba0bcabc9559dadb4503caf7b445d68)) ### Internal * filter utxos, closes [#3732](https://github.com/hirosystems/wallet/issues/3732) ([ab7d24f](https://github.com/hirosystems/wallet/commit/ab7d24f98b33613b3f3150d9215b092924585369)) * send form utxos ([11f8047](https://github.com/hirosystems/wallet/commit/11f8047f40df2a4198c00e92cbe841b7dddba90c)) --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d952c7e8939..b669715451d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## [4.33.0](https://github.com/hirosystems/wallet/compare/v4.32.1...v4.33.0) (2023-06-27) + + +### Features + +* change btc available balance logic, closes [#3758](https://github.com/hirosystems/wallet/issues/3758) ([76515b1](https://github.com/hirosystems/wallet/commit/76515b1e56151ab2c12b365666a01612668c37f8)) + + +### Bug Fixes + +* ledger support link, closes [#3900](https://github.com/hirosystems/wallet/issues/3900) ([05f1d7f](https://github.com/hirosystems/wallet/commit/05f1d7f82deefbb1a22c80328e20f784dbf96df7)) +* negative stx available balance, closes [#3761](https://github.com/hirosystems/wallet/issues/3761) ([6a2adf0](https://github.com/hirosystems/wallet/commit/6a2adf05747f8a9b33e696d37519df8edf7a7e18)) +* trim recipient address field to remove leading/ trailing spaces, fixes [#2806](https://github.com/hirosystems/wallet/issues/2806) ([1a7f683](https://github.com/hirosystems/wallet/commit/1a7f6830eba0bcabc9559dadb4503caf7b445d68)) + + +### Internal + +* filter utxos, closes [#3732](https://github.com/hirosystems/wallet/issues/3732) ([ab7d24f](https://github.com/hirosystems/wallet/commit/ab7d24f98b33613b3f3150d9215b092924585369)) +* send form utxos ([11f8047](https://github.com/hirosystems/wallet/commit/11f8047f40df2a4198c00e92cbe841b7dddba90c)) + ## [4.32.1](https://github.com/hirosystems/wallet/compare/v4.32.0...v4.32.1) (2023-06-23) diff --git a/package.json b/package.json index 5e8493362f4..b324d25ace7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@stacks/wallet-web", "description": "The Hiro Wallet is browser extension for interacting with Stacks apps", "private": true, - "version": "4.32.1", + "version": "4.33.0", "author": "Hiro Systems PBC", "scripts": { "dev": "cross-env NODE_ENV=development concurrently --raw 'node webpack/dev-server.js' 'redux-devtools --hostname=localhost --port=8000'",