From c93a681f9752845c87b33275e9ffd509335e3d0f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 20:45:23 +0000 Subject: [PATCH] Version Packages (#418) 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.5.0 ### Minor Changes - 61de602: Add Swell to PZETH warp route - 61de602: Add usdc and usdt swell Co-authored-by: github-actions[bot] --- .changeset/old-planes-protect.md | 5 ----- .changeset/popular-yaks-travel.md | 5 ----- CHANGELOG.md | 7 +++++++ package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changeset/old-planes-protect.md delete mode 100644 .changeset/popular-yaks-travel.md diff --git a/.changeset/old-planes-protect.md b/.changeset/old-planes-protect.md deleted file mode 100644 index 55d49460e..000000000 --- a/.changeset/old-planes-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/registry': minor ---- - -Add Swell to PZETH warp route diff --git a/.changeset/popular-yaks-travel.md b/.changeset/popular-yaks-travel.md deleted file mode 100644 index 757e97ee7..000000000 --- a/.changeset/popular-yaks-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/registry': minor ---- - -Add usdc and usdt swell diff --git a/CHANGELOG.md b/CHANGELOG.md index 572412e6b..14e0f41ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @hyperlane-xyz/registry +## 6.5.0 + +### Minor Changes + +- 61de602: Add Swell to PZETH warp route +- 61de602: Add usdc and usdt swell + ## 6.4.0 ### Minor Changes diff --git a/package.json b/package.json index a31004787..bc1206ca2 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.4.0", + "version": "6.5.0", "dependencies": { "yaml": "2.4.5", "zod": "^3.21.2"