Skip to content

Commit 173f787

Browse files
committed
chore: release v3.1.6
1 parent 2ff796b commit 173f787

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.1.6](https://github.com/txnlab/use-wallet/compare/v3.1.5...v3.1.6) (2024-08-29)
2+
3+
### Bug Fixes
4+
5+
- **Core:** Initialize manager with active network from persisted state ([#221](https://github.com/txnlab/use-wallet/pull/221)) ([2ff796b](https://github.com/txnlab/use-wallet/commit/2ff796b74c1e16927ce3739ff5980ef655c4e08a))
6+
17
## [3.1.5](https://github.com/txnlab/use-wallet/compare/v3.1.4...v3.1.5) (2024-08-21)
28

39
### Bug Fixes

packages/use-wallet-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@txnlab/use-wallet-react",
3-
"version": "3.1.5",
3+
"version": "3.1.6",
44
"description": "React library for integrating Algorand wallets into decentralized applications",
55
"author": "Doug Richar <drichar@gmail.com>",
66
"license": "MIT",

packages/use-wallet-solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@txnlab/use-wallet-solid",
3-
"version": "3.1.5",
3+
"version": "3.1.6",
44
"description": "Solid.js library for integrating Algorand wallets into decentralized applications",
55
"author": "Doug Richar <drichar@gmail.com>",
66
"license": "MIT",

packages/use-wallet-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@txnlab/use-wallet-vue",
3-
"version": "3.1.5",
3+
"version": "3.1.6",
44
"description": "Vue library for integrating Algorand wallets into decentralized applications",
55
"author": "Doug Richar <drichar@gmail.com>",
66
"license": "MIT",

packages/use-wallet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@txnlab/use-wallet",
3-
"version": "3.1.5",
3+
"version": "3.1.6",
44
"description": "TypeScript library for integrating Algorand wallets into decentralized applications",
55
"author": "Doug Richar <drichar@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)