Skip to content

Commit a19a1ae

Browse files
add changesets
1 parent 868c4ab commit a19a1ae

File tree

4 files changed

+34
-0
lines changed

4 files changed

+34
-0
lines changed

.changeset/five-pillows-fail.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphiql/react': minor
3+
---
4+
5+
Add editor components and implement styles for the new GraphiQL design

.changeset/gentle-forks-rule.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'codemirror-graphql': major
3+
---
4+
5+
BREAKING: Change the implementation of the info popup when hovering items in the code editor to enable the implementation of the new GraphiQL design

.changeset/perfect-flowers-hunt.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'graphiql': minor
3+
---
4+
5+
Consume the editor components from `@graphiql/react`

.changeset/pre.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"mode": "pre",
3+
"tag": "alpha",
4+
"initialVersions": {
5+
"example-graphiql-webpack": "1.1.1-alpha.8",
6+
"example-monaco-graphql-react-vite": "0.0.0",
7+
"example-monaco-graphql-webpack": "1.1.1-alpha.7",
8+
"codemirror-graphql": "1.3.2",
9+
"graphiql": "1.9.9",
10+
"@graphiql/react": "0.4.2",
11+
"@graphiql/toolkit": "0.6.0",
12+
"graphql-language-service": "5.0.6",
13+
"graphql-language-service-cli": "3.2.28",
14+
"graphql-language-service-server": "2.7.27",
15+
"monaco-graphql": "1.1.2",
16+
"vscode-graphql": "0.4.13"
17+
},
18+
"changesets": []
19+
}

0 commit comments

Comments
 (0)