Skip to content

Commit

Permalink
chore: release v3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drichar committed Oct 1, 2024
1 parent dd4b358 commit 9aa686d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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": "3.7.0",
"version": "3.7.1",
"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": "3.7.0",
"version": "3.7.1",
"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": "3.7.0",
"version": "3.7.1",
"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": "3.7.0",
"version": "3.7.1",
"description": "TypeScript library for integrating Algorand wallets into decentralized applications",
"author": "Doug Richar <drichar@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 9aa686d

Please sign in to comment.