Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akosyakov committed Aug 26, 2019
1 parent cc69390 commit b466d22
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monaco-languageclient",
"version": "0.9.0",
"version": "0.10.0",
"description": "Monaco Language client implementation",
"author": "TypeFox GmbH (https://www.typefox.io)",
"license": "MIT",
Expand Down Expand Up @@ -36,4 +36,4 @@
"workspace-a",
"workspace-b"
]
}
}
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"private": true,
"name": "node-example",
"version": "0.9.0",
"version": "0.10.0",
"dependencies": {
"express": "^4.15.2",
"monaco-editor-core": "^0.17.0",
"monaco-languageclient": "0.9.0",
"monaco-languageclient": "^0.10.0",
"normalize-url": "^2.0.1",
"reconnecting-websocket": "^3.2.2",
"request-light": "^0.2.2",
Expand Down
6 changes: 3 additions & 3 deletions examples/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"private": true,
"name": "browser-example",
"version": "0.9.0",
"version": "0.10.0",
"dependencies": {
"monaco-languageclient": "0.9.0",
"monaco-languageclient": "^0.10.0",
"vscode-json-languageservice": "^3.3.1",
"vscode-languageserver-types": "^3.15.0-next"
},
Expand All @@ -19,4 +19,4 @@
"update:monaco-languageclient": "yarn run clean:monaco-languageclient && yarn install",
"clean:monaco-languageclient": "rimraf node_modules/monaco-languageclient"
}
}
}
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.9.0",
"version": "0.10.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand All @@ -10,4 +10,4 @@
"registry": "https://registry.npmjs.org/"
}
}
}
}

0 comments on commit b466d22

Please sign in to comment.