diff --git a/.changeset/cyan-roses-leave.md b/.changeset/cyan-roses-leave.md deleted file mode 100644 index 2eb93648e07..00000000000 --- a/.changeset/cyan-roses-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphiql/toolkit': patch ---- - -Prevent OOM on merging complex queries diff --git a/.changeset/lemon-snakes-exist.md b/.changeset/lemon-snakes-exist.md deleted file mode 100644 index 28e2b192e52..00000000000 --- a/.changeset/lemon-snakes-exist.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'graphiql': patch -'@graphiql/react': patch ---- - -Fix search result bug on select, #33307 diff --git a/examples/graphiql-webpack/package.json b/examples/graphiql-webpack/package.json index 8ff35edb81e..59e2cee7df2 100644 --- a/examples/graphiql-webpack/package.json +++ b/examples/graphiql-webpack/package.json @@ -9,10 +9,10 @@ "start": "NODE_ENV=development webpack-dev-server" }, "dependencies": { - "@graphiql/plugin-code-exporter": "^0.3.2", - "@graphiql/plugin-explorer": "^0.3.2", - "@graphiql/toolkit": "^0.9.0", - "graphiql": "^3.0.3", + "@graphiql/plugin-code-exporter": "^0.3.3", + "@graphiql/plugin-explorer": "^0.3.3", + "@graphiql/toolkit": "^0.9.1", + "graphiql": "^3.0.4", "graphql": "^16.4.0", "graphql-ws": "^5.5.5", "react": "^18.2.0", diff --git a/examples/monaco-graphql-nextjs/package.json b/examples/monaco-graphql-nextjs/package.json index 2fd2122d44a..6a47f600dc8 100644 --- a/examples/monaco-graphql-nextjs/package.json +++ b/examples/monaco-graphql-nextjs/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prettier": "3.0.0-alpha.12", - "@graphiql/toolkit": "^0.9.0", + "@graphiql/toolkit": "^0.9.1", "graphql": "^16.6.0", "graphql-ws": "^5.5.5", "jsonc-parser": "^3.2.0", diff --git a/examples/monaco-graphql-react-vite/package.json b/examples/monaco-graphql-react-vite/package.json index c82e14459f7..663284682fe 100644 --- a/examples/monaco-graphql-react-vite/package.json +++ b/examples/monaco-graphql-react-vite/package.json @@ -4,7 +4,7 @@ "version": "0.0.0", "dependencies": { "prettier": "3.0.0-alpha.12", - "@graphiql/toolkit": "^0.9.0", + "@graphiql/toolkit": "^0.9.1", "graphql-language-service": "^5.1.7", "monaco-graphql": "^1.3.0", "react": "^18.2.0", diff --git a/packages/graphiql-plugin-code-exporter/CHANGELOG.md b/packages/graphiql-plugin-code-exporter/CHANGELOG.md index b651e7e7054..63655acb38b 100644 --- a/packages/graphiql-plugin-code-exporter/CHANGELOG.md +++ b/packages/graphiql-plugin-code-exporter/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphiql/plugin-code-exporter +## 0.3.3 + +### Patch Changes + +- Updated dependencies [[`d67c13f6`](https://github.com/graphql/graphiql/commit/d67c13f6e1f478b171801afd0767b98312db04c9)]: + - @graphiql/react@0.19.2 + ## 0.3.2 ### Patch Changes diff --git a/packages/graphiql-plugin-code-exporter/package.json b/packages/graphiql-plugin-code-exporter/package.json index 4778e179cf1..d22c004c092 100644 --- a/packages/graphiql-plugin-code-exporter/package.json +++ b/packages/graphiql-plugin-code-exporter/package.json @@ -1,6 +1,6 @@ { "name": "@graphiql/plugin-code-exporter", - "version": "0.3.2", + "version": "0.3.3", "repository": { "type": "git", "url": "https://github.com/graphql/graphiql", @@ -36,10 +36,10 @@ "graphql": "^15.5.0 || ^16.0.0", "react": "^16.8.0 || ^17 || ^18", "react-dom": "^16.8.0 || ^17 || ^18", - "@graphiql/react": "^0.19.1" + "@graphiql/react": "^0.19.2" }, "devDependencies": { - "@graphiql/react": "^0.19.1", + "@graphiql/react": "^0.19.2", "@vitejs/plugin-react": "^4.0.1", "postcss-nesting": "^10.1.7", "typescript": "^4.6.3", diff --git a/packages/graphiql-plugin-explorer/CHANGELOG.md b/packages/graphiql-plugin-explorer/CHANGELOG.md index f43f350cecc..ac01b9834f4 100644 --- a/packages/graphiql-plugin-explorer/CHANGELOG.md +++ b/packages/graphiql-plugin-explorer/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphiql/plugin-explorer +## 0.3.3 + +### Patch Changes + +- Updated dependencies [[`d67c13f6`](https://github.com/graphql/graphiql/commit/d67c13f6e1f478b171801afd0767b98312db04c9)]: + - @graphiql/react@0.19.2 + ## 0.3.2 ### Patch Changes diff --git a/packages/graphiql-plugin-explorer/package.json b/packages/graphiql-plugin-explorer/package.json index 26719f6c64b..66a81be4c3a 100644 --- a/packages/graphiql-plugin-explorer/package.json +++ b/packages/graphiql-plugin-explorer/package.json @@ -1,6 +1,6 @@ { "name": "@graphiql/plugin-explorer", - "version": "0.3.2", + "version": "0.3.3", "repository": { "type": "git", "url": "https://github.com/graphql/graphiql", @@ -35,10 +35,10 @@ "graphql": "^15.5.0 || ^16.0.0", "react": "^16.8.0 || ^17 || ^18", "react-dom": "^16.8.0 || ^17 || ^18", - "@graphiql/react": "^0.19.1" + "@graphiql/react": "^0.19.2" }, "devDependencies": { - "@graphiql/react": "^0.19.1", + "@graphiql/react": "^0.19.2", "@vitejs/plugin-react": "^4.0.1", "typescript": "^4.6.3", "vite": "^4.3.9" diff --git a/packages/graphiql-react/CHANGELOG.md b/packages/graphiql-react/CHANGELOG.md index afdb06ba55c..d56c7371f80 100644 --- a/packages/graphiql-react/CHANGELOG.md +++ b/packages/graphiql-react/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphiql/react +## 0.19.2 + +### Patch Changes + +- [#3364](https://github.com/graphql/graphiql/pull/3364) [`d67c13f6`](https://github.com/graphql/graphiql/commit/d67c13f6e1f478b171801afd0767b98312db04c9) Thanks [@acao](https://github.com/acao)! - Fix search result bug on select, #33307 + +- Updated dependencies [[`4cbdf183`](https://github.com/graphql/graphiql/commit/4cbdf18385d34ef9bc095c376936f92a62eb9e9b)]: + - @graphiql/toolkit@0.9.1 + ## 0.19.1 ### Patch Changes diff --git a/packages/graphiql-react/package.json b/packages/graphiql-react/package.json index 9b6214d53b2..3482f4c839c 100644 --- a/packages/graphiql-react/package.json +++ b/packages/graphiql-react/package.json @@ -1,6 +1,6 @@ { "name": "@graphiql/react", - "version": "0.19.1", + "version": "0.19.2", "repository": { "type": "git", "url": "https://github.com/graphql/graphiql", @@ -54,7 +54,7 @@ "@radix-ui/react-visually-hidden": "^1.0.3", "@radix-ui/react-tooltip": "^1.0.6", "@radix-ui/react-dropdown-menu": "^2.0.5", - "@graphiql/toolkit": "^0.9.0", + "@graphiql/toolkit": "^0.9.1", "clsx": "^1.2.1", "codemirror": "^5.65.3", "codemirror-graphql": "^2.0.9", diff --git a/packages/graphiql-toolkit/CHANGELOG.md b/packages/graphiql-toolkit/CHANGELOG.md index 6eeb55ee6d6..a7bbda4b612 100644 --- a/packages/graphiql-toolkit/CHANGELOG.md +++ b/packages/graphiql-toolkit/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphiql/toolkit +## 0.9.1 + +### Patch Changes + +- [#3298](https://github.com/graphql/graphiql/pull/3298) [`4cbdf183`](https://github.com/graphql/graphiql/commit/4cbdf18385d34ef9bc095c376936f92a62eb9e9b) Thanks [@esquevin](https://github.com/esquevin)! - Prevent OOM on merging complex queries + ## 0.9.0 ### Minor Changes diff --git a/packages/graphiql-toolkit/package.json b/packages/graphiql-toolkit/package.json index 316e1eb3d25..a23121fe726 100644 --- a/packages/graphiql-toolkit/package.json +++ b/packages/graphiql-toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@graphiql/toolkit", - "version": "0.9.0", + "version": "0.9.1", "description": "Utility to build a fetcher for GraphiQL", "contributors": [ "Rikki Schulte (https://rikki.dev)" diff --git a/packages/graphiql/CHANGELOG.md b/packages/graphiql/CHANGELOG.md index 1ed73297385..57ea1198106 100644 --- a/packages/graphiql/CHANGELOG.md +++ b/packages/graphiql/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 3.0.4 + +### Patch Changes + +- [#3364](https://github.com/graphql/graphiql/pull/3364) [`d67c13f6`](https://github.com/graphql/graphiql/commit/d67c13f6e1f478b171801afd0767b98312db04c9) Thanks [@acao](https://github.com/acao)! - Fix search result bug on select, #33307 + +- Updated dependencies [[`4cbdf183`](https://github.com/graphql/graphiql/commit/4cbdf18385d34ef9bc095c376936f92a62eb9e9b), [`d67c13f6`](https://github.com/graphql/graphiql/commit/d67c13f6e1f478b171801afd0767b98312db04c9)]: + - @graphiql/toolkit@0.9.1 + - @graphiql/react@0.19.2 + ## 3.0.3 ### Patch Changes diff --git a/packages/graphiql/package.json b/packages/graphiql/package.json index f28c03391ad..7680f9d1538 100644 --- a/packages/graphiql/package.json +++ b/packages/graphiql/package.json @@ -1,6 +1,6 @@ { "name": "graphiql", - "version": "3.0.3", + "version": "3.0.4", "description": "An graphical interactive in-browser GraphQL IDE.", "contributors": [ "Hyohyeon Jeong ", @@ -47,8 +47,8 @@ "webpack": "webpack-cli --config resources/webpack.config.js" }, "dependencies": { - "@graphiql/react": "^0.19.1", - "@graphiql/toolkit": "^0.9.0", + "@graphiql/react": "^0.19.2", + "@graphiql/toolkit": "^0.9.1", "graphql-language-service": "^5.1.7", "markdown-it": "^12.2.0" },