Skip to content

Commit 816c2aa

Browse files
committed
Upgrade to 1.9.0
1 parent 89bf7c7 commit 816c2aa

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.9.0](https://github.com/Creit-Tech/Stellar-Wallets-Kit/compare/v1.8.0...v1.9.0) (2025-08-25)
6+
### add
7+
- Add a new `isPlatform` logic so modules can check if they are the ones that will be used by the user without the need of the user manually picking it.
8+
- Klever wallet module
9+
10+
### Change
11+
- Update @stellar/stellar-sdk version to latest
12+
513
### [1.8.0](https://github.com/Creit-Tech/Stellar-Wallets-Kit/compare/v1.7.7...v1.8.0) (2025-08-13)
614
### add
715
- xBull message signing logic

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.8.0",
3+
"version": "1.9.0",
44
"description": "A kit to handle all Stellar Wallets at once",
55
"author": {
66
"name": "Creit Technologies LLP",

0 commit comments

Comments
 (0)