Skip to content

Commit

Permalink
chore: release v3.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
drichar committed Jul 2, 2024
1 parent 47e5704 commit bdf47c2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG-beta.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.0.0-rc.3](https://github.com/txnlab/use-wallet/compare/v3.0.0-rc.2...v3.0.0-rc.3) (2024-07-02)

### Fixes

- Move `algosdk` to peerDependencies ([#193](https://github.com/TxnLab/use-wallet/pull/193)) ([179ba8d](https://github.com/TxnLab/use-wallet/commit/179ba8d5abe112b6444c013ecae042f93b16c8ff))
- Add `algosdk` to devDependencies, sync versions ([#197](https://github.com/TxnLab/use-wallet/pull/197)) ([332f360](https://github.com/TxnLab/use-wallet/commit/332f360eb9307bae286c450a68d3108d0a371b92))
- Switching networks should not disconnect wallets ([#198](https://github.com/TxnLab/use-wallet/pull/198)) ([47e5704](https://github.com/TxnLab/use-wallet/commit/47e5704589e736b788810fdb943e4a81c4346b39))

## [3.0.0-rc.2](https://github.com/txnlab/use-wallet/compare/v3.0.0-rc.1...v3.0.0-rc.2) (2024-06-20)

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

0 comments on commit bdf47c2

Please sign in to comment.