Skip to content

Commit 9edd714

Browse files
Upcoming Release Changes (#3093)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent befaf3c commit 9edd714

File tree

9 files changed

+40
-23
lines changed

9 files changed

+40
-23
lines changed

.changeset/@graphql-yoga_plugin-response-cache-3092-dependencies.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/early-masks-try.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/pretty-numbers-fetch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

benchmark/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# hello-world-benchmark
22

3+
## 3.1.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`befaf3ce`](https://github.com/dotansimha/graphql-yoga/commit/befaf3cea171abcc963a062da8298f1b4f534e1d),
9+
[`befaf3ce`](https://github.com/dotansimha/graphql-yoga/commit/befaf3cea171abcc963a062da8298f1b4f534e1d),
10+
[`befaf3ce`](https://github.com/dotansimha/graphql-yoga/commit/befaf3cea171abcc963a062da8298f1b4f534e1d)]:
11+
- @graphql-yoga/plugin-response-cache@3.1.0
12+
313
## 3.0.0
414

515
### Patch Changes

benchmark/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hello-world-benchmark",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"type": "module",
55
"private": true,
66
"scripts": {
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@envelop/graphql-jit": "8.0.0",
1616
"@faker-js/faker": "8.0.2",
17-
"@graphql-yoga/plugin-response-cache": "3.0.0",
17+
"@graphql-yoga/plugin-response-cache": "3.1.0",
1818
"graphql": "16.6.0",
1919
"graphql-yoga": "5.0.0"
2020
},

examples/response-cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"start": "ts-node src/main.ts"
1414
},
1515
"dependencies": {
16-
"@graphql-yoga/plugin-response-cache": "3.0.0",
16+
"@graphql-yoga/plugin-response-cache": "3.1.0",
1717
"graphql": "16.6.0",
1818
"graphql-yoga": "5.0.0"
1919
},

packages/plugins/response-cache/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# @graphql-yoga/plugin-response-cache
22

3+
## 3.1.0
4+
5+
### Minor Changes
6+
7+
- [#3092](https://github.com/dotansimha/graphql-yoga/pull/3092)
8+
[`befaf3ce`](https://github.com/dotansimha/graphql-yoga/commit/befaf3cea171abcc963a062da8298f1b4f534e1d)
9+
Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Expose `hashSHA256` sha256
10+
implementation to ease cache key factory customisation.
11+
12+
### Patch Changes
13+
14+
- [#3092](https://github.com/dotansimha/graphql-yoga/pull/3092)
15+
[`befaf3ce`](https://github.com/dotansimha/graphql-yoga/commit/befaf3cea171abcc963a062da8298f1b4f534e1d)
16+
Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
17+
18+
- Updated dependency
19+
[`@envelop/response-cache@^6.1.0` ↗︎](https://www.npmjs.com/package/@envelop/response-cache/v/6.1.0)
20+
(from `^6.0.0`, in `dependencies`)
21+
22+
- [#3092](https://github.com/dotansimha/graphql-yoga/pull/3092)
23+
[`befaf3ce`](https://github.com/dotansimha/graphql-yoga/commit/befaf3cea171abcc963a062da8298f1b4f534e1d)
24+
Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Fix missing export of `Cache` type and
25+
`cacheControlDirective` exports
26+
327
## 3.0.0
428

529
### Major Changes

packages/plugins/response-cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-yoga/plugin-response-cache",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"type": "module",
55
"description": "",
66
"repository": {

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)