From 14836804e543a64cd3747cd6bbea6e245b6353b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 16:18:39 +0000 Subject: [PATCH] Version Packages (#356) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @hyperlane-xyz/registry@5.0.1 ### Patch Changes - b8850ac: Eclipse warp route fixes - 01506ea: Fix unit test flake timeout Co-authored-by: github-actions[bot] --- .changeset/poor-zoos-repair.md | 5 ----- .changeset/red-jobs-melt.md | 5 ----- CHANGELOG.md | 7 +++++++ package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changeset/poor-zoos-repair.md delete mode 100644 .changeset/red-jobs-melt.md diff --git a/.changeset/poor-zoos-repair.md b/.changeset/poor-zoos-repair.md deleted file mode 100644 index 7719001e0..000000000 --- a/.changeset/poor-zoos-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/registry': patch ---- - -Eclipse warp route fixes diff --git a/.changeset/red-jobs-melt.md b/.changeset/red-jobs-melt.md deleted file mode 100644 index 334b8cd74..000000000 --- a/.changeset/red-jobs-melt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/registry': patch ---- - -Fix unit test flake timeout diff --git a/CHANGELOG.md b/CHANGELOG.md index a35a1b5e3..6dd70eece 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @hyperlane-xyz/registry +## 5.0.1 + +### Patch Changes + +- b8850ac: Eclipse warp route fixes +- 01506ea: Fix unit test flake timeout + ## 5.0.0 ### Major Changes diff --git a/package.json b/package.json index c40f0151c..4b6c3e3ca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@hyperlane-xyz/registry", "description": "A collection of configs, artifacts, and schemas for Hyperlane", - "version": "5.0.0", + "version": "5.0.1", "dependencies": { "yaml": "2.4.5", "zod": "^3.21.2"