From f9582fe98952c16bda6073e1e718381caa9b2318 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 14:59:05 +0000 Subject: [PATCH] Version Packages (#76) 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@2.2.0 ### Minor Changes - b6e2136: Add core deployment for Fuse chain - 145f085: Adding config for Zora chain to registry - a9403b0: Added core deployment for arthera testnet - fef0561: Add Base Sepolia chain - 0f636ee: Add metadata for BOB, Mantle and Taiko ### Patch Changes - 414fc5b: Mark Aribtrum Sepolia as testnet Co-authored-by: github-actions[bot] --- .changeset/lucky-boats-think.md | 5 ----- .changeset/mean-items-tie.md | 5 ----- .changeset/odd-jeans-yawn.md | 5 ----- .changeset/popular-panthers-promise.md | 5 ----- .changeset/small-ghosts-smoke.md | 5 ----- .changeset/tidy-lions-visit.md | 5 ----- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 8 files changed, 15 insertions(+), 31 deletions(-) delete mode 100644 .changeset/lucky-boats-think.md delete mode 100644 .changeset/mean-items-tie.md delete mode 100644 .changeset/odd-jeans-yawn.md delete mode 100644 .changeset/popular-panthers-promise.md delete mode 100644 .changeset/small-ghosts-smoke.md delete mode 100644 .changeset/tidy-lions-visit.md diff --git a/.changeset/lucky-boats-think.md b/.changeset/lucky-boats-think.md deleted file mode 100644 index ef1937dd..00000000 --- a/.changeset/lucky-boats-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hyperlane-xyz/registry": minor ---- - -Add core deployment for Fuse chain diff --git a/.changeset/mean-items-tie.md b/.changeset/mean-items-tie.md deleted file mode 100644 index b2bc9e10..00000000 --- a/.changeset/mean-items-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/registry': minor ---- - -Adding config for Zora chain to registry diff --git a/.changeset/odd-jeans-yawn.md b/.changeset/odd-jeans-yawn.md deleted file mode 100644 index d2539da1..00000000 --- a/.changeset/odd-jeans-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hyperlane-xyz/registry": patch ---- - -Mark Aribtrum Sepolia as testnet diff --git a/.changeset/popular-panthers-promise.md b/.changeset/popular-panthers-promise.md deleted file mode 100644 index dc207d8a..00000000 --- a/.changeset/popular-panthers-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/registry': minor ---- - -Added core deployment for arthera testnet diff --git a/.changeset/small-ghosts-smoke.md b/.changeset/small-ghosts-smoke.md deleted file mode 100644 index e172938e..00000000 --- a/.changeset/small-ghosts-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hyperlane-xyz/registry": minor ---- - -Add Base Sepolia chain diff --git a/.changeset/tidy-lions-visit.md b/.changeset/tidy-lions-visit.md deleted file mode 100644 index 24d8818b..00000000 --- a/.changeset/tidy-lions-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/registry': minor ---- - -Add metadata for BOB, Mantle and Taiko diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c431a9f..c7b775cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @hyperlane-xyz/registry +## 2.2.0 + +### Minor Changes + +- b6e2136: Add core deployment for Fuse chain +- 145f085: Adding config for Zora chain to registry +- a9403b0: Added core deployment for arthera testnet +- fef0561: Add Base Sepolia chain +- 0f636ee: Add metadata for BOB, Mantle and Taiko + +### Patch Changes + +- 414fc5b: Mark Aribtrum Sepolia as testnet + ## 2.1.1 ### Patch Changes diff --git a/package.json b/package.json index 5b40343b..f22b21ce 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": "2.1.1", + "version": "2.2.0", "dependencies": { "yaml": "^2", "zod": "^3.21.2"