diff --git a/.changeset/friendly-apricots-rest.md b/.changeset/friendly-apricots-rest.md deleted file mode 100644 index 2cfb3ab8531..00000000000 --- a/.changeset/friendly-apricots-rest.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@graphiql/react': patch -'graphiql': patch ---- - -fix regression in documentation explorer search when clicking on results in dropdown diff --git a/examples/graphiql-webpack/package.json b/examples/graphiql-webpack/package.json index ccd331f95fb..0c655569ef4 100644 --- a/examples/graphiql-webpack/package.json +++ b/examples/graphiql-webpack/package.json @@ -12,8 +12,8 @@ "@graphiql/plugin-code-exporter": "^3.1.4", "@graphiql/plugin-explorer": "^3.2.5", "@graphiql/toolkit": "^0.11.1", - "@graphiql/react": "^0.28.1", - "graphiql": "^3.8.2", + "@graphiql/react": "^0.28.2", + "graphiql": "^3.8.3", "graphql": "^16.9.0", "graphql-ws": "^5.5.5", "react": "^18.2.0", diff --git a/packages/graphiql-react/CHANGELOG.md b/packages/graphiql-react/CHANGELOG.md index 946251395d8..21e52235c24 100644 --- a/packages/graphiql-react/CHANGELOG.md +++ b/packages/graphiql-react/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphiql/react +## 0.28.2 + +### Patch Changes + +- [#3843](https://github.com/graphql/graphiql/pull/3843) [`16b5698`](https://github.com/graphql/graphiql/commit/16b56982ce4de62c850380fe25698c3893551c5a) Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix regression in documentation explorer search when clicking on results in dropdown + ## 0.28.1 ### Patch Changes diff --git a/packages/graphiql-react/package.json b/packages/graphiql-react/package.json index a5aabccfa11..c10b93c53d8 100644 --- a/packages/graphiql-react/package.json +++ b/packages/graphiql-react/package.json @@ -1,6 +1,6 @@ { "name": "@graphiql/react", - "version": "0.28.1", + "version": "0.28.2", "repository": { "type": "git", "url": "https://github.com/graphql/graphiql", diff --git a/packages/graphiql/CHANGELOG.md b/packages/graphiql/CHANGELOG.md index d9e48997ceb..80ada9b5e03 100644 --- a/packages/graphiql/CHANGELOG.md +++ b/packages/graphiql/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 3.8.3 + +### Patch Changes + +- [#3843](https://github.com/graphql/graphiql/pull/3843) [`16b5698`](https://github.com/graphql/graphiql/commit/16b56982ce4de62c850380fe25698c3893551c5a) Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix regression in documentation explorer search when clicking on results in dropdown + +- Updated dependencies [[`16b5698`](https://github.com/graphql/graphiql/commit/16b56982ce4de62c850380fe25698c3893551c5a)]: + - @graphiql/react@0.28.2 + ## 3.8.2 ### Patch Changes diff --git a/packages/graphiql/package.json b/packages/graphiql/package.json index 2b016b369bb..e9e718aef87 100644 --- a/packages/graphiql/package.json +++ b/packages/graphiql/package.json @@ -1,6 +1,6 @@ { "name": "graphiql", - "version": "3.8.2", + "version": "3.8.3", "description": "An graphical interactive in-browser GraphQL IDE.", "contributors": [ "Hyohyeon Jeong ", @@ -48,7 +48,7 @@ "test": "vitest" }, "dependencies": { - "@graphiql/react": "^0.28.1" + "@graphiql/react": "^0.28.2" }, "peerDependencies": { "graphql": "^15.5.0 || ^16.0.0 || ^17.0.0",