Skip to content

Commit f3121a3

Browse files
chore(main): release namadillo 1.18.0 (#1890)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent caea8fa commit f3121a3

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-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.17.0",
2+
"apps/namadillo": "1.18.0",
33
"apps/extension": "0.5.0",
44
"packages/sdk": "0.17.0",
55
"packages/types": "0.5.0"

apps/namadillo/CHANGELOG.md

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

3+
## [1.18.0](https://github.com/anoma/namada-interface/compare/[email protected]@v1.18.0) (2025-03-12)
4+
5+
6+
### Features
7+
8+
* Check namadillo version to invalidate shielded context ([#1887](https://github.com/anoma/namada-interface/issues/1887)) ([352e547](https://github.com/anoma/namada-interface/commit/352e5473ebee93028dec43ad492b435af04499a6))
9+
* Handling new proposal types ([#1899](https://github.com/anoma/namada-interface/issues/1899)) ([caea8fa](https://github.com/anoma/namada-interface/commit/caea8fa1854f3307138fe0cb41a650121c84a1dc))
10+
* Improve sync indicator error message ([#1892](https://github.com/anoma/namada-interface/issues/1892)) ([024ed2d](https://github.com/anoma/namada-interface/commit/024ed2d404f6c3cd7bbe5e4018267a1a05faa8d6))
11+
12+
13+
### Bug Fixes
14+
15+
* Add z-index to prevent address hiding in IBC transfer ([a61f13e](https://github.com/anoma/namada-interface/commit/a61f13e40664b67f7e9fa05763a47c3b6f969a8c))
16+
* Add z-index to prevent address hiding in IBC transfer ([bac2265](https://github.com/anoma/namada-interface/commit/bac2265ce9e9f505b77372937c72725c223ce3f8))
17+
* Fix notification toast pending ([#1894](https://github.com/anoma/namada-interface/issues/1894)) ([66ba33d](https://github.com/anoma/namada-interface/commit/66ba33dde1febf445c4721372c15b0ff8d8c9de8))
18+
* Fixing transaction receipt details not appearing for shielding transfers ([#1897](https://github.com/anoma/namada-interface/issues/1897)) ([17ac8f8](https://github.com/anoma/namada-interface/commit/17ac8f8bfd6cce62cb34a337fd026a3b01cd5956))
19+
* Fixing unshield, shield and other transactions ([#1893](https://github.com/anoma/namada-interface/issues/1893)) ([0d0cfaa](https://github.com/anoma/namada-interface/commit/0d0cfaac8eda724a5d1e16d400a8f3b8cbaf879d))
20+
* **ibc-withdraw:** Fixing wallet address after selecting a new chain ([597bcb7](https://github.com/anoma/namada-interface/commit/597bcb763ba4a18ccc69ac47b76b0bae5332dcca))
21+
* **ibc-withdraw:** Fixing wallet address after selecting a new chain ([fe2d80b](https://github.com/anoma/namada-interface/commit/fe2d80b8086bb828d78054d64f82a6954d8d801f))
22+
* Settings ([90580ba](https://github.com/anoma/namada-interface/commit/90580ba1be098fb753039f588cf00b84de961243))
23+
* Tokens sometimes not rendering correctly after refreshing masp page ([a457df7](https://github.com/anoma/namada-interface/commit/a457df703f387106f433b61b9b2deed6d37f61b9))
24+
* Tokens sometimes not rendering correctly after refreshing masp page ([ca288be](https://github.com/anoma/namada-interface/commit/ca288be72d3056cb4b2678ddb082847b634753f4))
25+
326
## [1.17.0](https://github.com/anoma/namada-interface/compare/[email protected]@v1.17.0) (2025-03-10)
427

528

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.17.0",
3+
"version": "1.18.0",
44
"description": "Namadillo",
55
"repository": "https://github.com/anoma/namada-interface/",
66
"author": "Heliax Dev <[email protected]>",

0 commit comments

Comments
 (0)