Skip to content

Commit 9f8582b

Browse files
committed
Upgrade to 1.7.0
1 parent b1f1060 commit 9f8582b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.7.0](https://github.com/Creit-Tech/Stellar-Wallets-Kit/compare/v1.6.1...v1.7.0) (2025-03-06)
6+
### add
7+
- Include a new `onClosed` parameter to the `createButton` method so developers can listen to the closed event the modal triggers.
8+
9+
### Change
10+
- Upgrade the Trezor library to latest one
11+
512
### [1.6.1](https://github.com/Creit-Tech/Stellar-Wallets-Kit/compare/v1.6.0...v1.6.1) (2025-02-24)
613
### Add
714
- Fix the `getAddress` method in the Freighter module, the address was being returned as a blank string. It was reported in this [ticket](https://github.com/Creit-Tech/Stellar-Wallets-Kit/issues/57).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@creit.tech/stellar-wallets-kit",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"description": "A kit to handle all Stellar Wallets at once",
55
"author": {
66
"name": "Creit Technologies LLP",

0 commit comments

Comments
 (0)