Skip to content

Commit 282fe7d

Browse files
author
Enrique A.
committed
Upgrade to 2.5.0
1 parent 456a0cf commit 282fe7d

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
55

6+
### 2.5.0 (2026-06-24)
7+
8+
### Add
9+
10+
- Add new D'CENT wallet module (PR [#89](https://github.com/Creit-Tech/Stellar-Wallets-Kit/pull/98))
11+
12+
### Change
13+
14+
- Update the wallet connect dependencies (Upgrade reown/appkit to 1.8.21)
15+
- Disable tests when building the NPM module, tests run with Deno. We will move the tests to the @std library from Deno
16+
so they can run on all platforms
17+
618
### 2.4.0 (2026-06-24)
719

820
### Change

src/build_npm.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ await build({
9797
shims: {
9898
deno: false,
9999
},
100+
test: false,
100101
package: {
101102
name: denoFile.name.replace("@creit-tech", "@creit.tech"),
102103
version: denoFile.version,

src/deno.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": "2.4.0",
3+
"version": "2.5.0",
44
"license": "MIT",
55
"tasks": {
66
"build-npm": "deno run -A build_npm.ts",

0 commit comments

Comments
 (0)