Skip to content

Commit 944110e

Browse files
chore(main): release sdk 0.18.1 (#2010)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Justin R. Evans <[email protected]>
1 parent a52194e commit 944110e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-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.20.0",
33
"apps/extension": "0.5.0",
4-
"packages/sdk": "0.18.0",
4+
"packages/sdk": "0.18.1",
55
"packages/types": "0.6.0"
66
}

packages/sdk/CHANGELOG.md

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

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

11+
## [0.18.1](https://github.com/anoma/namada-interface/compare/[email protected]@v0.18.1) (2025-05-08)
12+
13+
14+
### Bug Fixes
15+
16+
* Bump SDK docks, trigger release ([#2008](https://github.com/anoma/namada-interface/issues/2008)) ([a52194e](https://github.com/anoma/namada-interface/commit/a52194e897cb77c224f47ff8021d9e914a473c99))
17+
* Update Rust toolchain in Dockerfiles ([#2002](https://github.com/anoma/namada-interface/pull/2002)) ([1f60c91](https://github.com/anoma/namada-interface/commit/b571d36612aca4b6f372eca3c9f95969b377bd69))
18+
* Updating Rust toolchain & SDK version ([#1999](https://github.com/anoma/namada-interface/pull/1999)) ([1f60c91](https://github.com/anoma/namada-interface/commit/27690857b836dcfca8263edda820de1df4bcf821))
19+
1120
## [0.18.0](https://github.com/anoma/namada-interface/compare/[email protected]@v0.18.0) (2025-04-18)
1221

1322

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.0",
3+
"version": "0.18.1",
44
"description": "Namada SDK package",
55
"exports": {
66
"./web": {

0 commit comments

Comments
 (0)