Skip to content

Commit f8e6e6e

Browse files
committed
chore: release v2.7.0
1 parent 9cc7ec0 commit f8e6e6e

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [2.7.0](https://github.com/txnlab/use-wallet/compare/v2.6.2...v2.7.0) (2024-02-06)
2+
3+
### Features
4+
5+
- **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))
6+
7+
### Bug Fixes
8+
9+
- **Kibisis:** Replace global object with window ([#139](https://github.com/txnlab/use-wallet/pull/139)) ([e686564](https://github.com/txnlab/use-wallet/commit/e686564f09e166fef9b21fdec117884934d7383a))
10+
111
## [2.6.2](https://github.com/txnlab/use-wallet/compare/v2.6.1...v2.6.2) (2024-01-31)
212

313
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@txnlab/use-wallet",
33
"author": "TxnLab, Inc.",
4-
"version": "2.6.2",
4+
"version": "2.7.0",
55
"license": "MIT",
66
"description": "React hooks for using Algorand compatible wallets in dApps.",
77
"scripts": {

0 commit comments

Comments
 (0)