Skip to content

Commit 094d2a4

Browse files
chore(main): release namadillo 1.29.0 (#2196)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 552e2ba commit 094d2a4

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-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.28.2",
2+
"apps/namadillo": "1.29.0",
33
"apps/extension": "0.8.1",
44
"packages/sdk": "0.19.1",
55
"packages/types": "0.7.0"

apps/namadillo/CHANGELOG.md

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

3+
## [1.29.0](https://github.com/anoma/namada-interface/compare/[email protected]@v1.29.0) (2025-07-07)
4+
5+
6+
### Features
7+
8+
* Pick gas fee token with enough balance ([#2206](https://github.com/anoma/namada-interface/issues/2206)) ([478b0e3](https://github.com/anoma/namada-interface/commit/478b0e3b38b7f195112c9c17eb594b67045a2ca4))
9+
10+
11+
### Bug Fixes
12+
13+
* Bonded amount dollar value ([#2214](https://github.com/anoma/namada-interface/issues/2214)) ([552e2ba](https://github.com/anoma/namada-interface/commit/552e2baa305b0fea39354bac422c63c8cb0ebb97))
14+
* Housefire tokens and type import ([#2203](https://github.com/anoma/namada-interface/issues/2203)) ([ecdbf4e](https://github.com/anoma/namada-interface/commit/ecdbf4e5561326f22fb8413d7387cab223320a2c))
15+
* Ibc shielded deposits with nam ([#2191](https://github.com/anoma/namada-interface/issues/2191)) ([c54ef3e](https://github.com/anoma/namada-interface/commit/c54ef3ef2e393c28bb272ebd89fba67f5aca50ef))
16+
* Red toast for partially successful transfers ([#2210](https://github.com/anoma/namada-interface/issues/2210)) ([ca3291c](https://github.com/anoma/namada-interface/commit/ca3291ccecf5908158078cb6f14287a18b7639f8))
17+
* Remove blocker to loading assets ([#2192](https://github.com/anoma/namada-interface/issues/2192)) ([e5c0ef9](https://github.com/anoma/namada-interface/commit/e5c0ef9026801433b5da8c6f56f6c3b0a36a16ed))
18+
* Remove deposit and withdraw tabs for transaction animation ([#2202](https://github.com/anoma/namada-interface/issues/2202)) ([2312c93](https://github.com/anoma/namada-interface/commit/2312c93a819ee874712c24395d941efc4ae17471))
19+
* Update indexer client ([#2197](https://github.com/anoma/namada-interface/issues/2197)) ([7492e84](https://github.com/anoma/namada-interface/commit/7492e8486c3dc367816397ed8166777f0b19d466))
20+
* Update pagination on staking tables ([#2147](https://github.com/anoma/namada-interface/issues/2147)) ([765a579](https://github.com/anoma/namada-interface/commit/765a579d8f754e6a6a42b36ac3b0f72225e957ba))
21+
* Update ranking on shielded fungible table and transparent table ([#2190](https://github.com/anoma/namada-interface/issues/2190)) ([bccae15](https://github.com/anoma/namada-interface/commit/bccae15b32d721fe83ff4fb74d7a68778e3ef3b1))
22+
* Update unshield button with proper route ([#2189](https://github.com/anoma/namada-interface/issues/2189)) ([8653898](https://github.com/anoma/namada-interface/commit/865389833898b845f72adc265b2a90ca3dfff940))
23+
324
## [1.28.3](https://github.com/anoma/namada-interface/compare/[email protected]@v1.28.3) (2025-06-25)
425

526

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

0 commit comments

Comments
 (0)