Skip to content

Commit

Permalink
chore(release): 6.3.0
Browse files Browse the repository at this point in the history
## [6.3.0](v6.2.1...v6.3.0) (2023-08-08)

### Features

* add option to broadcast rpc psbt, closes [#3895](#3895) ([da7b51b](da7b51b))
* add taproot txs in activity list, closes [#3249](#3249) ([d4b1065](d4b1065))
* fetch inscription by output in separate query ([281e138](281e138))
* hide increase fee for txs with taproot input ([a01071f](a01071f))

### Bug Fixes

* change logic to upscale amount in input field ([086c329](086c329))
* handle case when there's no ticker of < 4 chars ([ce3c7c9](ce3c7c9))
* make input text perfectly centered ([0b23519](0b23519))
* only route to error when asset is bitcoin, closes [#4083](#4083) ([bed3820](bed3820))

### Internal

* move fn to utils, use constant and provide more descriptive fn name ([5356069](5356069))
  • Loading branch information
semantic-release-bot committed Aug 8, 2023
1 parent ea946e8 commit 5fa3bbe
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## [6.3.0](https://github.com/hirosystems/wallet/compare/v6.2.1...v6.3.0) (2023-08-08)


### Features

* add option to broadcast rpc psbt, closes [#3895](https://github.com/hirosystems/wallet/issues/3895) ([da7b51b](https://github.com/hirosystems/wallet/commit/da7b51ba97dbb1c9b86596b2d90e33c9f6473e53))
* add taproot txs in activity list, closes [#3249](https://github.com/hirosystems/wallet/issues/3249) ([d4b1065](https://github.com/hirosystems/wallet/commit/d4b1065b0bda71e971ce6694b43399069804e123))
* fetch inscription by output in separate query ([281e138](https://github.com/hirosystems/wallet/commit/281e1386a06dd47a8d49bc598f77b853e071810e))
* hide increase fee for txs with taproot input ([a01071f](https://github.com/hirosystems/wallet/commit/a01071fa1f1e97db9d718a4630f680429aeaad00))


### Bug Fixes

* change logic to upscale amount in input field ([086c329](https://github.com/hirosystems/wallet/commit/086c3297835867f8eb0df941ba46ab9f5de01fcb))
* handle case when there's no ticker of < 4 chars ([ce3c7c9](https://github.com/hirosystems/wallet/commit/ce3c7c95e50ad5788ba078654643647be6e9670e))
* make input text perfectly centered ([0b23519](https://github.com/hirosystems/wallet/commit/0b235195e9b44c823caaaecd4ce9db8a6bd6f396))
* only route to error when asset is bitcoin, closes [#4083](https://github.com/hirosystems/wallet/issues/4083) ([bed3820](https://github.com/hirosystems/wallet/commit/bed3820fa7dcb914eeb337d542fb9ab082e6f38a))


### Internal

* move fn to utils, use constant and provide more descriptive fn name ([5356069](https://github.com/hirosystems/wallet/commit/5356069f96a30d603d8fd428d4a4125df3551341))

## [6.2.1](https://github.com/hirosystems/wallet/compare/v6.2.0...v6.2.1) (2023-08-03)


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": "The Hiro Wallet is browser extension for interacting with Stacks apps",
"private": true,
"version": "6.2.1",
"version": "6.3.0",
"author": "Hiro Systems PBC",
"scripts": {
"dev": "cross-env WALLET_ENVIRONMENT=development concurrently --raw \"node webpack/dev-server.js\" \"redux-devtools --hostname=localhost --port=8000\"",
Expand Down

0 comments on commit 5fa3bbe

Please sign in to comment.