diff --git a/CHANGELOG.md b/CHANGELOG.md index a7ad8fd1..45026675 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.7.1](https://github.com/txnlab/use-wallet/compare/v3.7.0...v3.7.1) (2024-10-01) + +### Fixes + +- **Scripts:** Replace single quotes w/ escaped double quotes ([#278](https://github.com/txnlab/use-wallet/pull/278)) ([b3451d7](https://github.com/txnlab/use-wallet/commit/b3451d7b6c9e8cfa3c73f8aca3c2da7e4e96e595)) +- **Core:** Remove circular import in store.ts & MnemonicWallet ([#279](https://github.com/txnlab/use-wallet/pull/279)) ([d3f2764](https://github.com/txnlab/use-wallet/commit/d3f27645a2eb7f9396471d4e5e1e110957cc5bb3)) + # [3.7.0](https://github.com/txnlab/use-wallet/compare/v3.6.1...v3.7.0) (2024-09-27) ### Features diff --git a/packages/use-wallet-react/package.json b/packages/use-wallet-react/package.json index de21ebec..2fbaa95a 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.0", + "version": "3.7.1", "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 61b83355..37f93491 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.0", + "version": "3.7.1", "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 30eb22d1..6a986bdc 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.0", + "version": "3.7.1", "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 64cf88f3..79eb4ecc 100644 --- a/packages/use-wallet/package.json +++ b/packages/use-wallet/package.json @@ -1,6 +1,6 @@ { "name": "@txnlab/use-wallet", - "version": "3.7.0", + "version": "3.7.1", "description": "TypeScript library for integrating Algorand wallets into decentralized applications", "author": "Doug Richar ", "license": "MIT",