Skip to content

Commit 7c7e9a3

Browse files
chore(main): release namadillo 1.21.0 (#2023)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b7514c1 commit 7c7e9a3

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"apps/namadillo": "1.20.2",
2+
"apps/namadillo": "1.21.0",
33
"apps/extension": "0.5.0",
44
"packages/sdk": "0.18.1",
55
"packages/types": "0.6.0"

apps/namadillo/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [1.21.0](https://github.com/anoma/namada-interface/compare/namadillo@v1.20.2...namadillo@v1.21.0) (2025-05-22)
4+
5+
6+
### Features
7+
8+
* Add Stake transactions to History view ([#2015](https://github.com/anoma/namada-interface/issues/2015)) ([b163061](https://github.com/anoma/namada-interface/commit/b1630610919bfc9f0532630c2ad6a440f7cf1214))
9+
* Change query tx status loop ([#2034](https://github.com/anoma/namada-interface/issues/2034)) ([b7514c1](https://github.com/anoma/namada-interface/commit/b7514c13a686aea842ea30ecaa42f67c52238b1b))
10+
* Improve error message on wasm errors ([#2025](https://github.com/anoma/namada-interface/issues/2025)) ([0f4f046](https://github.com/anoma/namada-interface/commit/0f4f046f2cf2e5f3d4ed712f1ef7f2762f6be79a))
11+
* Update new staking section features for v2 ([#2028](https://github.com/anoma/namada-interface/issues/2028)) ([536b30b](https://github.com/anoma/namada-interface/commit/536b30bb56b0cd37e87c40e245f932399bf47099))
12+
13+
14+
### Bug Fixes
15+
16+
* Namadillo v2 fixes ([#1994](https://github.com/anoma/namada-interface/issues/1994)) ([2b7293d](https://github.com/anoma/namada-interface/commit/2b7293df51414bcbb183283e48f8fa7faece41c5))
17+
* Restore transaction details page ([#2022](https://github.com/anoma/namada-interface/issues/2022)) ([17f9cce](https://github.com/anoma/namada-interface/commit/17f9ccecb1950d0bcf222ee956d25087deaaf38e))
18+
* Show Staking sidebar button even if there is 0 to claim ([#2024](https://github.com/anoma/namada-interface/issues/2024)) ([9b155e2](https://github.com/anoma/namada-interface/commit/9b155e24cb55ed01ec2c375ee079c26c521b0b9b))
19+
* Update sdk lnk to npmjs ([#1997](https://github.com/anoma/namada-interface/issues/1997)) ([f021951](https://github.com/anoma/namada-interface/commit/f021951fafd95abdc737a258e75306a9ea99d252))
20+
* Use circle version of neutron chain ([#2021](https://github.com/anoma/namada-interface/issues/2021)) ([351376e](https://github.com/anoma/namada-interface/commit/351376eeeb3c796248c2f43a3c7c5174f2170aaa))
21+
322
## [1.20.2](https://github.com/anoma/namada-interface/compare/namadillo@v1.20.1...namadillo@v1.20.2) (2025-05-13)
423

524

apps/namadillo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@namada/namadillo",
3-
"version": "1.20.2",
3+
"version": "1.21.0",
44
"description": "Namadillo",
55
"repository": "https://github.com/anoma/namada-interface/",
66
"author": "Heliax Dev <info@heliax.dev>",

0 commit comments

Comments
 (0)