Skip to content

Commit

Permalink
chore: release v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drichar committed Sep 6, 2024
1 parent 91ebc0b commit 885559e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [3.2.1](https://github.com/txnlab/use-wallet/compare/v3.2.0...v3.2.1) (2024-09-05)

### Other Changes

- Update Renovate configuration to no longer ignore `examples/**` projects' dependencies
- Update all dependencies to latest versions, including `algosdk` (v2.9.0), `@tanstack/store` (v0.5.5), and `typescript` (v5.5.4)
- Improve dev/build process with new development scripts ([#253](https://github.com/txnlab/use-wallet/pull/253)) ([0c9f976](https://github.com/txnlab/use-wallet/commit/0c9f9762d6086045eed1e721dedab9dadffbe6bc))
- Add CONTRIBUTING.md with contribution guidelines ([#254](https://github.com/txnlab/use-wallet/pull/254)) ([91ebc0b](https://github.com/txnlab/use-wallet/commit/91ebc0bc2baf79cc0d6996b94515ffa0cb3f32ce))

# [3.2.0](https://github.com/txnlab/use-wallet/compare/v3.1.6...v3.2.0) (2024-09-03)

### 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.2.0",
"version": "3.2.1",
"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.2.0",
"version": "3.2.1",
"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.2.0",
"version": "3.2.1",
"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.2.0",
"version": "3.2.1",
"description": "TypeScript library for integrating Algorand wallets into decentralized applications",
"author": "Doug Richar <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 885559e

Please sign in to comment.