Skip to content

Commit 3b4ce5e

Browse files
committed
chore: release v4.0.0-beta.4
1 parent b12d2e3 commit 3b4ce5e

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGELOG-beta.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [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)
2+
3+
### Dependencies
4+
5+
- Update `@blockshake/defly-connect` to v1.2.0 ([cd914bf](https://github.com/txnlab/use-wallet/commit/cd914bffd867fc1460031acdeb01b8ec45bd9af3))
6+
- Update `@perawallet/connect` to v1.4.0 ([dac46a2](https://github.com/txnlab/use-wallet/commit/dac46a2fea98ea348d8834362760863033b17482))
7+
- Remove `@perawallet/connect-beta` from dependencies ([9562ab4](https://github.com/txnlab/use-wallet/commit/9562ab4cbb3ea81d11a34241f6f58b79b8f35852))
8+
- Update `@perawallet/connect` to v1.4.1 and `@blockshake/defly-connect` to v1.2.1 ([b12d2e3](https://github.com/txnlab/use-wallet/commit/b12d2e317142919830b3f30f1094784dac5f068a))
9+
110
## [4.0.0-beta.3](https://github.com/TxnLab/use-wallet/tree/v4.0.0-beta.2...v4.0.0-beta.3) (2024-12-07)
211

312
### Features

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