Skip to content

Commit

Permalink
chore: release v3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drichar committed Nov 28, 2024
1 parent 55ce7ad commit 049d831
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [3.10.1](https://github.com/txnlab/use-wallet/compare/v3.10.0...v3.10.1) (2024-11-28)

### Bug Fixes

- **KMD:** Handle empty password correctly in getPassword ([#318](https://github.com/txnlab/use-wallet/pull/318)) ([4c2f5a8](https://github.com/txnlab/use-wallet/commit/4c2f5a89a8d753f62f9853ffed6ec84325fa79b4))

### Test Coverage

- **KMD:** Add tests for empty and null password handling ([#319](https://github.com/txnlab/use-wallet/pull/319)) ([55ce7ad](https://github.com/txnlab/use-wallet/commit/55ce7ad980f89eceee17dd00ef1861b0fbc66db8))

# [3.10.0](https://github.com/txnlab/use-wallet/compare/v3.9.0...v3.10.0) (2024-10-25)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/use-wallet-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@txnlab/use-wallet-react",
"version": "3.10.0",
"version": "3.10.1",
"description": "React library for integrating Algorand wallets into decentralized applications",
"author": "Doug Richar <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/use-wallet-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@txnlab/use-wallet-solid",
"version": "3.10.0",
"version": "3.10.1",
"description": "Solid.js library for integrating Algorand wallets into decentralized applications",
"author": "Doug Richar <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/use-wallet-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@txnlab/use-wallet-vue",
"version": "3.10.0",
"version": "3.10.1",
"description": "Vue library for integrating Algorand wallets into decentralized applications",
"author": "Doug Richar <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/use-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@txnlab/use-wallet",
"version": "3.10.0",
"version": "3.10.1",
"description": "TypeScript library for integrating Algorand wallets into decentralized applications",
"author": "Doug Richar <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 049d831

Please sign in to comment.