diff --git a/CHANGELOG-beta.md b/CHANGELOG-beta.md index 1c51394a..319d53a2 100644 --- a/CHANGELOG-beta.md +++ b/CHANGELOG-beta.md @@ -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 diff --git a/packages/use-wallet-react/package.json b/packages/use-wallet-react/package.json index 00ba3db3..38dcaa2e 100644 --- a/packages/use-wallet-react/package.json +++ b/packages/use-wallet-react/package.json @@ -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 ", "license": "MIT", diff --git a/packages/use-wallet-solid/package.json b/packages/use-wallet-solid/package.json index 15497c11..7d803dc8 100644 --- a/packages/use-wallet-solid/package.json +++ b/packages/use-wallet-solid/package.json @@ -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 ", "license": "MIT", diff --git a/packages/use-wallet-vue/package.json b/packages/use-wallet-vue/package.json index 8193094a..6e0fab72 100644 --- a/packages/use-wallet-vue/package.json +++ b/packages/use-wallet-vue/package.json @@ -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 ", "license": "MIT", diff --git a/packages/use-wallet/package.json b/packages/use-wallet/package.json index 4ad38616..1ccbf02f 100644 --- a/packages/use-wallet/package.json +++ b/packages/use-wallet/package.json @@ -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 ", "license": "MIT",