From 132f01e3b9855f5b0c61693867406876058a4759 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 14:31:56 +0000 Subject: [PATCH 1/2] chore(main): release namadillo 1.20.1 --- .release-please-manifest.json | 2 +- apps/namadillo/CHANGELOG.md | 7 +++++++ apps/namadillo/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2a92849c11..536d541052 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "apps/namadillo": "1.20.0", + "apps/namadillo": "1.20.1", "apps/extension": "0.5.0", "packages/sdk": "0.18.0", "packages/types": "0.6.0" diff --git a/apps/namadillo/CHANGELOG.md b/apps/namadillo/CHANGELOG.md index d93f9ca98f..dde039e126 100644 --- a/apps/namadillo/CHANGELOG.md +++ b/apps/namadillo/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.20.1](https://github.com/anoma/namada-interface/compare/namadillo@v1.20.0...namadillo@v1.20.1) (2025-05-08) + + +### Bug Fixes + +* Bump indexer to 3.0.1 ([#2007](https://github.com/anoma/namada-interface/issues/2007)) ([1f60c91](https://github.com/anoma/namada-interface/commit/1f60c9188ebafe62049e6037355b97415bf7e524)) + ## [1.20.0](https://github.com/anoma/namada-interface/compare/namadillo@v1.19.0...namadillo@v1.20.0) (2025-04-29) diff --git a/apps/namadillo/package.json b/apps/namadillo/package.json index f012072b9c..5222315fe4 100644 --- a/apps/namadillo/package.json +++ b/apps/namadillo/package.json @@ -1,6 +1,6 @@ { "name": "@namada/namadillo", - "version": "1.20.0", + "version": "1.20.1", "description": "Namadillo", "repository": "https://github.com/anoma/namada-interface/", "author": "Heliax Dev ", From f88001a4f52a55bd50c75298fea6deeada70af6d Mon Sep 17 00:00:00 2001 From: "Justin R. Evans" Date: Thu, 8 May 2025 11:03:56 -0400 Subject: [PATCH 2/2] fix: fix changelogs --- apps/namadillo/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/namadillo/CHANGELOG.md b/apps/namadillo/CHANGELOG.md index dde039e126..93b4b8615e 100644 --- a/apps/namadillo/CHANGELOG.md +++ b/apps/namadillo/CHANGELOG.md @@ -6,6 +6,9 @@ ### Bug Fixes * Bump indexer to 3.0.1 ([#2007](https://github.com/anoma/namada-interface/issues/2007)) ([1f60c91](https://github.com/anoma/namada-interface/commit/1f60c9188ebafe62049e6037355b97415bf7e524)) +* Update Rust toolchain in Dockerfiles ([#2002](https://github.com/anoma/namada-interface/pull/2002)) ([b571d36](https://github.com/anoma/namada-interface/commit/b571d36612aca4b6f372eca3c9f95969b377bd69)) +* Update gas claiming estimate ([#2001](https://github.com/anoma/namada-interface/pull/2001)) ([10b258c](https://github.com/anoma/namada-interface/commit/10b258cf9f0b5f7e7d0dde00fa44c8efb5d38bff)) +* Updating Rust toolchain & SDK version ([#1999](https://github.com/anoma/namada-interface/pull/1999)) ([2769085](https://github.com/anoma/namada-interface/commit/27690857b836dcfca8263edda820de1df4bcf821)) ## [1.20.0](https://github.com/anoma/namada-interface/compare/namadillo@v1.19.0...namadillo@v1.20.0) (2025-04-29)