Skip to content

Commit 53a8a80

Browse files
authored
chore: bump @graphiql/plugin-explorer version to ^3 (#184)
1 parent 92f6d8e commit 53a8a80

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14+
- Bump `@graphiql/plugin-explorer` version to `^3`
15+
1416
### Fixed
1517

1618
### Removed

app/graphiql.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</style>
1616

1717
<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" />
1919
</head>
2020

2121
<body>
@@ -25,7 +25,7 @@
2525
<script crossorigin src="https://unpkg.com/react-dom@18/umd/react-dom.production.min.js"></script>
2626

2727
<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>
2929

3030
<script>
3131
const fetcher = GraphiQL.createFetcher({ url: '' })

0 commit comments

Comments
 (0)