Skip to content

Commit

Permalink
Upgrade to @graphiql/plugin-explorer version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Jul 4, 2023
1 parent 3e8457a commit 54d7dbe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ See [GitHub releases](https://github.com/mll-lab/laravel-graphiql/releases).

## Unreleased

## v3.1.0

### Changed

- Upgrade to `@graphiql/plugin-explorer` version `0.2.0`

## v3.0.2

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/DownloadAssetsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class DownloadAssetsCommand extends Command

public const PLUGIN_EXPLORER_PATH_LOCAL = 'vendor/graphiql/graphiql-plugin-explorer.umd.js';
/** Pinned because the latest version broke, see https://github.com/mll-lab/laravel-graphiql/issues/25. */
public const PLUGIN_EXPLORER_PATH_CDN = '//unpkg.com/@graphiql/plugin-explorer@0.1.20/dist/graphiql-plugin-explorer.umd.js';
public const PLUGIN_EXPLORER_PATH_CDN = '//unpkg.com/@graphiql/plugin-explorer@0.2.0/dist/index.umd.js';

public const CSS_PATH_LOCAL = 'vendor/graphiql/graphiql.min.css';
public const CSS_PATH_CDN = '//unpkg.com/graphiql/graphiql.min.css';
Expand Down

0 comments on commit 54d7dbe

Please sign in to comment.