Skip to content

Commit

Permalink
chore: release v3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drichar committed Oct 21, 2024
1 parent 5049aaa commit 97316e9
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [3.9.0](https://github.com/txnlab/use-wallet/compare/v3.8.0...v3.9.0) (2024-10-21)

### Features

- **Wallets:** Add Liquid Auth provider ([#215](https://github.com/txnlab/use-wallet/pull/215)) ([abf22d8](https://github.com/txnlab/use-wallet/commit/abf22d8b986c77a1d5d24c79a597a2ba3dc1af0d))

### Bug Fixes

- **Liquid:** Implement dynamic import for LiquidAuthClient ([#299](https://github.com/txnlab/use-wallet/pull/299)) ([7a97d94](https://github.com/txnlab/use-wallet/commit/7a97d94666080a42aac3abb318e70e10031d3319))

### Documentation

- Add Liquid Auth to supported wallets ([#304](https://github.com/txnlab/use-wallet/pull/304)) ([5049aaa](https://github.com/txnlab/use-wallet/commit/5049aaac895aed0dde192ab632698b01a5495441))

# [3.8.0](https://github.com/txnlab/use-wallet/compare/v3.7.3-docs...v3.8.0) (2024-10-09)

### 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.8.0",
"version": "3.9.0",
"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.8.0",
"version": "3.9.0",
"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.8.0",
"version": "3.9.0",
"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.8.0",
"version": "3.9.0",
"description": "TypeScript library for integrating Algorand wallets into decentralized applications",
"author": "Doug Richar <drichar@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 97316e9

Please sign in to comment.