Skip to content

Commit

Permalink
chore: release v3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drichar committed Dec 7, 2024
1 parent b6feb21 commit 9869279
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [3.11.0](https://github.com/txnlab/use-wallet/compare/v3.10.1...v3.11.0) (2024-12-05)

### Features

- Add custom password prompt for KMD and Mnemonic ([#322](https://github.com/txnlab/use-wallet/pull/322)) ([0cfbc6d](https://github.com/txnlab/use-wallet/commit/0cfbc6db2098d65b1aee899b39c136b6f708a05a))

## [3.10.1](https://github.com/txnlab/use-wallet/compare/v3.10.0...v3.10.1) (2024-11-28)

### Bug Fixes
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.1",
"version": "3.11.0",
"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.1",
"version": "3.11.0",
"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.1",
"version": "3.11.0",
"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.1",
"version": "3.11.0",
"description": "TypeScript library for integrating Algorand wallets into decentralized applications",
"author": "Doug Richar <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 9869279

Please sign in to comment.