Skip to content

Commit

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

### Features

- **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))

### Other Changes

- Remove Liquid Auth provider ([#337](https://github.com/txnlab/use-wallet/pull/337)) ([74fdf73](https://github.com/txnlab/use-wallet/commit/74fdf73eb1e3c3dc764a26b419f6977a2201b413))
- **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))
- Update local storage key for v4 ([72e0c23](https://github.com/txnlab/use-wallet/commit/72e0c2310c00da5cb4cfc16da7ab1870d5054e5d))

## [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
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.4",
"version": "4.0.0-beta.5",
"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.4",
"version": "4.0.0-beta.5",
"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.4",
"version": "4.0.0-beta.5",
"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.4",
"version": "4.0.0-beta.5",
"description": "TypeScript library for integrating Algorand wallets into decentralized applications",
"author": "Doug Richar <drichar@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 93b47b9

Please sign in to comment.