Skip to content

Commit ed2ef13

Browse files
committed
Pin versions of GraphiQL-related libraries (#1332)
1 parent 9c4ea32 commit ed2ef13

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

juniper/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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

juniper/src/http/graphiql.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
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

0 commit comments

Comments
 (0)