From 08c2a9fe317ad1079d57d0f24110988d183bf46c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 17:10:46 +0100 Subject: [PATCH] Upcoming Release Changes (#632) Co-authored-by: github-actions[bot] --- .changeset/fuzzy-cups-scream.md | 5 ----- .changeset/rich-countries-compare.md | 5 ----- packages/libraries/cli/CHANGELOG.md | 8 ++++++++ packages/libraries/cli/package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/fuzzy-cups-scream.md delete mode 100644 .changeset/rich-countries-compare.md diff --git a/.changeset/fuzzy-cups-scream.md b/.changeset/fuzzy-cups-scream.md deleted file mode 100644 index 83291b7ce6..0000000000 --- a/.changeset/fuzzy-cups-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-hive/cli': patch ---- - -Bump diff --git a/.changeset/rich-countries-compare.md b/.changeset/rich-countries-compare.md deleted file mode 100644 index 3c1c91446c..0000000000 --- a/.changeset/rich-countries-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-hive/cli': patch ---- - -Bump CLI diff --git a/packages/libraries/cli/CHANGELOG.md b/packages/libraries/cli/CHANGELOG.md index febc06bd1a..d6442559d0 100644 --- a/packages/libraries/cli/CHANGELOG.md +++ b/packages/libraries/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-hive/cli +## 0.19.4 + +### Patch Changes + +- [#631](https://github.com/kamilkisiela/graphql-hive/pull/631) [`d4ca981`](https://github.com/kamilkisiela/graphql-hive/commit/d4ca98180bd0b2910fb41f623c2f5abb1f4b9214) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Bump + +- [#631](https://github.com/kamilkisiela/graphql-hive/pull/631) [`d4ca981`](https://github.com/kamilkisiela/graphql-hive/commit/d4ca98180bd0b2910fb41f623c2f5abb1f4b9214) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Bump CLI + ## 0.19.3 ### Patch Changes diff --git a/packages/libraries/cli/package.json b/packages/libraries/cli/package.json index c7b9dec21b..1ef3fa14bd 100644 --- a/packages/libraries/cli/package.json +++ b/packages/libraries/cli/package.json @@ -1,7 +1,7 @@ { "name": "@graphql-hive/cli", "description": "A CLI util to manage and control your GraphQL Hive", - "version": "0.19.3", + "version": "0.19.4", "author": { "email": "contact@the-guild.dev", "name": "The Guild",