From b8d6eea4c7f7c83d8680fa1621d107542aa5e412 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 17:07:11 +0300 Subject: [PATCH] chore(release): update monorepo packages versions (#1487) Co-authored-by: github-actions[bot] --- .changeset/hip-badgers-thank.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/hip-badgers-thank.md diff --git a/.changeset/hip-badgers-thank.md b/.changeset/hip-badgers-thank.md deleted file mode 100644 index 34cb0811f..000000000 --- a/.changeset/hip-badgers-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphql-config': patch ---- - -Update minimatch diff --git a/CHANGELOG.md b/CHANGELOG.md index 32064cfdc..bc86f1298 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change log +## 5.1.1 + +### Patch Changes + +- [#1481](https://github.com/kamilkisiela/graphql-config/pull/1481) [`5d00c94`](https://github.com/kamilkisiela/graphql-config/commit/5d00c94fafb220a9e101c192bffcce70dc194b75) Thanks [@renovate](https://github.com/apps/renovate)! - Update minimatch + ## 5.1.0 ### Minor Changes diff --git a/package.json b/package.json index ea67cabf9..cea7e12bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-config", - "version": "5.1.0", + "version": "5.1.1", "description": "The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)", "sideEffects": false, "main": "dist/cjs/index.js",