Skip to content

Commit

Permalink
Upcoming Release Changes (#3165)
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 Jan 16, 2024
1 parent 3f2d2c5 commit f3e0d22
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .changeset/big-tables-clean.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.3.0

### Patch Changes

- Updated dependencies
[[`353c0fed`](https://github.com/dotansimha/graphql-yoga/commit/353c0fed9435e8e81d854e2d9986270af8d424f4)]:
- @graphql-yoga/plugin-response-cache@3.3.0

## 3.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hello-world-benchmark",
"version": "3.2.1",
"version": "3.3.0",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"@envelop/graphql-jit": "8.0.0",
"@faker-js/faker": "8.0.2",
"@graphql-yoga/plugin-response-cache": "3.2.1",
"@graphql-yoga/plugin-response-cache": "3.3.0",
"graphql": "16.6.0",
"graphql-yoga": "5.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/response-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"start": "ts-node src/main.ts"
},
"dependencies": {
"@graphql-yoga/plugin-response-cache": "3.2.1",
"@graphql-yoga/plugin-response-cache": "3.3.0",
"graphql": "16.6.0",
"graphql-yoga": "5.1.1"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/plugins/response-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-yoga/plugin-response-cache

## 3.3.0

### Minor Changes

- [#3164](https://github.com/dotansimha/graphql-yoga/pull/3164)
[`353c0fed`](https://github.com/dotansimha/graphql-yoga/commit/353c0fed9435e8e81d854e2d9986270af8d424f4)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Add `servedFromResponseCache` symbol property to
responses served from the response cache in order to allow other plugins to determine, whether a
response was served from the cache and apply custom logic based on that.

## 3.2.1

### 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.2.1",
"version": "3.3.0",
"type": "module",
"description": "",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f3e0d22

Please sign in to comment.