diff --git a/.changeset/pre.json b/.changeset/pre.json index 4220dda8dc..f37b84e2d3 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -38,6 +38,7 @@ "orange-rivers-draw", "pink-moose-shake", "poor-ghosts-jump", + "pretty-panthers-deliver", "red-papayas-fly", "rich-jobs-kick", "serious-forks-sip", diff --git a/examples/graphiql-webpack/package.json b/examples/graphiql-webpack/package.json index 67fa410c47..3f3b543825 100644 --- a/examples/graphiql-webpack/package.json +++ b/examples/graphiql-webpack/package.json @@ -12,7 +12,7 @@ "@graphiql/plugin-code-exporter": "^4.0.0-alpha.1", "@graphiql/plugin-explorer": "^4.0.0-alpha.2", "@graphiql/toolkit": "^0.10.0", - "@graphiql/react": "^1.0.0-alpha.4", + "@graphiql/react": "^1.0.0-alpha.5", "graphiql": "^4.0.0-alpha.5", "graphql": "^16.9.0", "graphql-ws": "^5.5.5", diff --git a/packages/graphiql-react/CHANGELOG.md b/packages/graphiql-react/CHANGELOG.md index e54d03a867..d0c14474af 100644 --- a/packages/graphiql-react/CHANGELOG.md +++ b/packages/graphiql-react/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphiql/react +## 1.0.0-alpha.5 + +### Patch Changes + +- [#3743](https://github.com/graphql/graphiql/pull/3743) [`7275c19`](https://github.com/graphql/graphiql/commit/7275c19b174f06bd031f49b33912c1babf29ccb0) Thanks [@dimaMachina](https://github.com/dimaMachina)! - create instance of `new HistoryStore` and `new StorageAPI` only on mount, use function with `useState` + ## 1.0.0-alpha.4 ### Minor Changes diff --git a/packages/graphiql-react/package.json b/packages/graphiql-react/package.json index b8131dd3ca..7dc36eaf59 100644 --- a/packages/graphiql-react/package.json +++ b/packages/graphiql-react/package.json @@ -1,6 +1,6 @@ { "name": "@graphiql/react", - "version": "1.0.0-alpha.4", + "version": "1.0.0-alpha.5", "repository": { "type": "git", "url": "https://github.com/graphql/graphiql",