From 3a5046af4741aa3e0a07c17b2d4070045580407b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 13:18:08 +0200 Subject: [PATCH] Upcoming Release Changes (#1472) Co-authored-by: github-actions[bot] --- .changeset/light-wolves-happen.md | 7 ------- .changeset/seven-steaks-melt.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 .changeset/light-wolves-happen.md delete mode 100644 .changeset/seven-steaks-melt.md diff --git a/.changeset/light-wolves-happen.md b/.changeset/light-wolves-happen.md deleted file mode 100644 index d6b6462d3..000000000 --- a/.changeset/light-wolves-happen.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'graphql-config': minor ---- - -- fix loading esm js config - -- add support of `*.mjs` configs diff --git a/.changeset/seven-steaks-melt.md b/.changeset/seven-steaks-melt.md deleted file mode 100644 index c3928e6ab..000000000 --- a/.changeset/seven-steaks-melt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphql-config': patch ---- - -should not throw `pattern is too long` from minimatch dependency when SDL schema contain more than 65536 characters diff --git a/CHANGELOG.md b/CHANGELOG.md index 80df7c666..32064cfdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change log +## 5.1.0 + +### Minor Changes + +- [#1459](https://github.com/kamilkisiela/graphql-config/pull/1459) [`5eca929`](https://github.com/kamilkisiela/graphql-config/commit/5eca92966fece546d39db39e647158a1081cee46) Thanks [@dimaMachina](https://github.com/dimaMachina)! - - fix loading esm js config + + - add support of `*.mjs` configs + +### Patch Changes + +- [#1418](https://github.com/kamilkisiela/graphql-config/pull/1418) [`658f984`](https://github.com/kamilkisiela/graphql-config/commit/658f98427d620a9cb8ca6c18e415b75b087794b8) Thanks [@dimaMachina](https://github.com/dimaMachina)! - should not throw `pattern is too long` from minimatch dependency when SDL schema contain more than 65536 characters + ## 5.0.3 ### Patch Changes diff --git a/package.json b/package.json index c5d2415fe..a9119438e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-config", - "version": "5.0.3", + "version": "5.1.0", "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",