diff --git a/CHANGELOG.md b/CHANGELOG.md index 53167865..f207b869 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,18 @@ +# [3.8.0](https://github.com/txnlab/use-wallet/compare/v3.7.3-docs...v3.8.0) (2024-10-09) + +### Features + +- **Mnemonic:** Resume session when persisting to store ([#283](https://github.com/txnlab/use-wallet/pull/283)) ([88997e9](https://github.com/txnlab/use-wallet/commit/88997e950a04f45ff56af1fd4ab4dbd4cec4b39c)) + +### Bug Fixes + +- **Wallets:** Limit WalletConnect backup to Defly and Pera ([#292](https://github.com/txnlab/use-wallet/pull/292)) ([61b2827](https://github.com/txnlab/use-wallet/commit/61b282717cc38d1f4d4756e58d94a619529831c1)) + ## [3.7.3-docs](https://github.com/txnlab/use-wallet/compare/v3.7.2...v3.7.3-docs) (2024-10-07) -### Other Changes +### Documentation -- **Docs:** Integrate GitBook documentation ([#285](https://github.com/txnlab/use-wallet/pull/285)) ([d9d96e7](https://github.com/txnlab/use-wallet/commit/d9d96e7ed2946de5e0fdefb41d11c579f912c740)) +- Integrate GitBook documentation ([#285](https://github.com/txnlab/use-wallet/pull/285)) ([d9d96e7](https://github.com/txnlab/use-wallet/commit/d9d96e7ed2946de5e0fdefb41d11c579f912c740)) ## [3.7.2](https://github.com/txnlab/use-wallet/compare/v3.7.1...v3.7.2) (2024-10-04) diff --git a/packages/use-wallet-react/package.json b/packages/use-wallet-react/package.json index 27c84bbd..f9275de6 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": "3.7.2", + "version": "3.8.0", "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 7790d1a8..d7d60ade 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": "3.7.2", + "version": "3.8.0", "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 1086feb7..b5481b57 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": "3.7.2", + "version": "3.8.0", "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 196cec27..00872743 100644 --- a/packages/use-wallet/package.json +++ b/packages/use-wallet/package.json @@ -1,6 +1,6 @@ { "name": "@txnlab/use-wallet", - "version": "3.7.2", + "version": "3.8.0", "description": "TypeScript library for integrating Algorand wallets into decentralized applications", "author": "Doug Richar ", "license": "MIT",