File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
### Changed
13
13
14
+ - Bump ` @graphiql/plugin-explorer ` version to ` ^3 `
15
+
14
16
### Fixed
15
17
16
18
### Removed
Original file line number Diff line number Diff line change 15
15
</ style >
16
16
17
17
< link rel ="stylesheet " href ="https://unpkg.com/graphiql@3/graphiql.min.css " />
18
- < link rel ="stylesheet " href ="https://unpkg.com/@graphiql/plugin-explorer@1 /dist/style.css " />
18
+ < link rel ="stylesheet " href ="https://unpkg.com/@graphiql/plugin-explorer@3 /dist/style.css " />
19
19
</ head >
20
20
21
21
< body >
25
25
< script crossorigin src ="https://unpkg.com/react-dom@18/umd/react-dom.production.min.js "> </ script >
26
26
27
27
< script crossorigin src ="https://unpkg.com/graphiql@3/graphiql.min.js "> </ script >
28
- < script crossorigin src ="https://unpkg.com/@graphiql/plugin-explorer@1 /dist/index.umd.js "> </ script >
28
+ < script crossorigin src ="https://unpkg.com/@graphiql/plugin-explorer@3 /dist/index.umd.js "> </ script >
29
29
30
30
< script >
31
31
const fetcher = GraphiQL . createFetcher ( { url : '' } )
You can’t perform that action at this time.
0 commit comments