From 1e8019b6aa512936ba8f622ca0b6a17dda319901 Mon Sep 17 00:00:00 2001 From: TheGuildBot <59414373+theguild-bot@users.noreply.github.com> Date: Thu, 7 Nov 2024 14:12:18 +0200 Subject: [PATCH] chore(release): update monorepo packages versions (#7899) Co-authored-by: github-actions[bot] --- .changeset/new-zebras-own.md | 5 ----- packages/legacy/migrate-config-cli/CHANGELOG.md | 7 +++++++ packages/legacy/migrate-config-cli/package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/new-zebras-own.md diff --git a/.changeset/new-zebras-own.md b/.changeset/new-zebras-own.md deleted file mode 100644 index db0e9813a5038..0000000000000 --- a/.changeset/new-zebras-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-mesh/migrate-config-cli': patch ---- - -Fix for openapi support diff --git a/packages/legacy/migrate-config-cli/CHANGELOG.md b/packages/legacy/migrate-config-cli/CHANGELOG.md index 458b022e27732..76f2c76070388 100644 --- a/packages/legacy/migrate-config-cli/CHANGELOG.md +++ b/packages/legacy/migrate-config-cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/migrate-config-cli +## 1.2.2 + +### Patch Changes + +- [`c365684`](https://github.com/ardatan/graphql-mesh/commit/c3656845e8f469c83410b8f57b11993a3f04facb) + Thanks [@ardatan](https://github.com/ardatan)! - Fix for openapi support + ## 1.2.1 ### Patch Changes diff --git a/packages/legacy/migrate-config-cli/package.json b/packages/legacy/migrate-config-cli/package.json index 46d2a0f3dcb3d..58a3d44512590 100644 --- a/packages/legacy/migrate-config-cli/package.json +++ b/packages/legacy/migrate-config-cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/migrate-config-cli", - "version": "1.2.1", + "version": "1.2.2", "type": "module", "repository": { "type": "git",