Skip to content

Commit

Permalink
chore(main): release sdk 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 28, 2025
1 parent 75f5c3e commit 04be730
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"apps/namadillo": "1.14.0",
"apps/extension": "0.4.1",
"packages/sdk": "0.16.0",
"packages/sdk": "0.17.0",
"packages/types": "0.4.0"
}
7 changes: 7 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@

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

## [0.17.0](https://github.com/anoma/namada-interface/compare/sdk@v0.16.0...sdk@v0.17.0) (2025-02-28)


### Features

* Extension - Add view and import Spending Key ([#1744](https://github.com/anoma/namada-interface/issues/1744)) ([8306f47](https://github.com/anoma/namada-interface/commit/8306f47aefc51bb4da1f5466637f3697ef87dcbf))

## [0.16.0](https://github.com/anoma/namada-interface/compare/sdk@v0.15.0...sdk@v0.16.0) (2025-02-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@namada/sdk",
"version": "0.16.0",
"version": "0.17.0",
"description": "Namada SDK package",
"exports": {
"./web": {
Expand Down

0 comments on commit 04be730

Please sign in to comment.