Skip to content

Commit

Permalink
chore: release v3.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
drichar committed Apr 9, 2024
1 parent 054947c commit 75ded92
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 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.3](https://github.com/txnlab/use-wallet/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2024-04-09)

### Bug Fixes

- **Core:** Perform byte array <-> b64 conversions w/ native JS ([#153](https://github.com/txnlab/use-wallet/pull/153)) ([054947c](https://github.com/txnlab/use-wallet/commit/054947c911a34fb297df9f368f61c252280c49f7))

## [3.0.0-beta.2](https://github.com/txnlab/use-wallet/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2024-04-02)

### Bug 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-beta.2",
"version": "3.0.0-beta.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-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.2",
"version": "3.0.0-beta.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-beta.2",
"version": "3.0.0-beta.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 75ded92

Please sign in to comment.