From e41f6c8dc714a0f29d8b1f79b5b11ec0a0da290c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 12:03:08 -0400 Subject: [PATCH] Version Packages (#200) 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@4.2.0 ### Minor Changes - cee6f8c: Update pulsechain metadata ### Patch Changes - b4bc397: Transfer ownership on everclear and oortmainnet to ICAs - 6a324fb: Adds missing collateral addresses to eclipse warp routes - 6a324fb: Add mailbox addresses to the chain metadata of SVM chains to get the warp UI working Co-authored-by: github-actions[bot] --- .changeset/angry-walls-shake.md | 5 ----- .changeset/hot-flies-speak.md | 5 ----- .changeset/tame-parrots-whisper.md | 5 ----- .changeset/wise-crabs-flow.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 6 files changed, 13 insertions(+), 21 deletions(-) delete mode 100644 .changeset/angry-walls-shake.md delete mode 100644 .changeset/hot-flies-speak.md delete mode 100644 .changeset/tame-parrots-whisper.md delete mode 100644 .changeset/wise-crabs-flow.md diff --git a/.changeset/angry-walls-shake.md b/.changeset/angry-walls-shake.md deleted file mode 100644 index f39e8f654..000000000 --- a/.changeset/angry-walls-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/registry': patch ---- - -Transfer ownership on everclear and oortmainnet to ICAs diff --git a/.changeset/hot-flies-speak.md b/.changeset/hot-flies-speak.md deleted file mode 100644 index 6702f093f..000000000 --- a/.changeset/hot-flies-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hyperlane-xyz/registry": minor ---- - -Update pulsechain metadata diff --git a/.changeset/tame-parrots-whisper.md b/.changeset/tame-parrots-whisper.md deleted file mode 100644 index 7084a2b65..000000000 --- a/.changeset/tame-parrots-whisper.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/registry': patch ---- - -Adds missing collateral addresses to eclipse warp routes diff --git a/.changeset/wise-crabs-flow.md b/.changeset/wise-crabs-flow.md deleted file mode 100644 index 07086f1e1..000000000 --- a/.changeset/wise-crabs-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/registry': patch ---- - -Add mailbox addresses to the chain metadata of SVM chains to get the warp UI working diff --git a/CHANGELOG.md b/CHANGELOG.md index a938869cd..68cee7a72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @hyperlane-xyz/registry +## 4.2.0 + +### Minor Changes + +- cee6f8c: Update pulsechain metadata + +### Patch Changes + +- b4bc397: Transfer ownership on everclear and oortmainnet to ICAs +- 6a324fb: Adds missing collateral addresses to eclipse warp routes +- 6a324fb: Add mailbox addresses to the chain metadata of SVM chains to get the warp UI working + ## 4.1.1 ### Patch Changes diff --git a/package.json b/package.json index 427295fde..f537d14b3 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": "4.1.1", + "version": "4.2.0", "dependencies": { "yaml": "2.4.5", "zod": "^3.21.2"