diff --git a/.changeset/light-cats-wait.md b/.changeset/light-cats-wait.md deleted file mode 100644 index 4becd9ca57e..00000000000 --- a/.changeset/light-cats-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphiql': patch ---- - -fix ReferenceError: window is not defined in Next.js diff --git a/packages/graphiql/CHANGELOG.md b/packages/graphiql/CHANGELOG.md index e57e0b6226b..24b616a84a0 100644 --- a/packages/graphiql/CHANGELOG.md +++ b/packages/graphiql/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.4.7 + +### Patch Changes + +- [#3198](https://github.com/graphql/graphiql/pull/3198) [`e6cb6395`](https://github.com/graphql/graphiql/commit/e6cb63956baf338f09806c2fb8d5648fde19869d) Thanks [@B2o5T](https://github.com/B2o5T)! - fix ReferenceError: window is not defined in Next.js + ## 2.4.6 ### Patch Changes diff --git a/packages/graphiql/package.json b/packages/graphiql/package.json index ad11a2bddd3..c42fec73229 100644 --- a/packages/graphiql/package.json +++ b/packages/graphiql/package.json @@ -1,6 +1,6 @@ { "name": "graphiql", - "version": "2.4.6", + "version": "2.4.7", "description": "An graphical interactive in-browser GraphQL IDE.", "contributors": [ "Hyohyeon Jeong ",