diff --git a/.changeset/ninety-wasps-grin.md b/.changeset/ninety-wasps-grin.md deleted file mode 100644 index 5e44032ce42..00000000000 --- a/.changeset/ninety-wasps-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphiql': patch ---- - -Include source maps for minified JS and CSS in the graphiql package. diff --git a/packages/graphiql/CHANGELOG.md b/packages/graphiql/CHANGELOG.md index 2a3091d28d8..791b705742d 100644 --- a/packages/graphiql/CHANGELOG.md +++ b/packages/graphiql/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.5.7 + +### Patch Changes + +- [`49bce429`](https://github.com/graphql/graphiql/commit/49bce429f0780a5e2856cfb7ccda50d10d38f724) [#2051](https://github.com/graphql/graphiql/pull/2051) Thanks [@willstott101](https://github.com/willstott101)! - Include source maps for minified JS and CSS in the graphiql package. + ## 1.5.6 ### Patch Changes diff --git a/packages/graphiql/package.json b/packages/graphiql/package.json index 9905720553a..cb57b609f1e 100644 --- a/packages/graphiql/package.json +++ b/packages/graphiql/package.json @@ -1,6 +1,6 @@ { "name": "graphiql", - "version": "1.5.6", + "version": "1.5.7", "description": "An graphical interactive in-browser GraphQL IDE.", "contributors": [ "Hyohyeon Jeong ",