Skip to content

Commit 45ed67a

Browse files
chore(main): release sdk 0.19.1 (#2175)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2f4f662 commit 45ed67a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"apps/namadillo": "1.27.0",
33
"apps/extension": "0.8.1",
4-
"packages/sdk": "0.19.0",
4+
"packages/sdk": "0.19.1",
55
"packages/types": "0.7.0"
66
}

packages/sdk/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88

99
- enable panic hook in Rust SDK ([6393b82](https://github.com/anoma/namada-interface/commit/6393b8263320e0f6d137f4e015b982f17f7e497e))
1010

11+
## [0.19.1](https://github.com/anoma/namada-interface/compare/sdk@v0.19.0...sdk@v0.19.1) (2025-06-20)
12+
13+
14+
### Bug Fixes
15+
16+
* Use correct derivation path for masp signs using ledger AND sign all sapling inputs ([#2163](https://github.com/anoma/namada-interface/issues/2163)) ([96539ed](https://github.com/anoma/namada-interface/commit/96539ed2f9e06752e7cb595ab9029e5237c46c1b))
17+
1118
## [0.19.0](https://github.com/anoma/namada-interface/compare/sdk@v0.18.2...sdk@v0.19.0) (2025-06-06)
1219

1320

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@namada/sdk",
3-
"version": "0.19.0",
3+
"version": "0.19.1",
44
"description": "Namada SDK package",
55
"exports": {
66
"./web": {

0 commit comments

Comments
 (0)