Skip to content

Commit 52cde5a

Browse files
committed
chore: bump version
1 parent 7968cd3 commit 52cde5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/graphql-playground-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-playground-react",
3-
"version": "1.6.5",
3+
"version": "1.6.6",
44
"main": "./lib/lib.js",
55
"typings": "./lib/lib.d.ts",
66
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",

packages/graphql-playground-react/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ export interface ISettings {
1919
['editor.theme']: Theme
2020
['editor.reuseHeaders']: boolean
2121
['tracing.hideTracingResponse']: boolean
22-
['request.credentials']: "omit" | "include" | "same-origin"
22+
['request.credentials']: 'omit' | 'include' | 'same-origin'
2323
}

0 commit comments

Comments
 (0)