From b27f65c0af67dc68f7d42af60bb1da0e79843824 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 16:51:11 -0500 Subject: [PATCH] Version Packages (#529) 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@7.3.0 ### Minor Changes - 83cd45d: Add gnosisSafeTransactionServiceUrl for zksync-stack mainnets. ### Patch Changes - b7b0034: Removes ownerOverrides for CBBTC, ETH (viction), PumpBTC (Sei) Co-authored-by: github-actions[bot] --- .changeset/little-pants-relate.md | 5 ----- .changeset/nervous-elephants-flash.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/little-pants-relate.md delete mode 100644 .changeset/nervous-elephants-flash.md diff --git a/.changeset/little-pants-relate.md b/.changeset/little-pants-relate.md deleted file mode 100644 index 83f2d6bec..000000000 --- a/.changeset/little-pants-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/registry': patch ---- - -Removes ownerOverrides for CBBTC, ETH (viction), PumpBTC (Sei) diff --git a/.changeset/nervous-elephants-flash.md b/.changeset/nervous-elephants-flash.md deleted file mode 100644 index b6f32e0ce..000000000 --- a/.changeset/nervous-elephants-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/registry': minor ---- - -Add gnosisSafeTransactionServiceUrl for zksync-stack mainnets. diff --git a/CHANGELOG.md b/CHANGELOG.md index 808667826..52e9c7f41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @hyperlane-xyz/registry +## 7.3.0 + +### Minor Changes + +- 83cd45d: Add gnosisSafeTransactionServiceUrl for zksync-stack mainnets. + +### Patch Changes + +- b7b0034: Removes ownerOverrides for CBBTC, ETH (viction), PumpBTC (Sei) + ## 7.2.2 ### Patch Changes diff --git a/package.json b/package.json index 8bbf77d3f..ec0da3a98 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": "7.2.2", + "version": "7.3.0", "dependencies": { "yaml": "2.4.5", "zod": "^3.21.2"