diff --git a/.changeset/poor-ghosts-jump.md b/.changeset/poor-ghosts-jump.md index 4494b47715..79d454d52a 100644 --- a/.changeset/poor-ghosts-jump.md +++ b/.changeset/poor-ghosts-jump.md @@ -1,5 +1,5 @@ --- -'@graphiql/plugin-code-exporter': major +'@graphiql/plugin-explorer': major --- `style.css` import was changed @@ -7,7 +7,7 @@ ## Migration ```diff --import '@graphiql/plugin-code-exporter/dist/style.css'; -+import '@graphiql/plugin-code-exporter/style.css'; +-import '@graphiql/plugin-explorer/dist/style.css'; ++import '@graphiql/plugin-explorer/style.css'; ```