Skip to content

Commit 3754c64

Browse files
chore(release): update monorepo packages versions (#3760)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bba7a83 commit 3754c64

File tree

5 files changed

+22
-9
lines changed

5 files changed

+22
-9
lines changed

.changeset/grumpy-llamas-bake.md

-7
This file was deleted.

benchmark/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# hello-world-benchmark
22

3+
## 3.13.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`bba7a83`](https://github.com/dotansimha/graphql-yoga/commit/bba7a834a177825939a3f1d6dbed7375455279ca)]:
9+
- @graphql-yoga/plugin-response-cache@3.13.1
10+
311
## 3.13.0
412

513
### Patch Changes

benchmark/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hello-world-benchmark",
3-
"version": "3.13.0",
3+
"version": "3.13.1",
44
"type": "module",
55
"private": true,
66
"scripts": {

packages/plugins/response-cache/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @graphql-yoga/plugin-response-cache
22

3+
## 3.13.1
4+
5+
### Patch Changes
6+
7+
- [#3759](https://github.com/dotansimha/graphql-yoga/pull/3759)
8+
[`bba7a83`](https://github.com/dotansimha/graphql-yoga/commit/bba7a834a177825939a3f1d6dbed7375455279ca)
9+
Thanks [@enisdenjo](https://github.com/enisdenjo)! - Provide cache key per oparation in a batched
10+
request
11+
12+
Instead of per request, which would give out the same cache key for every operation in a batched
13+
request.
14+
315
## 3.13.0
416

517
### Patch Changes

packages/plugins/response-cache/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-yoga/plugin-response-cache",
3-
"version": "3.13.0",
3+
"version": "3.13.1",
44
"type": "module",
55
"description": "",
66
"repository": {

0 commit comments

Comments
 (0)