Skip to content

Commit

Permalink
chore: release v4.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
drichar committed Jan 9, 2025
1 parent b12d2e3 commit 3b4ce5e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG-beta.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [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)

### Dependencies

- Update `@blockshake/defly-connect` to v1.2.0 ([cd914bf](https://github.com/txnlab/use-wallet/commit/cd914bffd867fc1460031acdeb01b8ec45bd9af3))
- Update `@perawallet/connect` to v1.4.0 ([dac46a2](https://github.com/txnlab/use-wallet/commit/dac46a2fea98ea348d8834362760863033b17482))
- Remove `@perawallet/connect-beta` from dependencies ([9562ab4](https://github.com/txnlab/use-wallet/commit/9562ab4cbb3ea81d11a34241f6f58b79b8f35852))
- Update `@perawallet/connect` to v1.4.1 and `@blockshake/defly-connect` to v1.2.1 ([b12d2e3](https://github.com/txnlab/use-wallet/commit/b12d2e317142919830b3f30f1094784dac5f068a))

## [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)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/use-wallet-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@txnlab/use-wallet-react",
"version": "4.0.0-beta.3",
"version": "4.0.0-beta.4",
"description": "React library for integrating Algorand wallets into decentralized applications",
"author": "Doug Richar <drichar@gmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/use-wallet-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@txnlab/use-wallet-solid",
"version": "4.0.0-beta.3",
"version": "4.0.0-beta.4",
"description": "Solid.js library for integrating Algorand wallets into decentralized applications",
"author": "Doug Richar <drichar@gmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/use-wallet-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@txnlab/use-wallet-vue",
"version": "4.0.0-beta.3",
"version": "4.0.0-beta.4",
"description": "Vue library for integrating Algorand wallets into decentralized applications",
"author": "Doug Richar <drichar@gmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/use-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@txnlab/use-wallet",
"version": "4.0.0-beta.3",
"version": "4.0.0-beta.4",
"description": "TypeScript library for integrating Algorand wallets into decentralized applications",
"author": "Doug Richar <drichar@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 3b4ce5e

Please sign in to comment.