File tree 14 files changed +72
-13
lines changed
graphql-playground-electron
graphql-playground-middleware-express
graphql-playground-middleware-hapi
graphql-playground-middleware-koa
graphql-playground-middleware-lambda
14 files changed +72
-13
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.8.15] ( https://github.com/graphcool/graphql-playground/compare/graphql-playground-electron@1.8.14...graphql-playground-electron@1.8.15 ) (2020-10-20)
7
+
8
+ ** Note:** Version bump only for package graphql-playground-electron
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.8.14] ( https://github.com/graphcool/graphql-playground/compare/graphql-playground-electron@1.8.13...graphql-playground-electron@1.8.14 ) (2020-09-15)
7
15
8
16
** Note:** Version bump only for package graphql-playground-electron
Original file line number Diff line number Diff line change 4
4
"homepage" : " https://github.com/graphcool/graphql-playground" ,
5
5
"repository" : " graphcool/graphql-playground" ,
6
6
"description" : " GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)" ,
7
- "version" : " 1.8.14 " ,
7
+ "version" : " 1.8.15 " ,
8
8
"private" : true ,
9
9
"author" : {
10
10
"name" : " Graphcool" ,
97
97
"graphql-config" : " ^2.2.2" ,
98
98
"graphql-config-extension-graphcool" : " ^1.0.11" ,
99
99
"graphql-config-extension-prisma" : " ^0.3.0" ,
100
- "graphql-playground-html" : " ^1.6.28 " ,
101
- "graphql-playground-react" : " ^1.7.26 " ,
100
+ "graphql-playground-html" : " ^1.6.29 " ,
101
+ "graphql-playground-react" : " ^1.7.27 " ,
102
102
"immutable" : " 4.0.0-rc.9" ,
103
103
"js-yaml" : " ^3.11.0" ,
104
104
"lodash.merge" : " ^4.6.2" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.6.29] ( https://github.com/graphcool/graphql-playground/compare/graphql-playground-html@1.6.28...graphql-playground-html@1.6.29 ) (2020-10-20)
7
+
8
+ ** Note:** Version bump only for package graphql-playground-html
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.6.28] ( https://github.com/graphcool/graphql-playground/compare/graphql-playground-html@1.6.27...graphql-playground-html@1.6.28 ) (2020-09-15)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-playground-html" ,
3
- "version" : " 1.6.28 " ,
3
+ "version" : " 1.6.29 " ,
4
4
"homepage" : " https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-html" ,
5
5
"description" : " GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)." ,
6
6
"contributors" : [
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.7.22] ( https://github.com/graphcool/graphql-playground/compare/graphql-playground-middleware-express@1.7.21...graphql-playground-middleware-express@1.7.22 ) (2020-10-20)
7
+
8
+ ** Note:** Version bump only for package graphql-playground-middleware-express
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.7.21] ( https://github.com/graphcool/graphql-playground/compare/graphql-playground-middleware-express@1.7.20...graphql-playground-middleware-express@1.7.21 ) (2020-09-15)
7
15
8
16
** Note:** Version bump only for package graphql-playground-middleware-express
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-playground-middleware-express" ,
3
- "version" : " 1.7.21 " ,
3
+ "version" : " 1.7.22 " ,
4
4
"homepage" : " https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-express" ,
5
5
"description" : " GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)." ,
6
6
"contributors" : [
34
34
"typescript" : " 3.8.3"
35
35
},
36
36
"dependencies" : {
37
- "graphql-playground-html" : " ^1.6.28 "
37
+ "graphql-playground-html" : " ^1.6.29 "
38
38
},
39
39
"typings" : " dist/index.d.ts" ,
40
40
"typescript" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.6.19] ( https://github.com/graphcool/graphql-playground/compare/graphql-playground-middleware-hapi@1.6.18...graphql-playground-middleware-hapi@1.6.19 ) (2020-10-20)
7
+
8
+ ** Note:** Version bump only for package graphql-playground-middleware-hapi
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.6.18] ( https://github.com/graphcool/graphql-playground/compare/graphql-playground-middleware-hapi@1.6.17...graphql-playground-middleware-hapi@1.6.18 ) (2020-09-15)
7
15
8
16
** Note:** Version bump only for package graphql-playground-middleware-hapi
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-playground-middleware-hapi" ,
3
- "version" : " 1.6.18 " ,
3
+ "version" : " 1.6.19 " ,
4
4
"homepage" : " https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-hapi" ,
5
5
"description" : " GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)." ,
6
6
"contributors" : [
40
40
"definition" : " dist/index.d.ts"
41
41
},
42
42
"dependencies" : {
43
- "graphql-playground-html" : " ^1.6.28 "
43
+ "graphql-playground-html" : " ^1.6.29 "
44
44
},
45
45
"gitHead" : " 53d233f9deb9dcc86f99e41268ff92b6367e0713"
46
46
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.6.21] ( https://github.com/graphcool/graphql-playground/compare/graphql-playground-middleware-koa@1.6.20...graphql-playground-middleware-koa@1.6.21 ) (2020-10-20)
7
+
8
+ ** Note:** Version bump only for package graphql-playground-middleware-koa
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.6.20] ( https://github.com/graphcool/graphql-playground/compare/graphql-playground-middleware-koa@1.6.19...graphql-playground-middleware-koa@1.6.20 ) (2020-09-15)
7
15
8
16
** Note:** Version bump only for package graphql-playground-middleware-koa
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-playground-middleware-koa" ,
3
- "version" : " 1.6.20 " ,
3
+ "version" : " 1.6.21 " ,
4
4
"homepage" : " https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-koa" ,
5
5
"description" : " GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)." ,
6
6
"contributors" : [
39
39
"definition" : " dist/index.d.ts"
40
40
},
41
41
"dependencies" : {
42
- "graphql-playground-html" : " ^1.6.28 "
42
+ "graphql-playground-html" : " ^1.6.29 "
43
43
},
44
44
"gitHead" : " 53d233f9deb9dcc86f99e41268ff92b6367e0713"
45
45
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.7.23] ( https://github.com/graphcool/graphql-playground/compare/graphql-playground-middleware-lambda@1.7.22...graphql-playground-middleware-lambda@1.7.23 ) (2020-10-20)
7
+
8
+ ** Note:** Version bump only for package graphql-playground-middleware-lambda
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.7.22] ( https://github.com/graphcool/graphql-playground/compare/graphql-playground-middleware-lambda@1.7.21...graphql-playground-middleware-lambda@1.7.22 ) (2020-09-15)
7
15
8
16
** Note:** Version bump only for package graphql-playground-middleware-lambda
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-playground-middleware-lambda" ,
3
- "version" : " 1.7.22 " ,
3
+ "version" : " 1.7.23 " ,
4
4
"homepage" : " https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-lambda" ,
5
5
"description" : " GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)." ,
6
6
"contributors" : [
39
39
"definition" : " dist/index.d.ts"
40
40
},
41
41
"dependencies" : {
42
- "graphql-playground-html" : " ^1.6.28 "
42
+ "graphql-playground-html" : " ^1.6.29 "
43
43
},
44
44
"gitHead" : " 53d233f9deb9dcc86f99e41268ff92b6367e0713"
45
45
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.7.27] ( https://github.com/graphcool/graphql-playground/compare/graphql-playground-react@1.7.26...graphql-playground-react@1.7.27 ) (2020-10-20)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * bump codemirror graphql ([ #1286 ] ( https://github.com/graphcool/graphql-playground/issues/1286 ) ) ([ 4a4ea29] ( https://github.com/graphcool/graphql-playground/commit/4a4ea299033b59e14ec130cf85e5ddc11a3698d2 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 1.7.26] ( https://github.com/graphcool/graphql-playground/compare/graphql-playground-react@1.7.24...graphql-playground-react@1.7.26 ) (2020-08-30)
7
18
8
19
** Note:** Version bump only for package graphql-playground-react
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-playground-react" ,
3
- "version" : " 1.7.26 " ,
3
+ "version" : " 1.7.27 " ,
4
4
"main" : " ./lib/lib.js" ,
5
5
"typings" : " ./lib/lib.d.ts" ,
6
6
"description" : " GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)." ,
You can’t perform that action at this time.
0 commit comments