We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd85530 commit 83ed0e5Copy full SHA for 83ed0e5
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [2.8.2](https://github.com/txnlab/use-wallet/compare/v2.8.1...v2.8.2) (2024-05-15)
2
+
3
+### Bug Fixes
4
5
+- **Lute:** Fix signedTxns reconstruction ([#168](https://github.com/txnlab/use-wallet/pull/168)) ([fd85530](https://github.com/txnlab/use-wallet/commit/fd855305dd230860545ca36bb72b7cd64c062c94))
6
7
## [2.8.1](https://github.com/txnlab/use-wallet/compare/v2.8.0...v2.8.1) (2024-04-09)
8
9
### Bug Fixes
package.json
@@ -1,7 +1,7 @@
{
"name": "@txnlab/use-wallet",
"author": "TxnLab, Inc.",
- "version": "2.8.1",
+ "version": "2.8.2",
"license": "MIT",
"description": "React hooks for using Algorand compatible wallets in dApps.",
"scripts": {
0 commit comments