Skip to content

Commit

Permalink
chore: release v3.0.0-beta.9
Browse files Browse the repository at this point in the history
  • Loading branch information
drichar committed Jun 1, 2024
1 parent b4ccb40 commit cfb9f00
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG-beta.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.0.0-beta.9](https://github.com/txnlab/use-wallet/compare/v3.0.0-beta.8...v3.0.0-beta.9) (2024-06-01)

### Fixes

- **Core:** Fallbacks for named/default Pera Connect v2 export ([b4ccb40](https://github.com/TxnLab/use-wallet/commit/b4ccb404f063b8cb7835540df6b6541527bf009c))

## [3.0.0-beta.8](https://github.com/txnlab/use-wallet/compare/v3.0.0-beta.7...v3.0.0-beta.8) (2024-06-01)

### :warning: BREAKING CHANGES
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-beta.8",
"version": "3.0.0-beta.9",
"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.0.0-beta.8",
"version": "3.0.0-beta.9",
"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.0.0-beta.8",
"version": "3.0.0-beta.9",
"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.0.0-beta.8",
"version": "3.0.0-beta.9",
"description": "TypeScript library for integrating Algorand wallets into decentralized applications",
"author": "Doug Richar <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit cfb9f00

Please sign in to comment.