From 3754c64414e248ea7b6cf32376209742d49dae93 Mon Sep 17 00:00:00 2001 From: TheGuildBot <59414373+theguild-bot@users.noreply.github.com> Date: Fri, 14 Feb 2025 18:40:29 +0100 Subject: [PATCH] chore(release): update monorepo packages versions (#3760) Co-authored-by: github-actions[bot] --- .changeset/grumpy-llamas-bake.md | 7 ------- benchmark/CHANGELOG.md | 8 ++++++++ benchmark/package.json | 2 +- packages/plugins/response-cache/CHANGELOG.md | 12 ++++++++++++ packages/plugins/response-cache/package.json | 2 +- 5 files changed, 22 insertions(+), 9 deletions(-) delete mode 100644 .changeset/grumpy-llamas-bake.md diff --git a/.changeset/grumpy-llamas-bake.md b/.changeset/grumpy-llamas-bake.md deleted file mode 100644 index 8cec3cd421..0000000000 --- a/.changeset/grumpy-llamas-bake.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@graphql-yoga/plugin-response-cache': patch ---- - -Provide cache key per oparation in a batched request - -Instead of per request, which would give out the same cache key for every operation in a batched request. diff --git a/benchmark/CHANGELOG.md b/benchmark/CHANGELOG.md index 4652a1b5bd..20d0db1d9b 100644 --- a/benchmark/CHANGELOG.md +++ b/benchmark/CHANGELOG.md @@ -1,5 +1,13 @@ # hello-world-benchmark +## 3.13.1 + +### Patch Changes + +- Updated dependencies + [[`bba7a83`](https://github.com/dotansimha/graphql-yoga/commit/bba7a834a177825939a3f1d6dbed7375455279ca)]: + - @graphql-yoga/plugin-response-cache@3.13.1 + ## 3.13.0 ### Patch Changes diff --git a/benchmark/package.json b/benchmark/package.json index cbb9623dc0..8bc08e3d45 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -1,6 +1,6 @@ { "name": "hello-world-benchmark", - "version": "3.13.0", + "version": "3.13.1", "type": "module", "private": true, "scripts": { diff --git a/packages/plugins/response-cache/CHANGELOG.md b/packages/plugins/response-cache/CHANGELOG.md index 2f9d17dac2..81c03433ce 100644 --- a/packages/plugins/response-cache/CHANGELOG.md +++ b/packages/plugins/response-cache/CHANGELOG.md @@ -1,5 +1,17 @@ # @graphql-yoga/plugin-response-cache +## 3.13.1 + +### Patch Changes + +- [#3759](https://github.com/dotansimha/graphql-yoga/pull/3759) + [`bba7a83`](https://github.com/dotansimha/graphql-yoga/commit/bba7a834a177825939a3f1d6dbed7375455279ca) + Thanks [@enisdenjo](https://github.com/enisdenjo)! - Provide cache key per oparation in a batched + request + + Instead of per request, which would give out the same cache key for every operation in a batched + request. + ## 3.13.0 ### Patch Changes diff --git a/packages/plugins/response-cache/package.json b/packages/plugins/response-cache/package.json index 4e4daf79b2..6465e1c19b 100644 --- a/packages/plugins/response-cache/package.json +++ b/packages/plugins/response-cache/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-yoga/plugin-response-cache", - "version": "3.13.0", + "version": "3.13.1", "type": "module", "description": "", "repository": {