Skip to content

Commit

Permalink
increment next versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheyenbrock committed Aug 5, 2022
1 parent 63d7605 commit 4b79a3f
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"tag": "next",
"initialVersions": {
"example-monaco-graphql-react-vite": "0.0.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",
"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",
"graphql-language-service": "5.0.6",
"graphql-language-service-cli": "3.3.0",
"graphql-language-service-server": "2.8.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/graphiql-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"start": "cross-env NODE_ENV=development webpack-dev-server"
},
"dependencies": {
"@graphiql/toolkit": "^1.0.0-next.1",
"graphiql": "^2.0.0-next.1",
"@graphiql/toolkit": "^1.0.0-next.2",
"graphiql": "^2.0.0-next.2",
"graphql": "^16.4.0",
"graphql-ws": "^5.5.5",
"react": "^17.0.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/monaco-graphql-react-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "0.0.0",
"dependencies": {
"@graphiql/toolkit": "^1.0.0-next.1",
"@graphiql/toolkit": "^1.0.0-next.2",
"graphql-language-service": "^5.0.6",
"monaco-graphql": "^1.1.2",
"react": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemirror-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codemirror-graphql",
"version": "2.0.0-next.1",
"version": "2.0.0-next.2",
"description": "GraphQL mode and helpers for CodeMirror.",
"contributors": [
"Hyohyeon Jeong <[email protected]>",
Expand Down
6 changes: 3 additions & 3 deletions packages/graphiql-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiql/react",
"version": "1.0.0-next.1",
"version": "1.0.0-next.2",
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphiql",
Expand Down Expand Up @@ -37,13 +37,13 @@
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@graphiql/toolkit": "^1.0.0-next.1",
"@graphiql/toolkit": "^1.0.0-next.2",
"@reach/combobox": "^0.17.0",
"@reach/dialog": "^0.17.0",
"@reach/menu-button": "^0.17.0",
"@reach/visually-hidden": "^0.17.0",
"codemirror": "^5.65.3",
"codemirror-graphql": "^2.0.0-next.1",
"codemirror-graphql": "^2.0.0-next.2",
"copy-to-clipboard": "^3.2.0",
"graphql-language-service": "^5.0.6",
"markdown-it": "^12.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiql/toolkit",
"version": "1.0.0-next.1",
"version": "1.0.0-next.2",
"description": "Utility to build a fetcher for GraphiQL",
"contributors": [
"Rikki Schulte <[email protected]> (https://rikki.dev)"
Expand Down
6 changes: 3 additions & 3 deletions packages/graphiql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphiql",
"version": "2.0.0-next.1",
"version": "2.0.0-next.2",
"description": "An graphical interactive in-browser GraphQL IDE.",
"contributors": [
"Hyohyeon Jeong <[email protected]>",
Expand Down Expand Up @@ -50,8 +50,8 @@
"webpack": "webpack --config resources/webpack.config.js"
},
"dependencies": {
"@graphiql/react": "^1.0.0-next.1",
"@graphiql/toolkit": "^1.0.0-next.1",
"@graphiql/react": "^1.0.0-next.2",
"@graphiql/toolkit": "^1.0.0-next.2",
"entities": "^2.0.0",
"graphql-language-service": "^5.0.6",
"markdown-it": "^12.2.0"
Expand Down

0 comments on commit 4b79a3f

Please sign in to comment.