Skip to content

Commit 93b47b9

Browse files
committed
chore: release v4.0.0-beta.5
1 parent 72e0c23 commit 93b47b9

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

CHANGELOG-beta.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [4.0.0-beta.5](https://github.com/TxnLab/use-wallet/tree/v4.0.0-beta.4...v4.0.0-beta.5) (2025-01-22)
2+
3+
### Features
4+
5+
- **Network:** Enable runtime connection to custom Algorand nodes ([#339](https://github.com/txnlab/use-wallet/pull/339)) ([6d6494e](https://github.com/txnlab/use-wallet/commit/6d6494e5c9d8493886a2937ffb02170a014df12f))
6+
7+
### Other Changes
8+
9+
- Remove Liquid Auth provider ([#337](https://github.com/txnlab/use-wallet/pull/337)) ([74fdf73](https://github.com/txnlab/use-wallet/commit/74fdf73eb1e3c3dc764a26b419f6977a2201b413))
10+
- **Network:** Remove `name` property and improve network ID types ([#338](https://github.com/txnlab/use-wallet/pull/338)) ([dbbad1b](https://github.com/txnlab/use-wallet/commit/dbbad1b0e610e11e301fa005705dda88f7004931))
11+
- Update local storage key for v4 ([72e0c23](https://github.com/txnlab/use-wallet/commit/72e0c2310c00da5cb4cfc16da7ab1870d5054e5d))
12+
113
## [4.0.0-beta.4](https://github.com/TxnLab/use-wallet/tree/v4.0.0-beta.3...v4.0.0-beta.4) (2025-01-09)
214

315
### Dependencies

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": "4.0.0-beta.4",
3+
"version": "4.0.0-beta.5",
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

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": "4.0.0-beta.4",
3+
"version": "4.0.0-beta.5",
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

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": "4.0.0-beta.4",
3+
"version": "4.0.0-beta.5",
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

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": "4.0.0-beta.4",
3+
"version": "4.0.0-beta.5",
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)