Skip to content

Commit 5d11b2f

Browse files
committed
chore: reset version to 0.1.0
makes more sense that this would be in 0.x.y. pre-release state. full variables completion, LSP support, and a full-test suite should be the baseline for the first stable 1.0.0 release.
1 parent c79158c commit 5d11b2f

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

examples/monaco-graphql-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"graphql": "14.6.0",
16-
"monaco-graphql": "^2.3.4-alpha.4",
16+
"monaco-graphql": "^0.1.0",
1717
"prettier": "^2.0.2"
1818
},
1919
"devDependencies": {

packages/graphiql/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
"entities": "^2.0.0",
5151
"markdown-it": "^10.0.0",
5252
"regenerator-runtime": "^0.13.5",
53-
"theme-ui": "^0.3.1"
53+
"theme-ui": "^0.3.1",
54+
"monaco-graphql": "^0.1.0"
5455
},
5556
"peerDependencies": {
5657
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0",

packages/monaco-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "monaco-graphql",
33
"description": "full service, official monaco mode for GraphQL",
4-
"version": "2.3.4-alpha.5",
4+
"version": "0.0.9",
55
"main": "dist/monaco.contribution.js",
66
"module": "esm/monaco.contribution.js",
77
"typings": "esm/typings/monaco.d.ts",

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10221,6 +10221,7 @@ grapheme-breaker@^0.3.2:
1022110221
copy-to-clipboard "^3.2.0"
1022210222
entities "^2.0.0"
1022310223
markdown-it "^10.0.0"
10224+
monaco-graphql "^0.1.0"
1022410225
regenerator-runtime "^0.13.5"
1022510226
theme-ui "^0.3.1"
1022610227

0 commit comments

Comments
 (0)