Skip to content

Commit 737f250

Browse files
Upcoming Release Changes (#2267)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 389d5f6 commit 737f250

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

.changeset/khaki-mice-kiss.md

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

packages/plugins/response-cache-cloudflare-kv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"typings": "dist/typings/index.d.ts",
5252
"peerDependencies": {
5353
"@cloudflare/workers-types": "^4.20231121.0",
54-
"@envelop/response-cache": "^6.2.0",
54+
"@envelop/response-cache": "^6.2.1",
5555
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
5656
},
5757
"peerDependenciesMeta": {

packages/plugins/response-cache/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @envelop/response-cache
22

3+
## 6.2.1
4+
5+
### Patch Changes
6+
7+
- [#2266](https://github.com/n1ru4l/envelop/pull/2266)
8+
[`389d5f6`](https://github.com/n1ru4l/envelop/commit/389d5f696a209fd82f92157769d2b28114d8c454)
9+
Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - The plugin now try to reduce the size
10+
of the resulting query by not adding a `__typename` aliased selection if `__typename` is already
11+
selected.
12+
313
## 6.2.0
414

515
### Minor 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": "@envelop/response-cache",
3-
"version": "6.2.0",
3+
"version": "6.2.1",
44
"type": "module",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)