Skip to content

Commit

Permalink
chore(release): 4.34.0
Browse files Browse the repository at this point in the history
## [4.34.0](v4.33.0...v4.34.0) (2023-06-28)

### Features

* ignore resize observer error ([4a3a8a5](4a3a8a5))

### Bug Fixes

* **ledger:** broken activity page ([eeb535e](eeb535e))
* psbt network possibilities ([0021a3a](0021a3a))

### Internal

* add account to rpc methods ([c08b154](c08b154))
* add network to other rpc methods ([fa2a097](fa2a097))
  • Loading branch information
semantic-release-bot committed Jun 28, 2023
1 parent 5013df9 commit 6f41eda
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [4.34.0](https://github.com/hirosystems/wallet/compare/v4.33.0...v4.34.0) (2023-06-28)


### Features

* ignore resize observer error ([4a3a8a5](https://github.com/hirosystems/wallet/commit/4a3a8a5e36ae4024c6ce7ac4c52ce3ca469d214f))


### Bug Fixes

* **ledger:** broken activity page ([eeb535e](https://github.com/hirosystems/wallet/commit/eeb535e9023e08590120d7249c19e734534c58a1))
* psbt network possibilities ([0021a3a](https://github.com/hirosystems/wallet/commit/0021a3a88b10599b7d700333ccb0c386d950652d))


### Internal

* add account to rpc methods ([c08b154](https://github.com/hirosystems/wallet/commit/c08b15421e86cd9f4bc50c88200e6ff1a252860f))
* add network to other rpc methods ([fa2a097](https://github.com/hirosystems/wallet/commit/fa2a09729c104d8d7a6ee1cb54797ecc28d4acdd))

## [4.33.0](https://github.com/hirosystems/wallet/compare/v4.32.1...v4.33.0) (2023-06-27)


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": "4.33.0",
"version": "4.34.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'",
Expand Down

0 comments on commit 6f41eda

Please sign in to comment.