Skip to content

Commit af5ea6c

Browse files
chore(main): release sdk 0.18.2 (#2054)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7495e35 commit af5ea6c

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.21.0",
33
"apps/extension": "0.5.0",
4-
"packages/sdk": "0.18.1",
4+
"packages/sdk": "0.18.2",
55
"packages/types": "0.6.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.18.2](https://github.com/anoma/namada-interface/compare/[email protected]@v0.18.2) (2025-05-28)
12+
13+
14+
### Bug Fixes
15+
16+
* Add missing Ledger dependency ([#2050](https://github.com/anoma/namada-interface/issues/2050)) ([7495e35](https://github.com/anoma/namada-interface/commit/7495e3597c21e5116a9ef77f2e184f53cabb47ee))
17+
1118
## [0.18.1](https://github.com/anoma/namada-interface/compare/[email protected]@v0.18.1) (2025-05-08)
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.18.1",
3+
"version": "0.18.2",
44
"description": "Namada SDK package",
55
"exports": {
66
"./web": {

0 commit comments

Comments
 (0)