Skip to content

Commit

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

### Features

- **Webpack:** Add `webpackFallback` export to resolve optional wallet dependencies ([#307](https://github.com/txnlab/use-wallet/pull/307)) ([32baa7f](https://github.com/txnlab/use-wallet/commit/32baa7fbaf86418f2ad90a292a9a02b2c4f17fd0))

### Documentation

- Add Webpack configuration for Next.js ([#308](https://github.com/txnlab/use-wallet/pull/308)) ([ddb9c57](https://github.com/txnlab/use-wallet/commit/ddb9c5741cdb16fb8b9b553affc9f4dd40b1fe3c))

# [3.9.0](https://github.com/txnlab/use-wallet/compare/v3.8.0...v3.9.0) (2024-10-21)

### 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.9.0",
"version": "3.10.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.9.0",
"version": "3.10.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.9.0",
"version": "3.10.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.9.0",
"version": "3.10.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 b1cf97a

Please sign in to comment.