From 9de933ad0bf6e7360ceab80682597501a636bb0f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 3 Oct 2025 11:27:35 +0000 Subject: [PATCH] chore(release): update monorepo packages versions --- .changeset/nice-eels-press.md | 6 ------ packages/graphql-modules/CHANGELOG.md | 6 ++++++ packages/graphql-modules/package.json | 2 +- website/CHANGELOG.md | 7 +++++++ website/package.json | 2 +- 5 files changed, 15 insertions(+), 8 deletions(-) delete mode 100644 .changeset/nice-eels-press.md create mode 100644 website/CHANGELOG.md diff --git a/.changeset/nice-eels-press.md b/.changeset/nice-eels-press.md deleted file mode 100644 index 214ccec26c..0000000000 --- a/.changeset/nice-eels-press.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'graphql-modules': minor -'website': patch ---- - -Enabled support for resolver extensions for compatibility with such libraries as grafast or graphql-query-complexity diff --git a/packages/graphql-modules/CHANGELOG.md b/packages/graphql-modules/CHANGELOG.md index cb5446cf48..1b08f670dd 100644 --- a/packages/graphql-modules/CHANGELOG.md +++ b/packages/graphql-modules/CHANGELOG.md @@ -1,5 +1,11 @@ # graphql-modules +## 3.1.0 + +### Minor Changes + +- [#2618](https://github.com/graphql-hive/graphql-modules/pull/2618) [`55518d0`](https://github.com/graphql-hive/graphql-modules/commit/55518d0ebd392b4dcd84f2ad919b141ff4d3f2b2) Thanks [@vlad-x](https://github.com/vlad-x)! - Enabled support for resolver extensions for compatibility with such libraries as grafast or graphql-query-complexity + ## 3.0.0 ### Major Changes diff --git a/packages/graphql-modules/package.json b/packages/graphql-modules/package.json index 7e6f010876..6d22ca75b0 100644 --- a/packages/graphql-modules/package.json +++ b/packages/graphql-modules/package.json @@ -8,7 +8,7 @@ "typescript", "the-guild" ], - "version": "3.0.0", + "version": "3.1.0", "author": "Kamil Kisiela", "license": "MIT", "sideEffects": false, diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md new file mode 100644 index 0000000000..99f2404510 --- /dev/null +++ b/website/CHANGELOG.md @@ -0,0 +1,7 @@ +# website + +## 0.0.1 + +### Patch Changes + +- [#2618](https://github.com/graphql-hive/graphql-modules/pull/2618) [`55518d0`](https://github.com/graphql-hive/graphql-modules/commit/55518d0ebd392b4dcd84f2ad919b141ff4d3f2b2) Thanks [@vlad-x](https://github.com/vlad-x)! - Enabled support for resolver extensions for compatibility with such libraries as grafast or graphql-query-complexity diff --git a/website/package.json b/website/package.json index c84d637f47..d0f7fa5198 100644 --- a/website/package.json +++ b/website/package.json @@ -1,7 +1,7 @@ { "name": "website", "private": true, - "version": "0.0.0", + "version": "0.0.1", "type": "module", "scripts": { "build": "next build",