From ade931b881fb88b01f9b7923338a2e9b9f84bfc5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 10:58:41 -0600 Subject: [PATCH] Version Packages (#479) 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@6.13.0 ### Minor Changes - 9491843: Add rstETH/ethereum-zircuit Warp Route - 08a37ba: Add SOL and Bonk warp routes to Soon, update Solana ISM - 690e049: add new form warp routes for GAME WBTC aixBT and wstETH ### Patch Changes - c04a948: Add PNDR/bsc-ethereum-lumiaprism logoURI field" Co-authored-by: github-actions[bot] --- .changeset/early-olives-appear.md | 5 ----- .changeset/funny-zebras-count.md | 5 ----- .changeset/kind-tools-taste.md | 5 ----- .changeset/popular-ducks-thank.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 6 files changed, 13 insertions(+), 21 deletions(-) delete mode 100644 .changeset/early-olives-appear.md delete mode 100644 .changeset/funny-zebras-count.md delete mode 100644 .changeset/kind-tools-taste.md delete mode 100644 .changeset/popular-ducks-thank.md diff --git a/.changeset/early-olives-appear.md b/.changeset/early-olives-appear.md deleted file mode 100644 index c8b519bc8..000000000 --- a/.changeset/early-olives-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/registry': minor ---- - -Add rstETH/ethereum-zircuit Warp Route diff --git a/.changeset/funny-zebras-count.md b/.changeset/funny-zebras-count.md deleted file mode 100644 index fcc4d10c5..000000000 --- a/.changeset/funny-zebras-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/registry': minor ---- - -Add SOL and Bonk warp routes to Soon, update Solana ISM diff --git a/.changeset/kind-tools-taste.md b/.changeset/kind-tools-taste.md deleted file mode 100644 index bf6af4683..000000000 --- a/.changeset/kind-tools-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/registry': minor ---- - -add new form warp routes for GAME WBTC aixBT and wstETH diff --git a/.changeset/popular-ducks-thank.md b/.changeset/popular-ducks-thank.md deleted file mode 100644 index e13e79828..000000000 --- a/.changeset/popular-ducks-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/registry': patch ---- - -Add PNDR/bsc-ethereum-lumiaprism logoURI field" diff --git a/CHANGELOG.md b/CHANGELOG.md index f62d8bdd6..303017f49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @hyperlane-xyz/registry +## 6.13.0 + +### Minor Changes + +- 9491843: Add rstETH/ethereum-zircuit Warp Route +- 08a37ba: Add SOL and Bonk warp routes to Soon, update Solana ISM +- 690e049: add new form warp routes for GAME WBTC aixBT and wstETH + +### Patch Changes + +- c04a948: Add PNDR/bsc-ethereum-lumiaprism logoURI field" + ## 6.12.0 ### Minor Changes diff --git a/package.json b/package.json index e91813208..0f44e4ee8 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": "6.12.0", + "version": "6.13.0", "dependencies": { "yaml": "2.4.5", "zod": "^3.21.2"