Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#3760)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
theguild-bot and github-actions[bot] authored Feb 14, 2025
1 parent bba7a83 commit 3754c64
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .changeset/grumpy-llamas-bake.md

This file was deleted.

8 changes: 8 additions & 0 deletions benchmark/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hello-world-benchmark",
"version": "3.13.0",
"version": "3.13.1",
"type": "module",
"private": true,
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions packages/plugins/response-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/response-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-yoga/plugin-response-cache",
"version": "3.13.0",
"version": "3.13.1",
"type": "module",
"description": "",
"repository": {
Expand Down

0 comments on commit 3754c64

Please sign in to comment.