From 8584726d96820448abd428a13f3464c19fcdaac2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 26 Mar 2024 11:06:18 +0000 Subject: [PATCH] Version Packages --- .changeset/sharp-rules-hide.md | 5 ----- examples/graphiql-webpack/package.json | 8 ++++---- packages/codemirror-graphql/CHANGELOG.md | 6 ++++++ packages/codemirror-graphql/package.json | 2 +- packages/graphiql-plugin-code-exporter/CHANGELOG.md | 7 +++++++ packages/graphiql-plugin-code-exporter/package.json | 6 +++--- packages/graphiql-plugin-explorer/CHANGELOG.md | 7 +++++++ packages/graphiql-plugin-explorer/package.json | 6 +++--- packages/graphiql-react/CHANGELOG.md | 7 +++++++ packages/graphiql-react/package.json | 4 ++-- packages/graphiql/CHANGELOG.md | 7 +++++++ packages/graphiql/package.json | 4 ++-- 12 files changed, 49 insertions(+), 20 deletions(-) delete mode 100644 .changeset/sharp-rules-hide.md diff --git a/.changeset/sharp-rules-hide.md b/.changeset/sharp-rules-hide.md deleted file mode 100644 index c4b5a4ef1f6..00000000000 --- a/.changeset/sharp-rules-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'codemirror-graphql': patch ---- - -tooltip a tag's click listener calls event.preventDefault() to stop navigating away from page diff --git a/examples/graphiql-webpack/package.json b/examples/graphiql-webpack/package.json index 8c3bc3c25bf..3b0929810cf 100644 --- a/examples/graphiql-webpack/package.json +++ b/examples/graphiql-webpack/package.json @@ -9,11 +9,11 @@ "start": "NODE_ENV=development webpack-cli serve" }, "dependencies": { - "@graphiql/plugin-code-exporter": "^1.0.4", - "@graphiql/plugin-explorer": "^1.0.3", + "@graphiql/plugin-code-exporter": "^1.0.5", + "@graphiql/plugin-explorer": "^1.0.4", "@graphiql/toolkit": "^0.9.1", - "@graphiql/react": "^0.20.3", - "graphiql": "^3.1.1", + "@graphiql/react": "^0.20.4", + "graphiql": "^3.1.2", "graphql": "^16.8.1", "graphql-ws": "^5.5.5", "react": "^18.2.0", diff --git a/packages/codemirror-graphql/CHANGELOG.md b/packages/codemirror-graphql/CHANGELOG.md index a68bc3fbada..764d8d84630 100644 --- a/packages/codemirror-graphql/CHANGELOG.md +++ b/packages/codemirror-graphql/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.0.11 + +### Patch Changes + +- [#3567](https://github.com/graphql/graphiql/pull/3567) [`fc7de5a7`](https://github.com/graphql/graphiql/commit/fc7de5a75f4b23dd62dd630b705895b5fa5d0a03) Thanks [@retrodaredevil](https://github.com/retrodaredevil)! - tooltip a tag's click listener calls event.preventDefault() to stop navigating away from page + ## 2.0.10 ### Patch Changes diff --git a/packages/codemirror-graphql/package.json b/packages/codemirror-graphql/package.json index aced6b051e6..378130d9bc5 100644 --- a/packages/codemirror-graphql/package.json +++ b/packages/codemirror-graphql/package.json @@ -1,6 +1,6 @@ { "name": "codemirror-graphql", - "version": "2.0.10", + "version": "2.0.11", "description": "GraphQL mode and helpers for CodeMirror.", "contributors": [ "Hyohyeon Jeong ", diff --git a/packages/graphiql-plugin-code-exporter/CHANGELOG.md b/packages/graphiql-plugin-code-exporter/CHANGELOG.md index c16e5829eee..0689164342e 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 +## 1.0.5 + +### Patch Changes + +- Updated dependencies []: + - @graphiql/react@0.20.4 + ## 1.0.4 ### Patch Changes diff --git a/packages/graphiql-plugin-code-exporter/package.json b/packages/graphiql-plugin-code-exporter/package.json index 931c3db90aa..93ebb92d70f 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": "1.0.4", + "version": "1.0.5", "repository": { "type": "git", "url": "https://github.com/graphql/graphiql", @@ -33,13 +33,13 @@ "graphiql-code-exporter": "^3.0.3" }, "peerDependencies": { - "@graphiql/react": "^0.20.3", + "@graphiql/react": "^0.20.4", "graphql": "^15.5.0 || ^16.0.0", "react": "^16.8.0 || ^17 || ^18", "react-dom": "^16.8.0 || ^17 || ^18" }, "devDependencies": { - "@graphiql/react": "^0.20.3", + "@graphiql/react": "^0.20.4", "@vitejs/plugin-react": "^4.0.1", "graphql": "^16.8.1", "postcss-nesting": "^10.1.7", diff --git a/packages/graphiql-plugin-explorer/CHANGELOG.md b/packages/graphiql-plugin-explorer/CHANGELOG.md index 3060ce25c69..a3b8e5c8100 100644 --- a/packages/graphiql-plugin-explorer/CHANGELOG.md +++ b/packages/graphiql-plugin-explorer/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphiql/plugin-explorer +## 1.0.4 + +### Patch Changes + +- Updated dependencies []: + - @graphiql/react@0.20.4 + ## 1.0.3 ### Patch Changes diff --git a/packages/graphiql-plugin-explorer/package.json b/packages/graphiql-plugin-explorer/package.json index c2d86c8eccd..1289a5aa103 100644 --- a/packages/graphiql-plugin-explorer/package.json +++ b/packages/graphiql-plugin-explorer/package.json @@ -1,6 +1,6 @@ { "name": "@graphiql/plugin-explorer", - "version": "1.0.3", + "version": "1.0.4", "repository": { "type": "git", "url": "https://github.com/graphql/graphiql", @@ -32,13 +32,13 @@ "graphiql-explorer": "^0.9.0" }, "peerDependencies": { - "@graphiql/react": "^0.20.3", + "@graphiql/react": "^0.20.4", "graphql": "^15.5.0 || ^16.0.0", "react": "^16.8.0 || ^17 || ^18", "react-dom": "^16.8.0 || ^17 || ^18" }, "devDependencies": { - "@graphiql/react": "^0.20.3", + "@graphiql/react": "^0.20.4", "@vitejs/plugin-react": "^4.0.1", "graphql": "^16.8.1", "react": "^18.2.0", diff --git a/packages/graphiql-react/CHANGELOG.md b/packages/graphiql-react/CHANGELOG.md index bb8e2d91838..2d7ac8fecbc 100644 --- a/packages/graphiql-react/CHANGELOG.md +++ b/packages/graphiql-react/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphiql/react +## 0.20.4 + +### Patch Changes + +- Updated dependencies [[`fc7de5a7`](https://github.com/graphql/graphiql/commit/fc7de5a75f4b23dd62dd630b705895b5fa5d0a03)]: + - codemirror-graphql@2.0.11 + ## 0.20.3 ### Patch Changes diff --git a/packages/graphiql-react/package.json b/packages/graphiql-react/package.json index 7d48807a3a9..171da58e185 100644 --- a/packages/graphiql-react/package.json +++ b/packages/graphiql-react/package.json @@ -1,6 +1,6 @@ { "name": "@graphiql/react", - "version": "0.20.3", + "version": "0.20.4", "repository": { "type": "git", "url": "https://github.com/graphql/graphiql", @@ -57,7 +57,7 @@ "@types/codemirror": "^5.60.8", "clsx": "^1.2.1", "codemirror": "^5.65.3", - "codemirror-graphql": "^2.0.10", + "codemirror-graphql": "^2.0.11", "copy-to-clipboard": "^3.2.0", "framer-motion": "^6.5.1", "graphql-language-service": "^5.2.0", diff --git a/packages/graphiql/CHANGELOG.md b/packages/graphiql/CHANGELOG.md index 468f934005e..d772828795b 100644 --- a/packages/graphiql/CHANGELOG.md +++ b/packages/graphiql/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 3.1.2 + +### Patch Changes + +- Updated dependencies []: + - @graphiql/react@0.20.4 + ## 3.1.1 ### Patch Changes diff --git a/packages/graphiql/package.json b/packages/graphiql/package.json index 2a06646b43b..757ee76b7b2 100644 --- a/packages/graphiql/package.json +++ b/packages/graphiql/package.json @@ -1,6 +1,6 @@ { "name": "graphiql", - "version": "3.1.1", + "version": "3.1.2", "description": "An graphical interactive in-browser GraphQL IDE.", "contributors": [ "Hyohyeon Jeong ", @@ -47,7 +47,7 @@ "webpack": "webpack-cli --config resources/webpack.config.js" }, "dependencies": { - "@graphiql/react": "^0.20.3", + "@graphiql/react": "^0.20.4", "@graphiql/toolkit": "^0.9.1", "graphql-language-service": "^5.2.0", "markdown-it": "^12.2.0"