From 910d8160e7e75f5dddb59c60f3ce962419a1d89d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 16:23:57 -0500 Subject: [PATCH] Version Packages (#462) 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.12.0 ### Minor Changes - 243f404: add the USDT warp route from ethereum to superseed - 9a11b8b: Add SOON chain, add Bonk logo and metadata, make warp deploys without a config a warning - c8234fd: Deploy to torus. - 68bd1b1: add OP warp route to connect optimism and superseed ### Patch Changes - 62ccc4d: Add ethereum-ink USDC artifacts - 25dc7ff: update injective rpc URL - 33bc5bb: Add JC to Base and Zero - b5b1276: Add Miggles to Zero Network - 7c652c3: Add Brett artifacts Co-authored-by: github-actions[bot] --- .changeset/four-trees-taste.md | 5 ----- .changeset/gorgeous-rivers-shake.md | 5 ----- .changeset/hot-flowers-share.md | 5 ----- .changeset/orange-vans-admire.md | 5 ----- .changeset/short-windows-camp.md | 5 ----- .changeset/swift-months-provide.md | 5 ----- .changeset/twenty-papayas-rush.md | 5 ----- .changeset/twenty-pigs-yawn.md | 5 ----- .changeset/two-clouds-fly.md | 5 ----- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 11 files changed, 18 insertions(+), 46 deletions(-) delete mode 100644 .changeset/four-trees-taste.md delete mode 100644 .changeset/gorgeous-rivers-shake.md delete mode 100644 .changeset/hot-flowers-share.md delete mode 100644 .changeset/orange-vans-admire.md delete mode 100644 .changeset/short-windows-camp.md delete mode 100644 .changeset/swift-months-provide.md delete mode 100644 .changeset/twenty-papayas-rush.md delete mode 100644 .changeset/twenty-pigs-yawn.md delete mode 100644 .changeset/two-clouds-fly.md diff --git a/.changeset/four-trees-taste.md b/.changeset/four-trees-taste.md deleted file mode 100644 index 7dad0698c..000000000 --- a/.changeset/four-trees-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/registry': patch ---- - -Add ethereum-ink USDC artifacts diff --git a/.changeset/gorgeous-rivers-shake.md b/.changeset/gorgeous-rivers-shake.md deleted file mode 100644 index eae9f3a5f..000000000 --- a/.changeset/gorgeous-rivers-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/registry': minor ---- - -add the USDT warp route from ethereum to superseed diff --git a/.changeset/hot-flowers-share.md b/.changeset/hot-flowers-share.md deleted file mode 100644 index c169f4dbf..000000000 --- a/.changeset/hot-flowers-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/registry': minor ---- - -Add SOON chain, add Bonk logo and metadata, make warp deploys without a config a warning diff --git a/.changeset/orange-vans-admire.md b/.changeset/orange-vans-admire.md deleted file mode 100644 index bee559082..000000000 --- a/.changeset/orange-vans-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/registry': minor ---- - -Deploy to torus. diff --git a/.changeset/short-windows-camp.md b/.changeset/short-windows-camp.md deleted file mode 100644 index e9849d6f7..000000000 --- a/.changeset/short-windows-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/registry': patch ---- - -update injective rpc URL diff --git a/.changeset/swift-months-provide.md b/.changeset/swift-months-provide.md deleted file mode 100644 index ad05cbb9f..000000000 --- a/.changeset/swift-months-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/registry': patch ---- - -Add JC to Base and Zero diff --git a/.changeset/twenty-papayas-rush.md b/.changeset/twenty-papayas-rush.md deleted file mode 100644 index 3edec2cf4..000000000 --- a/.changeset/twenty-papayas-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/registry': patch ---- - -Add Miggles to Zero Network diff --git a/.changeset/twenty-pigs-yawn.md b/.changeset/twenty-pigs-yawn.md deleted file mode 100644 index 0f5e11e4b..000000000 --- a/.changeset/twenty-pigs-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/registry': minor ---- - -add OP warp route to connect optimism and superseed diff --git a/.changeset/two-clouds-fly.md b/.changeset/two-clouds-fly.md deleted file mode 100644 index 50f85c0c0..000000000 --- a/.changeset/two-clouds-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/registry': patch ---- - -Add Brett artifacts diff --git a/CHANGELOG.md b/CHANGELOG.md index 8601c0931..f62d8bdd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # @hyperlane-xyz/registry +## 6.12.0 + +### Minor Changes + +- 243f404: add the USDT warp route from ethereum to superseed +- 9a11b8b: Add SOON chain, add Bonk logo and metadata, make warp deploys without a config a warning +- c8234fd: Deploy to torus. +- 68bd1b1: add OP warp route to connect optimism and superseed + +### Patch Changes + +- 62ccc4d: Add ethereum-ink USDC artifacts +- 25dc7ff: update injective rpc URL +- 33bc5bb: Add JC to Base and Zero +- b5b1276: Add Miggles to Zero Network +- 7c652c3: Add Brett artifacts + ## 6.11.0 ### Minor Changes diff --git a/package.json b/package.json index b90bc98b1..e91813208 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.11.0", + "version": "6.12.0", "dependencies": { "yaml": "2.4.5", "zod": "^3.21.2"