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
6
6
7
7
8
8
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
+
9
24
## [ 0.16.1] · 2024-04-04
10
25
[ 0.16.1 ] : /../../tree/juniper-v0.16.1/juniper
11
26
Original file line number Diff line number Diff line change 50
50
These are imports for the GraphIQL Explorer plugin.
51
51
-->
52
52
< 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 "
54
54
crossorigin
55
55
> </ script >
56
56
57
57
< link
58
58
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 "
60
60
/>
61
61
</ head >
62
62
You can’t perform that action at this time.
0 commit comments