Skip to content

Commit

Permalink
chore: release v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drichar committed Feb 6, 2024
1 parent 9cc7ec0 commit f8e6e6e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [2.7.0](https://github.com/txnlab/use-wallet/compare/v2.6.2...v2.7.0) (2024-02-06)

### Features

- **Lute:** New Lute icon, util function to convert SVG to Base64 ([#137](https://github.com/txnlab/use-wallet/pull/137)) ([b9b45f9](https://github.com/txnlab/use-wallet/commit/b9b45f958f34e162206f4fcc7414045121269f16))

### Bug Fixes

- **Kibisis:** Replace global object with window ([#139](https://github.com/txnlab/use-wallet/pull/139)) ([e686564](https://github.com/txnlab/use-wallet/commit/e686564f09e166fef9b21fdec117884934d7383a))

## [2.6.2](https://github.com/txnlab/use-wallet/compare/v2.6.1...v2.6.2) (2024-01-31)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@txnlab/use-wallet",
"author": "TxnLab, Inc.",
"version": "2.6.2",
"version": "2.7.0",
"license": "MIT",
"description": "React hooks for using Algorand compatible wallets in dApps.",
"scripts": {
Expand Down

0 comments on commit f8e6e6e

Please sign in to comment.