From f04a6d04756a0cdbf4939001f27769160f4c962d Mon Sep 17 00:00:00 2001 From: Sam McCord Date: Thu, 21 Nov 2024 14:49:23 -0700 Subject: [PATCH] Version Packages (#279) Co-authored-by: github-actions[bot] --- .changeset/gold-ladybugs-relate.md | 5 ----- .changeset/real-suns-explode.md | 5 ----- packages/cli/CHANGELOG.md | 10 ++++++++++ packages/cli/package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/gold-ladybugs-relate.md delete mode 100644 .changeset/real-suns-explode.md diff --git a/.changeset/gold-ladybugs-relate.md b/.changeset/gold-ladybugs-relate.md deleted file mode 100644 index cef2d0cf..00000000 --- a/.changeset/gold-ladybugs-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@boostxyz/cli": patch ---- - -bugfix: route signature encoding correctly diff --git a/.changeset/real-suns-explode.md b/.changeset/real-suns-explode.md deleted file mode 100644 index 7e03d0f6..00000000 --- a/.changeset/real-suns-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@boostxyz/cli": minor ---- - -Make Validator and Allowlist optional in boost seed diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 94e47532..bc2ab9da 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # @boostxyz/cli +## 1.2.0 + +### Minor Changes + +- fa789d9: Make Validator and Allowlist optional in boost seed + +### Patch Changes + +- 66c8941: bugfix: route signature encoding correctly + ## 1.1.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index e4035815..b77004d6 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@boostxyz/cli", - "version": "1.1.0", + "version": "1.2.0", "description": "A repository of useful scripts to interact with the protocol", "repository": "https://github.com/boostxyz/boost-protocol", "author": "Boost Team",