Skip to content

Commit 98d886f

Browse files
committed
Upgrade to v1.7.5
1 parent 31eef17 commit 98d886f

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.7.5](https://github.com/Creit-Tech/Stellar-Wallets-Kit/compare/v1.7.3...v1.7.5) (2025-06-03)
6+
### Add
7+
- Include a new `sep43Modules` function that returns a list of only wallets that follow all the SEP-0043 methods
8+
- Add a new `filterBy` parameter for both `allowAllModules` and `sep43Modules`
9+
10+
### Change
11+
- Make optional providing the default module when starting the kit and instead throw an error if someone tries to use one module before it has been selected.
12+
513
### [1.7.3](https://github.com/Creit-Tech/Stellar-Wallets-Kit/compare/v1.7.2...v1.7.3) (2025-03-17)
614
### Change
715
- Change dist files so we use .mjs instead of .js, that way Next understands it needs to use the ESM version instead of the commonjs version.

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

0 commit comments

Comments
 (0)