File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,21 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
66
77
88
9+ ## [ 0.16.2] · unreleased
10+ [ 0.16.2 ] : /../../tree/juniper-v0.16.2/juniper
11+
12+ [ Diff] ( /../../compare/juniper-v0.16.1...juniper-v0.16.2 ) | [ Milestone] ( /../../milestone/8 )
13+
14+ ### Fixed
15+
16+ - Non-pinned versions of [ GraphiQL] -related libraries in HTML page returned by ` graphiql_source() ` . ([ todo] , [ #1332 ] )
17+
18+ [ #1332 ] : /../../issues/1332
19+ [ todo ] : /../../commit/todo
20+
21+
22+
23+
924## [ 0.16.1] · 2024-04-04
1025[ 0.16.1 ] : /../../tree/juniper-v0.16.1/juniper
1126
Original file line number Diff line number Diff line change 5050 These are imports for the GraphIQL Explorer plugin.
5151 -->
5252 < script
53- src ="https://unpkg.com/@graphiql/plugin-explorer/dist/index.umd.js "
53+ src ="https://unpkg.com/@graphiql/plugin-explorer@4.0.6 /dist/index.umd.js "
5454 crossorigin
5555 > </ script >
5656
5757 < link
5858 rel ="stylesheet "
59- href ="https://unpkg.com/@graphiql/plugin-explorer/dist/style.css "
59+ href ="https://unpkg.com/@graphiql/plugin-explorer@4.0.6 /dist/style.css "
6060 />
6161 </ head >
6262
You can’t perform that action at this time.
0 commit comments