Skip to content

Commit 1926e3d

Browse files
committed
chore: release v3.12.0
1 parent 8caa5ac commit 1926e3d

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [3.12.0](https://github.com/txnlab/use-wallet/compare/v3.11.1...v3.12.0) (2024-01-17)
2+
3+
### Features
4+
5+
- **React:** Return `isReconnecting` from `useWallet` ([#330](https://github.com/txnlab/use-wallet/pull/330)) ([4e138ba](https://github.com/txnlab/use-wallet/commit/4e138ba4582bff940359a27fada31f78a0412b94))
6+
- Replace `isReconnecting` with unified `isReady` state ([#335](https://github.com/txnlab/use-wallet/pull/335)) ([fe252c9](https://github.com/txnlab/use-wallet/commit/fe252c93be2db252adb572e0c6d0aa52f2461601))
7+
8+
### Test Updates
9+
10+
- **E2E:** Add examples and docs for end-to-end testing ([#331](https://github.com/txnlab/use-wallet/pull/331)) ([b4d34b8](https://github.com/txnlab/use-wallet/commit/b4d34b804c65f9ff7c6b2893a3db3eb727080fa5))
11+
- **React:** Wrap state updates in `act()` with `async`/`await` ([#336](https://github.com/txnlab/use-wallet/pull/336)) ([6bcfc67](https://github.com/txnlab/use-wallet/commit/6bcfc673d7de32f59b359c91e41be74d78b4be34))
12+
113
## [3.11.1](https://github.com/txnlab/use-wallet/compare/v3.11.0...v3.11.1) (2024-12-18)
214

315
### 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.11.1",
3+
"version": "3.12.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.11.1",
3+
"version": "3.12.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.11.1",
3+
"version": "3.12.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.11.1",
3+
"version": "3.12.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)