From 7b582ae4fa9fc0feb91b1f7eae136c1fb1a327b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 22:53:14 -0300 Subject: [PATCH] [changesets] Apply version updates (#455) Co-authored-by: github-actions[bot] --- .changeset/orange-dodos-sparkle.md | 5 ----- apps/maestro/CHANGELOG.md | 6 ++++++ apps/maestro/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/orange-dodos-sparkle.md diff --git a/.changeset/orange-dodos-sparkle.md b/.changeset/orange-dodos-sparkle.md deleted file mode 100644 index 442516205..000000000 --- a/.changeset/orange-dodos-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@axelarjs/maestro": patch ---- - -fix search interchain tokens query issue where it was only looking at the results for the first chain searched diff --git a/apps/maestro/CHANGELOG.md b/apps/maestro/CHANGELOG.md index 9e1264d92..bd7f7ce7a 100644 --- a/apps/maestro/CHANGELOG.md +++ b/apps/maestro/CHANGELOG.md @@ -1,5 +1,11 @@ # @axelarjs/maestro +## 0.3.26 + +### Patch Changes + +- [#454](https://github.com/axelarnetwork/axelarjs/pull/454) [`649ec35ad543c44fd6eb73ee18a184952b9e7598`](https://github.com/axelarnetwork/axelarjs/commit/649ec35ad543c44fd6eb73ee18a184952b9e7598) Thanks [@SGiaccobasso](https://github.com/SGiaccobasso)! - fix search interchain tokens query issue where it was only looking at the results for the first chain searched + ## 0.3.25 ### Patch Changes diff --git a/apps/maestro/package.json b/apps/maestro/package.json index 23be1bff0..b255198c8 100644 --- a/apps/maestro/package.json +++ b/apps/maestro/package.json @@ -1,6 +1,6 @@ { "name": "@axelarjs/maestro", - "version": "0.3.25", + "version": "0.3.26", "private": true, "publishConfig": { "access": "restricted"