From f0b47d56bad18996ff4b621eb50733309daeb3cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 15:16:55 +0300 Subject: [PATCH] chore(release): update monorepo packages versions (#1371) Co-authored-by: github-actions[bot] --- .changeset/selfish-penguins-deliver.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/selfish-penguins-deliver.md diff --git a/.changeset/selfish-penguins-deliver.md b/.changeset/selfish-penguins-deliver.md deleted file mode 100644 index 0f605063b..000000000 --- a/.changeset/selfish-penguins-deliver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphql-config': patch ---- - -Bump bob-the-bundler diff --git a/CHANGELOG.md b/CHANGELOG.md index a6e5ed94f..419b70922 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change log +## 5.0.2 + +### Patch Changes + +- [#1370](https://github.com/kamilkisiela/graphql-config/pull/1370) [`156e7c2`](https://github.com/kamilkisiela/graphql-config/commit/156e7c2cc128e4ec19f8e207bc040dd599132e38) Thanks [@gilgardosh](https://github.com/gilgardosh)! - Bump bob-the-bundler + ## 5.0.1 ### Patch Changes diff --git a/package.json b/package.json index c17d333df..42719f4d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-config", - "version": "5.0.1", + "version": "5.0.2", "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",