Skip to content

Commit 9869279

Browse files
committed
chore: release v3.11.0
1 parent b6feb21 commit 9869279

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [3.11.0](https://github.com/txnlab/use-wallet/compare/v3.10.1...v3.11.0) (2024-12-05)
2+
3+
### Features
4+
5+
- 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))
6+
17
## [3.10.1](https://github.com/txnlab/use-wallet/compare/v3.10.0...v3.10.1) (2024-11-28)
28

39
### Bug Fixes

packages/use-wallet-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@txnlab/use-wallet-react",
3-
"version": "3.10.1",
3+
"version": "3.11.0",
44
"description": "React library for integrating Algorand wallets into decentralized applications",
55
"author": "Doug Richar <[email protected]>",
66
"license": "MIT",

packages/use-wallet-solid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@txnlab/use-wallet-solid",
3-
"version": "3.10.1",
3+
"version": "3.11.0",
44
"description": "Solid.js library for integrating Algorand wallets into decentralized applications",
55
"author": "Doug Richar <[email protected]>",
66
"license": "MIT",

packages/use-wallet-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@txnlab/use-wallet-vue",
3-
"version": "3.10.1",
3+
"version": "3.11.0",
44
"description": "Vue library for integrating Algorand wallets into decentralized applications",
55
"author": "Doug Richar <[email protected]>",
66
"license": "MIT",

packages/use-wallet/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@txnlab/use-wallet",
3-
"version": "3.10.1",
3+
"version": "3.11.0",
44
"description": "TypeScript library for integrating Algorand wallets into decentralized applications",
55
"author": "Doug Richar <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)