Skip to content

Commit b1cf97a

Browse files
committed
chore: release v3.10.0
1 parent ddb9c57 commit b1cf97a

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [3.10.0](https://github.com/txnlab/use-wallet/compare/v3.9.0...v3.10.0) (2024-10-25)
2+
3+
### Features
4+
5+
- **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))
6+
7+
### Documentation
8+
9+
- Add Webpack configuration for Next.js ([#308](https://github.com/txnlab/use-wallet/pull/308)) ([ddb9c57](https://github.com/txnlab/use-wallet/commit/ddb9c5741cdb16fb8b9b553affc9f4dd40b1fe3c))
10+
111
# [3.9.0](https://github.com/txnlab/use-wallet/compare/v3.8.0...v3.9.0) (2024-10-21)
212

313
### Features

packages/use-wallet-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@txnlab/use-wallet-react",
3-
"version": "3.9.0",
3+
"version": "3.10.0",
44
"description": "React library for integrating Algorand wallets into decentralized applications",
55
"author": "Doug Richar <[email protected]>",
66
"license": "MIT",

packages/use-wallet-solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@txnlab/use-wallet-solid",
3-
"version": "3.9.0",
3+
"version": "3.10.0",
44
"description": "Solid.js library for integrating Algorand wallets into decentralized applications",
55
"author": "Doug Richar <[email protected]>",
66
"license": "MIT",

packages/use-wallet-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@txnlab/use-wallet-vue",
3-
"version": "3.9.0",
3+
"version": "3.10.0",
44
"description": "Vue library for integrating Algorand wallets into decentralized applications",
55
"author": "Doug Richar <[email protected]>",
66
"license": "MIT",

packages/use-wallet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@txnlab/use-wallet",
3-
"version": "3.9.0",
3+
"version": "3.10.0",
44
"description": "TypeScript library for integrating Algorand wallets into decentralized applications",
55
"author": "Doug Richar <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)