diff --git a/.changeset/pre.json b/.changeset/pre.json index 275c5a0cd05..9dc7cc2c1db 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -3,10 +3,10 @@ "tag": "next", "initialVersions": { "example-monaco-graphql-react-vite": "0.0.0", - "codemirror-graphql": "2.0.0-next.2", - "graphiql": "2.0.0-next.2", - "@graphiql/react": "1.0.0-next.2", - "@graphiql/toolkit": "1.0.0-next.2", + "codemirror-graphql": "2.0.0-next.3", + "graphiql": "2.0.0-next.3", + "@graphiql/react": "1.0.0-next.3", + "@graphiql/toolkit": "1.0.0-next.3", "graphql-language-service": "5.0.6", "graphql-language-service-cli": "3.3.0", "graphql-language-service-server": "2.8.0", diff --git a/examples/graphiql-explorer/package.json b/examples/graphiql-explorer/package.json index 3f20c53ada7..7f00a497a48 100644 --- a/examples/graphiql-explorer/package.json +++ b/examples/graphiql-explorer/package.json @@ -9,9 +9,9 @@ "preview": "vite preview" }, "dependencies": { - "@graphiql/react": "^1.0.0-next.2", - "@graphiql/toolkit": "^1.0.0-next.2", - "graphiql": "^2.0.0-next.2", + "@graphiql/react": "^1.0.0-next.3", + "@graphiql/toolkit": "^1.0.0-next.3", + "graphiql": "^2.0.0-next.3", "graphiql-explorer": "^0.9.0", "graphql": "^16.4.0", "react": "^18.2.0", diff --git a/examples/graphiql-webpack/package.json b/examples/graphiql-webpack/package.json index 46417a2856e..60fa4201b68 100644 --- a/examples/graphiql-webpack/package.json +++ b/examples/graphiql-webpack/package.json @@ -9,8 +9,8 @@ "start": "cross-env NODE_ENV=development webpack-dev-server" }, "dependencies": { - "@graphiql/toolkit": "^1.0.0-next.2", - "graphiql": "^2.0.0-next.2", + "@graphiql/toolkit": "^1.0.0-next.3", + "graphiql": "^2.0.0-next.3", "graphql": "^16.4.0", "graphql-ws": "^5.5.5", "react": "^17.0.2" diff --git a/examples/monaco-graphql-react-vite/package.json b/examples/monaco-graphql-react-vite/package.json index 8b85ec118c8..3ea60fdcae3 100644 --- a/examples/monaco-graphql-react-vite/package.json +++ b/examples/monaco-graphql-react-vite/package.json @@ -3,7 +3,7 @@ "private": true, "version": "0.0.0", "dependencies": { - "@graphiql/toolkit": "^1.0.0-next.2", + "@graphiql/toolkit": "^1.0.0-next.3", "graphql-language-service": "^5.0.6", "monaco-graphql": "^1.1.2", "react": "^17.0.2", diff --git a/packages/codemirror-graphql/package.json b/packages/codemirror-graphql/package.json index 65043745f4d..73ed769dc36 100644 --- a/packages/codemirror-graphql/package.json +++ b/packages/codemirror-graphql/package.json @@ -1,6 +1,6 @@ { "name": "codemirror-graphql", - "version": "2.0.0-next.2", + "version": "2.0.0-next.3", "description": "GraphQL mode and helpers for CodeMirror.", "contributors": [ "Hyohyeon Jeong ", diff --git a/packages/graphiql-react/package.json b/packages/graphiql-react/package.json index a1dc89a1163..f06b3941e45 100644 --- a/packages/graphiql-react/package.json +++ b/packages/graphiql-react/package.json @@ -1,6 +1,6 @@ { "name": "@graphiql/react", - "version": "1.0.0-next.2", + "version": "1.0.0-next.3", "repository": { "type": "git", "url": "https://github.com/graphql/graphiql", @@ -36,7 +36,7 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@graphiql/toolkit": "^1.0.0-next.2", + "@graphiql/toolkit": "^1.0.0-next.3", "@reach/combobox": "^0.17.0", "@reach/dialog": "^0.17.0", "@reach/listbox": "^0.17.0", @@ -44,7 +44,7 @@ "@reach/tooltip": "^0.17.0", "@reach/visually-hidden": "^0.17.0", "codemirror": "^5.65.3", - "codemirror-graphql": "^2.0.0-next.2", + "codemirror-graphql": "^2.0.0-next.3", "copy-to-clipboard": "^3.2.0", "graphql-language-service": "^5.1.0", "markdown-it": "^12.2.0", diff --git a/packages/graphiql-toolkit/package.json b/packages/graphiql-toolkit/package.json index 9125d231186..58078820809 100644 --- a/packages/graphiql-toolkit/package.json +++ b/packages/graphiql-toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@graphiql/toolkit", - "version": "1.0.0-next.2", + "version": "1.0.0-next.3", "description": "Utility to build a fetcher for GraphiQL", "contributors": [ "Rikki Schulte (https://rikki.dev)" diff --git a/packages/graphiql/package.json b/packages/graphiql/package.json index 6e88af0791c..e144d4f14b7 100644 --- a/packages/graphiql/package.json +++ b/packages/graphiql/package.json @@ -1,6 +1,6 @@ { "name": "graphiql", - "version": "2.0.0-next.2", + "version": "2.0.0-next.3", "description": "An graphical interactive in-browser GraphQL IDE.", "contributors": [ "Hyohyeon Jeong ", @@ -50,8 +50,8 @@ "webpack": "webpack --config resources/webpack.config.js" }, "dependencies": { - "@graphiql/react": "^1.0.0-next.2", - "@graphiql/toolkit": "^1.0.0-next.2", + "@graphiql/react": "^1.0.0-next.3", + "@graphiql/toolkit": "^1.0.0-next.3", "entities": "^2.0.0", "graphql-language-service": "^5.1.0", "markdown-it": "^12.2.0"