From 7f7b9167b0651cdc9bd33a14e52e8919f03675db Mon Sep 17 00:00:00 2001 From: Rikki Schulte Date: Wed, 27 Jul 2022 22:13:04 +0200 Subject: [PATCH] increment versions from release --- .changeset/pre.json | 8 ++++---- examples/graphiql-webpack/package.json | 4 ++-- examples/monaco-graphql-react-vite/package.json | 2 +- packages/codemirror-graphql/package.json | 2 +- packages/graphiql-react/package.json | 6 +++--- packages/graphiql-toolkit/package.json | 2 +- packages/graphiql/package.json | 6 +++--- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index f801db95350..e6030d43c0e 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.0", - "graphiql": "2.0.0-next.0", - "@graphiql/react": "1.0.0-next.0", - "@graphiql/toolkit": "1.0.0-next.0", + "codemirror-graphql": "2.0.0-next.1", + "graphiql": "2.0.0-next.1", + "@graphiql/react": "1.0.0-next.1", + "@graphiql/toolkit": "1.0.0-next.1", "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-webpack/package.json b/examples/graphiql-webpack/package.json index 46afe965ecc..42b27aa9932 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.0", - "graphiql": "^2.0.0-next.0", + "@graphiql/toolkit": "^1.0.0-next.1", + "graphiql": "^2.0.0-next.1", "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 85ce89ebd90..aa83ba6e415 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.0", + "@graphiql/toolkit": "^1.0.0-next.1", "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 548a02d9998..82fb8db3a52 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.0", + "version": "2.0.0-next.1", "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 a307d9e8847..620b72a71db 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.0", + "version": "1.0.0-next.1", "repository": { "type": "git", "url": "https://github.com/graphql/graphiql", @@ -37,10 +37,10 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@graphiql/toolkit": "^1.0.0-next.0", + "@graphiql/toolkit": "^1.0.0-next.1", "@reach/combobox": "^0.17.0", "codemirror": "^5.65.3", - "codemirror-graphql": "^2.0.0-next.0", + "codemirror-graphql": "^2.0.0-next.1", "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 20fe6dd7c57..03aace3d905 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.0", + "version": "1.0.0-next.1", "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 93100300518..f4f9c60b2e6 100644 --- a/packages/graphiql/package.json +++ b/packages/graphiql/package.json @@ -1,6 +1,6 @@ { "name": "graphiql", - "version": "2.0.0-next.0", + "version": "2.0.0-next.1", "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.0", - "@graphiql/toolkit": "^1.0.0-next.0", + "@graphiql/react": "^1.0.0-next.1", + "@graphiql/toolkit": "^1.0.0-next.1", "entities": "^2.0.0", "graphql-language-service": "^5.1.0", "markdown-it": "^12.2.0"