Skip to content

Commit

Permalink
add prerelease versions
Browse files Browse the repository at this point in the history
  • Loading branch information
acao authored and thomasheyenbrock committed Aug 9, 2022
1 parent 56c43e2 commit 9ffb674
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 11 deletions.
17 changes: 17 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"mode": "pre",
"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",
"graphql-language-service": "5.0.6",
"graphql-language-service-cli": "3.3.0",
"graphql-language-service-server": "2.8.0",
"monaco-graphql": "1.1.2",
"vscode-graphql": "0.6.0"
},
"changesets": []
}
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": "^0.6.1",
"graphiql": "^1.11.3",
"@graphiql/toolkit": "^1.0.0-next.0",
"graphiql": "^2.0.0-next.0",
"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": "^0.6.1",
"@graphiql/toolkit": "^1.0.0-next.0",
"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": "1.3.2",
"version": "2.0.0-next.0",
"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": "0.9.0",
"version": "1.0.0-next.0",
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphiql",
Expand Down Expand Up @@ -37,9 +37,9 @@
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@graphiql/toolkit": "^0.6.1",
"@graphiql/toolkit": "^1.0.0-next.0",
"codemirror": "^5.65.3",
"codemirror-graphql": "^1.3.2",
"codemirror-graphql": "^2.0.0-next.0",
"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": "0.6.1",
"version": "1.0.0-next.0",
"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": "1.11.3",
"version": "2.0.0-next.0",
"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": "^0.9.0",
"@graphiql/toolkit": "^0.6.1",
"@graphiql/react": "^1.0.0-next.0",
"@graphiql/toolkit": "^1.0.0-next.0",
"entities": "^2.0.0",
"graphql-language-service": "^5.0.6",
"markdown-it": "^12.2.0"
Expand Down

0 comments on commit 9ffb674

Please sign in to comment.