Skip to content

Commit 65cfcf0

Browse files
committed
Upgrade to 1.9.1
1 parent 816c2aa commit 65cfcf0

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,19 @@
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.1](https://github.com/Creit-Tech/Stellar-Wallets-Kit/compare/v1.9.0...v1.9.1) (2025-08-26)
6+
### Change
7+
- Downgrade Albedo library to 0.12.0
8+
59
### [1.9.0](https://github.com/Creit-Tech/Stellar-Wallets-Kit/compare/v1.8.0...v1.9.0) (2025-08-25)
610
### 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.
11+
- Add a new `isPlatformWrapper` 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.
812
- Klever wallet module
913

1014
### Change
1115
- Update @stellar/stellar-sdk version to latest
16+
- Update Trezor library
17+
- Update Albedo library
1218

1319
### [1.8.0](https://github.com/Creit-Tech/Stellar-Wallets-Kit/compare/v1.7.7...v1.8.0) (2025-08-13)
1420
### add

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"node": ">=16"
3535
},
3636
"dependencies": {
37-
"@albedo-link/intent": "0.13.0",
37+
"@albedo-link/intent": "0.12.0",
3838
"@creit.tech/xbull-wallet-connect": "^0.4.0",
3939
"@hot-wallet/sdk": "1.0.11",
4040
"@ledgerhq/hw-app-str": "7.0.4",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)