Skip to content

Commit 8f43129

Browse files
committed
add prerelease versions
1 parent 4bad384 commit 8f43129

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

Diff for: .changeset/pre.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"mode": "pre",
3+
"tag": "next",
4+
"initialVersions": {
5+
"example-monaco-graphql-react-vite": "0.0.0",
6+
"codemirror-graphql": "2.0.0-next.0",
7+
"graphiql": "2.0.0-next.0",
8+
"@graphiql/react": "1.0.0-next.0",
9+
"@graphiql/toolkit": "1.0.0-next.0",
10+
"graphql-language-service": "5.0.6",
11+
"graphql-language-service-cli": "3.3.0",
12+
"graphql-language-service-server": "2.8.0",
13+
"monaco-graphql": "1.1.2",
14+
"vscode-graphql": "0.6.0"
15+
},
16+
"changesets": []
17+
}

Diff for: packages/codemirror-graphql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codemirror-graphql",
3-
"version": "1.3.2",
3+
"version": "2.0.0-next.0",
44
"description": "GraphQL mode and helpers for CodeMirror.",
55
"contributors": [
66
"Hyohyeon Jeong <[email protected]>",

Diff for: packages/graphiql-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/react",
3-
"version": "0.5.2",
3+
"version": "1.0.0-next.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/graphql/graphiql",

Diff for: packages/graphiql-toolkit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphiql/toolkit",
3-
"version": "0.6.0",
3+
"version": "1.0.0-next.0",
44
"description": "Utility to build a fetcher for GraphiQL",
55
"contributors": [
66
"Rikki Schulte <[email protected]> (https://rikki.dev)"

Diff for: packages/graphiql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphiql",
3-
"version": "1.9.13",
3+
"version": "2.0.0-next.0",
44
"description": "An graphical interactive in-browser GraphQL IDE.",
55
"contributors": [
66
"Hyohyeon Jeong <[email protected]>",

0 commit comments

Comments
 (0)