Skip to content

Commit 253dcf5

Browse files
committed
chore: release v4.0.0-beta.2
1 parent 412e688 commit 253dcf5

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG-beta.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.0.0-beta.2](https://github.com/TxnLab/use-wallet/tree/v4.0.0-beta.1...v4.0.0-beta.2) (2024-11-26)
2+
3+
### Features
4+
5+
- Add new network config builder ([#316](https://github.com/txnlab/use-wallet/pull/316)) ([9fc4365](https://github.com/txnlab/use-wallet/commit/9fc436539be91e4a35bc1b0cf0b55c861564ae65))
6+
- Add Defly Web extension wallet provider ([#317](https://github.com/txnlab/use-wallet/pull/317)) ([412e688](https://github.com/txnlab/use-wallet/commit/412e688303f8c0239dec147e46b0b05c814ca284))
7+
18
## [4.0.0-beta.1](https://github.com/TxnLab/use-wallet/tree/v4.0.0-beta.1) (2024-11-16)
29

310
### 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.1",
3+
"version": "4.0.0-beta.2",
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.1",
3+
"version": "4.0.0-beta.2",
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.1",
3+
"version": "4.0.0-beta.2",
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.1",
3+
"version": "4.0.0-beta.2",
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)