Skip to content

Commit bd1c771

Browse files
author
Enrique A.
committed
Upgrade to 2.3.0
1 parent d0af8c1 commit bd1c771

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.3.0 (2026-06-05)
7+
8+
### Add
9+
10+
- Adds support to sign both messages and authorization entries using WalletConnect (
11+
following https://docs.freighter.app/mobile-walletconnect/signing)
12+
13+
### Fix
14+
15+
- It upgrades the Trezor libraries to the latest ALPHA releases. This is because when a website is using modern
16+
bundling (ESM only), the process breaks since the `@trezor/connect-plugin-stellar` package is looking for ESM code
17+
that isn't available in old `@trezor/connect-web` versions.
18+
619
### 2.2.0 (2026-05-08)
720

821
### Add

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

0 commit comments

Comments
 (0)