From d3e02794f6f9526d1fe8626608b8e78b9200a901 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 09:09:24 +0000 Subject: [PATCH] chore(main): release namadillo 1.29.0 --- .release-please-manifest.json | 2 +- apps/namadillo/CHANGELOG.md | 21 +++++++++++++++++++++ apps/namadillo/package.json | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5989913b12..ca8e25c0bd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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" diff --git a/apps/namadillo/CHANGELOG.md b/apps/namadillo/CHANGELOG.md index 0bf555319f..64964db16c 100644 --- a/apps/namadillo/CHANGELOG.md +++ b/apps/namadillo/CHANGELOG.md @@ -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) diff --git a/apps/namadillo/package.json b/apps/namadillo/package.json index 447848794d..66bae3519d 100644 --- a/apps/namadillo/package.json +++ b/apps/namadillo/package.json @@ -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 ",