Skip to content

Commit

Permalink
chore: release v3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drichar committed Oct 10, 2024
1 parent 61b2827 commit 85700c0
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

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.2",
"version": "3.8.0",
"description": "React library for integrating Algorand wallets into decentralized applications",
"author": "Doug Richar <[email protected]>",
"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.2",
"version": "3.8.0",
"description": "Solid.js library for integrating Algorand wallets into decentralized applications",
"author": "Doug Richar <[email protected]>",
"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.2",
"version": "3.8.0",
"description": "Vue library for integrating Algorand wallets into decentralized applications",
"author": "Doug Richar <[email protected]>",
"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.2",
"version": "3.8.0",
"description": "TypeScript library for integrating Algorand wallets into decentralized applications",
"author": "Doug Richar <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 85700c0

Please sign in to comment.