Skip to content

Commit

Permalink
chore: reset version to 0.1.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
acao committed May 17, 2020
1 parent c79158c commit 5d11b2f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/monaco-graphql-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"graphql": "14.6.0",
"monaco-graphql": "^2.3.4-alpha.4",
"monaco-graphql": "^0.1.0",
"prettier": "^2.0.2"
},
"devDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion packages/graphiql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
"entities": "^2.0.0",
"markdown-it": "^10.0.0",
"regenerator-runtime": "^0.13.5",
"theme-ui": "^0.3.1"
"theme-ui": "^0.3.1",
"monaco-graphql": "^0.1.0"
},
"peerDependencies": {
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/monaco-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "monaco-graphql",
"description": "full service, official monaco mode for GraphQL",
"version": "2.3.4-alpha.5",
"version": "0.0.9",
"main": "dist/monaco.contribution.js",
"module": "esm/monaco.contribution.js",
"typings": "esm/typings/monaco.d.ts",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10221,6 +10221,7 @@ grapheme-breaker@^0.3.2:
copy-to-clipboard "^3.2.0"
entities "^2.0.0"
markdown-it "^10.0.0"
monaco-graphql "^0.1.0"
regenerator-runtime "^0.13.5"
theme-ui "^0.3.1"

Expand Down

0 comments on commit 5d11b2f

Please sign in to comment.