diff --git a/.changeset/graphql-modules-2233-dependencies.md b/.changeset/graphql-modules-2233-dependencies.md deleted file mode 100644 index 8be49ce50d..0000000000 --- a/.changeset/graphql-modules-2233-dependencies.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"graphql-modules": patch ---- - -dependencies updates: - -- Updated dependency [`@graphql-tools/schema@^9.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/schema/v/^9.0.0) (was `^8.3.1`, in `dependencies`) -- Updated dependency [`@graphql-tools/wrap@^9.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/wrap/v/^9.0.0) (was `^8.3.1`, in `dependencies`) diff --git a/.changeset/tough-papayas-hammer.md b/.changeset/tough-papayas-hammer.md deleted file mode 100644 index 25d7d465c2..0000000000 --- a/.changeset/tough-papayas-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphql-modules': patch ---- - -Fix missing attributes in package.json (as preparation for TS 5.0) diff --git a/packages/graphql-modules/CHANGELOG.md b/packages/graphql-modules/CHANGELOG.md index f9a0354040..4364c06bc2 100644 --- a/packages/graphql-modules/CHANGELOG.md +++ b/packages/graphql-modules/CHANGELOG.md @@ -1,5 +1,16 @@ # graphql-modules +## 2.1.1 + +### Patch Changes + +- [#2233](https://github.com/Urigo/graphql-modules/pull/2233) [`1d6b7fb7`](https://github.com/Urigo/graphql-modules/commit/1d6b7fb7a7c9021f4a052825a0951ab948ef684f) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: + + - Updated dependency [`@graphql-tools/schema@^9.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/schema/v/^9.0.0) (was `^8.3.1`, in `dependencies`) + - Updated dependency [`@graphql-tools/wrap@^9.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/wrap/v/^9.0.0) (was `^8.3.1`, in `dependencies`) + +- [#2324](https://github.com/Urigo/graphql-modules/pull/2324) [`42599bfe`](https://github.com/Urigo/graphql-modules/commit/42599bfe2d5c19151f840d3fa05ed6fa00a5c487) Thanks [@patrickjm](https://github.com/patrickjm)! - Fix missing attributes in package.json (as preparation for TS 5.0) + ## 2.1.0 ### Minor Changes diff --git a/packages/graphql-modules/package.json b/packages/graphql-modules/package.json index 981eb570fd..3596f5c030 100644 --- a/packages/graphql-modules/package.json +++ b/packages/graphql-modules/package.json @@ -8,7 +8,7 @@ "typescript", "the-guild" ], - "version": "2.1.0", + "version": "2.1.1", "author": "Kamil Kisiela", "license": "MIT", "sideEffects": false,