diff --git a/.changeset/long-parents-grow.md b/.changeset/long-parents-grow.md deleted file mode 100644 index 5161e9448a6..00000000000 --- a/.changeset/long-parents-grow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@graphiql/react': patch -'@graphiql/plugin-explorer': patch ---- - -fix query builder updated only first selected field in query editor due recent enabled react-compiler diff --git a/examples/graphiql-webpack/package.json b/examples/graphiql-webpack/package.json index 26d395612a7..e73a24b7ef2 100644 --- a/examples/graphiql-webpack/package.json +++ b/examples/graphiql-webpack/package.json @@ -10,9 +10,9 @@ }, "dependencies": { "@graphiql/plugin-code-exporter": "^3.1.4", - "@graphiql/plugin-explorer": "^3.2.4", + "@graphiql/plugin-explorer": "^3.2.5", "@graphiql/toolkit": "^0.11.1", - "@graphiql/react": "^0.28.0", + "@graphiql/react": "^0.28.1", "graphiql": "^3.8.1", "graphql": "^16.9.0", "graphql-ws": "^5.5.5", diff --git a/packages/graphiql-plugin-explorer/CHANGELOG.md b/packages/graphiql-plugin-explorer/CHANGELOG.md index 0e573df1d0d..fa940668760 100644 --- a/packages/graphiql-plugin-explorer/CHANGELOG.md +++ b/packages/graphiql-plugin-explorer/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphiql/plugin-explorer +## 3.2.5 + +### Patch Changes + +- [#3837](https://github.com/graphql/graphiql/pull/3837) [`5e76a4f`](https://github.com/graphql/graphiql/commit/5e76a4f3c8b089a1de0c92c9b9c1edc2ae3f49d4) Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix query builder updated only first selected field in query editor due recent enabled react-compiler + ## 3.2.4 ### Patch Changes diff --git a/packages/graphiql-plugin-explorer/package.json b/packages/graphiql-plugin-explorer/package.json index 18c4fd5e187..863f05cce8b 100644 --- a/packages/graphiql-plugin-explorer/package.json +++ b/packages/graphiql-plugin-explorer/package.json @@ -1,6 +1,6 @@ { "name": "@graphiql/plugin-explorer", - "version": "3.2.4", + "version": "3.2.5", "repository": { "type": "git", "url": "https://github.com/graphql/graphiql", @@ -38,7 +38,7 @@ "react-dom": "^16.8.0 || ^17 || ^18" }, "devDependencies": { - "@graphiql/react": "^0.28.0", + "@graphiql/react": "^0.28.1", "@vitejs/plugin-react": "^4.3.1", "graphql": "^16.9.0", "react": "^18.2.0", diff --git a/packages/graphiql-react/CHANGELOG.md b/packages/graphiql-react/CHANGELOG.md index f66cfee95c8..946251395d8 100644 --- a/packages/graphiql-react/CHANGELOG.md +++ b/packages/graphiql-react/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphiql/react +## 0.28.1 + +### Patch Changes + +- [#3837](https://github.com/graphql/graphiql/pull/3837) [`5e76a4f`](https://github.com/graphql/graphiql/commit/5e76a4f3c8b089a1de0c92c9b9c1edc2ae3f49d4) Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix query builder updated only first selected field in query editor due recent enabled react-compiler + ## 0.28.0 ### Minor Changes diff --git a/packages/graphiql-react/package.json b/packages/graphiql-react/package.json index 5cbfd494378..a5aabccfa11 100644 --- a/packages/graphiql-react/package.json +++ b/packages/graphiql-react/package.json @@ -1,6 +1,6 @@ { "name": "@graphiql/react", - "version": "0.28.0", + "version": "0.28.1", "repository": { "type": "git", "url": "https://github.com/graphql/graphiql",