Skip to content

Commit 102e37b

Browse files
chore(main): release namadillo 1.11.0 (#1692)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4b59091 commit 102e37b

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.10.2",
2+
"apps/namadillo": "1.11.0",
33
"apps/extension": "0.4.1",
44
"packages/sdk": "0.16.0",
55
"packages/types": "0.4.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.11.0](https://github.com/anoma/namada-interface/compare/namadillo@v1.10.2...namadillo@v1.11.0) (2025-02-21)
4+
5+
6+
### Features
7+
8+
* Add transaction fee to claiming modal ([#1673](https://github.com/anoma/namada-interface/issues/1673)) ([d8b007e](https://github.com/anoma/namada-interface/commit/d8b007e873c9a18ff4b28dc3a3eb48a37adc452d))
9+
* Adding multicore as default option for Namadillo and publishing sdk packages automatically to npm ([#1582](https://github.com/anoma/namada-interface/issues/1582)) ([bdc90bd](https://github.com/anoma/namada-interface/commit/bdc90bdffd907f111d41840eef6c6e6df8077b7e))
10+
* Filtering assets with zero amount in it ([#1702](https://github.com/anoma/namada-interface/issues/1702)) ([2b4703b](https://github.com/anoma/namada-interface/commit/2b4703b03e7ffff6d2c04f9fef0f8a420f7fb532))
11+
* Filtering for non-zero transparent tokens ([#1705](https://github.com/anoma/namada-interface/issues/1705)) ([4b59091](https://github.com/anoma/namada-interface/commit/4b5909118932b92ddd96d1a8b40a9b25904084c2))
12+
13+
14+
### Bug Fixes
15+
16+
* Fix duplicated notifications ([#1667](https://github.com/anoma/namada-interface/issues/1667)) ([7166417](https://github.com/anoma/namada-interface/commit/7166417f64253d2e000030d445f87e71de8a4025))
17+
* General fixes on IBC Withdrawal, notifications and TransferModule ([#1701](https://github.com/anoma/namada-interface/issues/1701)) ([669fc15](https://github.com/anoma/namada-interface/commit/669fc15cf80d6de8a276f4bdd05b6f43ed96774b))
18+
* Remove trailing period on urls ([#1684](https://github.com/anoma/namada-interface/issues/1684)) ([1cfb9ca](https://github.com/anoma/namada-interface/commit/1cfb9caf5b904ce42f303888a5bfcb1b9e6370b9))
19+
* Truncate long token names in Select Asset modal ([#1694](https://github.com/anoma/namada-interface/issues/1694)) ([cb7d2ae](https://github.com/anoma/namada-interface/commit/cb7d2ae7720e8aedf29851f80351c5d9f5471d4c))
20+
* Updating docker & nginx configs for multicore ([#1620](https://github.com/anoma/namada-interface/issues/1620)) ([0ca9c04](https://github.com/anoma/namada-interface/commit/0ca9c04ca6b2ca0130d1a5e51946fdab0bf02f8a))
21+
322
## [1.10.2](https://github.com/anoma/namada-interface/compare/namadillo@v1.10.1...namadillo@v1.10.2) (2025-02-20)
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.10.2",
3+
"version": "1.11.0",
44
"description": "Namadillo",
55
"repository": "https://github.com/anoma/namada-interface/",
66
"author": "Heliax Dev <info@heliax.dev>",

0 commit comments

Comments
 (0)