From 6f4c8fb971c5da9312e2b7e2be12d82b2f96508e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 15:04:28 +0000 Subject: [PATCH] Version Packages (#364) 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.0.0 ### Major Changes - b4a2bb2: Metadata migration for sept26 abacus works chains. Enforce domainId is within uint32 range. ### Minor Changes - 4e52093: Deploy to alephzeroevmtestnet and inksepolia, redeploy to arcadiatestnet. Co-authored-by: github-actions[bot] --- .changeset/four-ghosts-peel.md | 5 ----- .changeset/violet-lobsters-march.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/four-ghosts-peel.md delete mode 100644 .changeset/violet-lobsters-march.md diff --git a/.changeset/four-ghosts-peel.md b/.changeset/four-ghosts-peel.md deleted file mode 100644 index b9973a3e1..000000000 --- a/.changeset/four-ghosts-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/registry': major ---- - -Metadata migration for sept26 abacus works chains. Enforce domainId is within uint32 range. diff --git a/.changeset/violet-lobsters-march.md b/.changeset/violet-lobsters-march.md deleted file mode 100644 index 0d1a688ed..000000000 --- a/.changeset/violet-lobsters-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/registry': minor ---- - -Deploy to alephzeroevmtestnet and inksepolia, redeploy to arcadiatestnet. diff --git a/CHANGELOG.md b/CHANGELOG.md index 116ae01cd..6d3a1a126 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @hyperlane-xyz/registry +## 6.0.0 + +### Major Changes + +- b4a2bb2: Metadata migration for sept26 abacus works chains. Enforce domainId is within uint32 range. + +### Minor Changes + +- 4e52093: Deploy to alephzeroevmtestnet and inksepolia, redeploy to arcadiatestnet. + ## 5.1.0 ### Minor Changes diff --git a/package.json b/package.json index 9e14b49db..ad3f8b92a 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.1.0", + "version": "6.0.0", "dependencies": { "yaml": "2.4.5", "zod": "^3.21.2"