Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apps/namadillo": "1.28.2",
"apps/namadillo": "1.29.0",
"apps/extension": "0.8.1",
"packages/sdk": "0.19.1",
"packages/types": "0.7.0"
Expand Down
21 changes: 21 additions & 0 deletions apps/namadillo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [1.29.0](https://github.com/anoma/namada-interface/compare/namadillo@v1.28.2...namadillo@v1.29.0) (2025-07-07)


### Features

* 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))


### Bug Fixes

* Bonded amount dollar value ([#2214](https://github.com/anoma/namada-interface/issues/2214)) ([552e2ba](https://github.com/anoma/namada-interface/commit/552e2baa305b0fea39354bac422c63c8cb0ebb97))
* Housefire tokens and type import ([#2203](https://github.com/anoma/namada-interface/issues/2203)) ([ecdbf4e](https://github.com/anoma/namada-interface/commit/ecdbf4e5561326f22fb8413d7387cab223320a2c))
* Ibc shielded deposits with nam ([#2191](https://github.com/anoma/namada-interface/issues/2191)) ([c54ef3e](https://github.com/anoma/namada-interface/commit/c54ef3ef2e393c28bb272ebd89fba67f5aca50ef))
* Red toast for partially successful transfers ([#2210](https://github.com/anoma/namada-interface/issues/2210)) ([ca3291c](https://github.com/anoma/namada-interface/commit/ca3291ccecf5908158078cb6f14287a18b7639f8))
* Remove blocker to loading assets ([#2192](https://github.com/anoma/namada-interface/issues/2192)) ([e5c0ef9](https://github.com/anoma/namada-interface/commit/e5c0ef9026801433b5da8c6f56f6c3b0a36a16ed))
* 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))
* Update indexer client ([#2197](https://github.com/anoma/namada-interface/issues/2197)) ([7492e84](https://github.com/anoma/namada-interface/commit/7492e8486c3dc367816397ed8166777f0b19d466))
* Update pagination on staking tables ([#2147](https://github.com/anoma/namada-interface/issues/2147)) ([765a579](https://github.com/anoma/namada-interface/commit/765a579d8f754e6a6a42b36ac3b0f72225e957ba))
* 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))
* Update unshield button with proper route ([#2189](https://github.com/anoma/namada-interface/issues/2189)) ([8653898](https://github.com/anoma/namada-interface/commit/865389833898b845f72adc265b2a90ca3dfff940))

## [1.28.3](https://github.com/anoma/namada-interface/compare/namadillo@v1.28.2...namadillo@v1.28.3) (2025-06-25)


Expand Down
2 changes: 1 addition & 1 deletion apps/namadillo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@namada/namadillo",
"version": "1.28.3",
"version": "1.29.0",
"description": "Namadillo",
"repository": "https://github.com/anoma/namada-interface/",
"author": "Heliax Dev <info@heliax.dev>",
Expand Down
Loading