From 72333daa10fd17d96ccdfdcd6219c6a95211a758 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 10:58:55 +0000 Subject: [PATCH] Version Packages (#83) 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.1 ### Patch Changes - fd10d86: Increase `confirmations` on mantle from 1 to 3 Co-authored-by: github-actions[bot] --- .changeset/fresh-walls-compete.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fresh-walls-compete.md diff --git a/.changeset/fresh-walls-compete.md b/.changeset/fresh-walls-compete.md deleted file mode 100644 index b26c72cdf..000000000 --- a/.changeset/fresh-walls-compete.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/registry': patch ---- - -Increase `confirmations` on mantle from 1 to 3 diff --git a/CHANGELOG.md b/CHANGELOG.md index c7b775cca..ee871c1f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @hyperlane-xyz/registry +## 2.2.1 + +### Patch Changes + +- fd10d86: Increase `confirmations` on mantle from 1 to 3 + ## 2.2.0 ### Minor Changes diff --git a/package.json b/package.json index f22b21ce5..9db8bd155 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.2.0", + "version": "2.2.1", "dependencies": { "yaml": "^2", "zod": "^3.21.2"