File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,19 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
66
77
88
9+ ## master
10+
11+ [ Diff] ( /../../compare/juniper-v0.16.0...master )
12+
13+ ### Changed
14+
15+ - Updated [ GraphiQL] to 3.1.2 version. ([ #1251 ] )
16+
17+ [ #1251 ] : /../../pull/1251
18+
19+
20+
21+
922## [ 0.16.0] · 2024-03-20
1023[ 0.16.0 ] : /../../tree/juniper-v0.16.0/juniper
1124
Original file line number Diff line number Diff line change 44 "postinstall" : " make graphiql graphql-playground"
55 },
66 "dependencies" : {
7- "graphiql" : " 3.1.1 " ,
7+ "graphiql" : " 3.1.2 " ,
88 "graphql-playground-react" : " 1.7.28"
99 }
1010}
Original file line number Diff line number Diff line change 4242 favored resource bundler.
4343 -->
4444 < script
45- src ="https://unpkg.com/graphiql@3.1.1 /graphiql.min.js "
45+ src ="https://unpkg.com/graphiql@3.1.2 /graphiql.min.js "
4646 type ="application/javascript "
4747 > </ script >
48- < link rel ="stylesheet " href ="https://unpkg.com/graphiql@3.1.1 /graphiql.min.css " />
48+ < link rel ="stylesheet " href ="https://unpkg.com/graphiql@3.1.2 /graphiql.min.css " />
4949 <!--
5050 These are imports for the GraphIQL Explorer plugin.
5151 -->
You can’t perform that action at this time.
0 commit comments