diff --git a/dev-packages/application-package/package.json b/dev-packages/application-package/package.json index 1adf7c0168c2d..5c0c4c10b82a0 100644 --- a/dev-packages/application-package/package.json +++ b/dev-packages/application-package/package.json @@ -1,6 +1,6 @@ { "name": "@theia/application-package", - "version": "0.2.2", + "version": "0.2.4", "description": "Theia application package API.", "publishConfig": { "access": "public" diff --git a/dev-packages/cli/package.json b/dev-packages/cli/package.json index 80912828500b5..21e02305c619a 100644 --- a/dev-packages/cli/package.json +++ b/dev-packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@theia/cli", - "version": "0.2.2", + "version": "0.2.4", "description": "Theia CLI.", "publishConfig": { "access": "public" @@ -31,6 +31,6 @@ "docs": "echo 'skip'" }, "dependencies": { - "@theia/application-package": "^0.2.2" + "@theia/application-package": "^0.2.4" } } diff --git a/examples/browser/package.json b/examples/browser/package.json index 61fa8208eaa80..df0de7ad0e3e8 100644 --- a/examples/browser/package.json +++ b/examples/browser/package.json @@ -1,30 +1,30 @@ { "private": true, "name": "@theia/example-browser", - "version": "0.2.3", + "version": "0.2.4", "dependencies": { - "@theia/core": "^0.2.3", - "@theia/cpp": "^0.2.3", - "@theia/editor": "^0.2.3", - "@theia/extension-manager": "^0.2.3", - "@theia/file-search": "^0.2.3", - "@theia/filesystem": "^0.2.3", - "@theia/git": "^0.2.3", - "@theia/go": "^0.2.3", - "@theia/java": "^0.2.3", - "@theia/languages": "^0.2.3", - "@theia/markers": "^0.2.3", - "@theia/metrics": "^0.2.3", - "@theia/monaco": "^0.2.3", - "@theia/navigator": "^0.2.3", - "@theia/outline-view": "^0.2.3", - "@theia/preferences": "^0.2.3", - "@theia/process": "^0.2.3", - "@theia/python": "^0.2.3", - "@theia/terminal": "^0.2.3", - "@theia/typescript": "^0.2.3", - "@theia/userstorage": "^0.2.3", - "@theia/workspace": "^0.2.3" + "@theia/core": "^0.2.4", + "@theia/cpp": "^0.2.4", + "@theia/editor": "^0.2.4", + "@theia/extension-manager": "^0.2.4", + "@theia/file-search": "^0.2.4", + "@theia/filesystem": "^0.2.4", + "@theia/git": "^0.2.4", + "@theia/go": "^0.2.4", + "@theia/java": "^0.2.4", + "@theia/languages": "^0.2.4", + "@theia/markers": "^0.2.4", + "@theia/metrics": "^0.2.4", + "@theia/monaco": "^0.2.4", + "@theia/navigator": "^0.2.4", + "@theia/outline-view": "^0.2.4", + "@theia/preferences": "^0.2.4", + "@theia/process": "^0.2.4", + "@theia/python": "^0.2.4", + "@theia/terminal": "^0.2.4", + "@theia/typescript": "^0.2.4", + "@theia/userstorage": "^0.2.4", + "@theia/workspace": "^0.2.4" }, "scripts": { "prepare": "yarn run clean && yarn build", @@ -41,6 +41,6 @@ "coverage": "yarn coverage:compile && yarn test && yarn coverage:remap && yarn coverage:report:lcov && yarn coverage:report:html" }, "devDependencies": { - "@theia/cli": "^0.2.2" + "@theia/cli": "^0.2.4" } -} \ No newline at end of file +} diff --git a/examples/electron/package.json b/examples/electron/package.json index 086ebc69680c1..e39378d09687c 100644 --- a/examples/electron/package.json +++ b/examples/electron/package.json @@ -1,33 +1,33 @@ { "private": true, "name": "@theia/example-electron", - "version": "0.2.3", + "version": "0.2.4", "theia": { "target": "electron" }, "dependencies": { - "@theia/core": "^0.2.3", - "@theia/cpp": "^0.2.3", - "@theia/editor": "^0.2.3", - "@theia/extension-manager": "^0.2.3", - "@theia/file-search": "^0.2.3", - "@theia/filesystem": "^0.2.3", - "@theia/git": "^0.2.3", - "@theia/go": "^0.2.3", - "@theia/java": "^0.2.3", - "@theia/languages": "^0.2.3", - "@theia/markers": "^0.2.3", - "@theia/metrics": "^0.2.3", - "@theia/monaco": "^0.2.3", - "@theia/navigator": "^0.2.3", - "@theia/outline-view": "^0.2.3", - "@theia/preferences": "^0.2.3", - "@theia/process": "^0.2.3", - "@theia/python": "^0.2.3", - "@theia/terminal": "^0.2.3", - "@theia/typescript": "^0.2.3", - "@theia/userstorage": "^0.2.3", - "@theia/workspace": "^0.2.3" + "@theia/core": "^0.2.4", + "@theia/cpp": "^0.2.4", + "@theia/editor": "^0.2.4", + "@theia/extension-manager": "^0.2.4", + "@theia/file-search": "^0.2.4", + "@theia/filesystem": "^0.2.4", + "@theia/git": "^0.2.4", + "@theia/go": "^0.2.4", + "@theia/java": "^0.2.4", + "@theia/languages": "^0.2.4", + "@theia/markers": "^0.2.4", + "@theia/metrics": "^0.2.4", + "@theia/monaco": "^0.2.4", + "@theia/navigator": "^0.2.4", + "@theia/outline-view": "^0.2.4", + "@theia/preferences": "^0.2.4", + "@theia/process": "^0.2.4", + "@theia/python": "^0.2.4", + "@theia/terminal": "^0.2.4", + "@theia/typescript": "^0.2.4", + "@theia/userstorage": "^0.2.4", + "@theia/workspace": "^0.2.4" }, "scripts": { "prepare": "yarn run clean && yarn build", @@ -40,6 +40,6 @@ "test:ui": "wdio wdio.conf.js" }, "devDependencies": { - "@theia/cli": "^0.2.2" + "@theia/cli": "^0.2.4" } } diff --git a/lerna.json b/lerna.json index af35e4d12cc89..28d4461bc111d 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "lerna": "2.2.0", "npmClient": "yarn", "useWorkspaces": true, - "version": "0.2.3", + "version": "0.2.4", "command": { "run": { "stream": true diff --git a/packages/core/package.json b/packages/core/package.json index e1d0b73cbac08..cc88e7fc33ffc 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@theia/core", - "version": "0.2.3", + "version": "0.2.4", "description": "Theia is a cloud & desktop IDE framework implemented in TypeScript.", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", diff --git a/packages/cpp/package.json b/packages/cpp/package.json index ca6c3c972beaa..f0f2982702d6b 100644 --- a/packages/cpp/package.json +++ b/packages/cpp/package.json @@ -1,14 +1,14 @@ { "name": "@theia/cpp", - "version": "0.2.3", + "version": "0.2.4", "description": "Theia - Cpp Extension", "dependencies": { - "@theia/core": "^0.2.3", - "@theia/editor": "^0.2.3", - "@theia/filesystem": "^0.2.3", - "@theia/languages": "^0.2.3", - "@theia/monaco": "^0.2.3", - "@theia/preferences": "^0.2.3" + "@theia/core": "^0.2.4", + "@theia/editor": "^0.2.4", + "@theia/filesystem": "^0.2.4", + "@theia/languages": "^0.2.4", + "@theia/monaco": "^0.2.4", + "@theia/preferences": "^0.2.4" }, "publishConfig": { "access": "public" diff --git a/packages/editor/package.json b/packages/editor/package.json index b6937860af359..2637a85b2db18 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,11 +1,11 @@ { "name": "@theia/editor", - "version": "0.2.3", + "version": "0.2.4", "description": "Theia - Editor Extension", "dependencies": { - "@theia/core": "^0.2.3", - "@theia/languages": "^0.2.3", - "@theia/preferences-api": "^0.2.3" + "@theia/core": "^0.2.4", + "@theia/languages": "^0.2.4", + "@theia/preferences-api": "^0.2.4" }, "publishConfig": { "access": "public" diff --git a/packages/extension-manager/package.json b/packages/extension-manager/package.json index 6def191480593..7ff42bc7dbfb9 100644 --- a/packages/extension-manager/package.json +++ b/packages/extension-manager/package.json @@ -1,11 +1,11 @@ { "name": "@theia/extension-manager", - "version": "0.2.3", + "version": "0.2.4", "description": "Theia - Extension Manager", "dependencies": { - "@theia/application-package": "^0.2.2", - "@theia/core": "^0.2.3", - "@theia/filesystem": "^0.2.3", + "@theia/application-package": "^0.2.4", + "@theia/core": "^0.2.4", + "@theia/filesystem": "^0.2.4", "@types/sanitize-html": "^1.13.31", "@types/showdown": "^1.7.1", "sanitize-html": "^1.14.1", diff --git a/packages/file-search/package.json b/packages/file-search/package.json index 55073625af191..fa30cd712627e 100644 --- a/packages/file-search/package.json +++ b/packages/file-search/package.json @@ -1,11 +1,11 @@ { "name": "@theia/file-search", - "version": "0.2.3", + "version": "0.2.4", "description": "Theia - File Search Extension", "dependencies": { - "@theia/core": "^0.2.3", - "@theia/filesystem": "^0.2.3", - "@theia/workspace": "^0.2.3", + "@theia/core": "^0.2.4", + "@theia/filesystem": "^0.2.4", + "@theia/workspace": "^0.2.4", "fuzzy": "^0.1.3", "gitignore-parser": "^0.0.2" }, diff --git a/packages/filesystem/package.json b/packages/filesystem/package.json index f391101c20c24..416db9c4bdbdf 100644 --- a/packages/filesystem/package.json +++ b/packages/filesystem/package.json @@ -1,10 +1,10 @@ { "name": "@theia/filesystem", - "version": "0.2.3", + "version": "0.2.4", "description": "Theia - FileSystem Extension", "dependencies": { - "@theia/core": "^0.2.3", - "@theia/preferences-api": "^0.2.3", + "@theia/core": "^0.2.4", + "@theia/preferences-api": "^0.2.4", "@types/fs-extra": "^4.0.2", "@types/touch": "0.0.1", "fs-extra": "^4.0.2", @@ -53,4 +53,4 @@ "nyc": { "extends": "../../configs/nyc.json" } -} \ No newline at end of file +} diff --git a/packages/git/package.json b/packages/git/package.json index ca7126c84749b..4168d9080a399 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -1,13 +1,13 @@ { "name": "@theia/git", - "version": "0.2.3", + "version": "0.2.4", "description": "Theia - Git Integration", "dependencies": { - "@theia/core": "^0.2.3", - "@theia/editor": "^0.2.3", - "@theia/filesystem": "^0.2.3", - "@theia/preferences-api": "^0.2.3", - "@theia/workspace": "^0.2.3", + "@theia/core": "^0.2.4", + "@theia/editor": "^0.2.4", + "@theia/filesystem": "^0.2.4", + "@theia/preferences-api": "^0.2.4", + "@theia/workspace": "^0.2.4", "dugite-extra": "0.0.1-alpha.15", "find-git-repositories": "^0.1.0" }, @@ -50,4 +50,4 @@ "nyc": { "extends": "../../configs/nyc.json" } -} \ No newline at end of file +} diff --git a/packages/go/package.json b/packages/go/package.json index 4da93abd1c187..90c2a125df36b 100644 --- a/packages/go/package.json +++ b/packages/go/package.json @@ -1,13 +1,13 @@ { "name": "@theia/go", - "version": "0.2.3", + "version": "0.2.4", "description": "Theia - Go Extension", "dependencies": { - "@theia/core": "^0.2.3", - "@theia/editor": "^0.2.3", - "@theia/filesystem": "^0.2.3", - "@theia/languages": "^0.2.3", - "@theia/monaco": "^0.2.3" + "@theia/core": "^0.2.4", + "@theia/editor": "^0.2.4", + "@theia/filesystem": "^0.2.4", + "@theia/languages": "^0.2.4", + "@theia/monaco": "^0.2.4" }, "publishConfig": { "access": "public" diff --git a/packages/java/package.json b/packages/java/package.json index c4a84412e6bee..ea193f6b6d052 100644 --- a/packages/java/package.json +++ b/packages/java/package.json @@ -1,12 +1,12 @@ { "name": "@theia/java", - "version": "0.2.3", + "version": "0.2.4", "description": "Theia - Java Extension", "dependencies": { - "@theia/core": "^0.2.3", - "@theia/editor": "^0.2.3", - "@theia/languages": "^0.2.3", - "@theia/monaco": "^0.2.3", + "@theia/core": "^0.2.4", + "@theia/editor": "^0.2.4", + "@theia/languages": "^0.2.4", + "@theia/monaco": "^0.2.4", "@types/glob": "^5.0.30", "glob": "^7.1.2" }, diff --git a/packages/languages/package.json b/packages/languages/package.json index 676da57f0e06c..b542da12ebb19 100644 --- a/packages/languages/package.json +++ b/packages/languages/package.json @@ -1,10 +1,10 @@ { "name": "@theia/languages", - "version": "0.2.3", + "version": "0.2.4", "description": "Theia - Languages Extension", "dependencies": { - "@theia/core": "^0.2.3", - "@theia/process": "^0.2.3", + "@theia/core": "^0.2.4", + "@theia/process": "^0.2.4", "vscode-base-languageclient": "^0.0.1-alpha.3", "vscode-languageserver": "^3.4.0" }, diff --git a/packages/markers/package.json b/packages/markers/package.json index 81421086c0be3..60a6f2f541e6c 100644 --- a/packages/markers/package.json +++ b/packages/markers/package.json @@ -1,11 +1,11 @@ { "name": "@theia/markers", - "version": "0.2.3", + "version": "0.2.4", "description": "Theia - Markers Extension", "dependencies": { - "@theia/core": "^0.2.3", - "@theia/filesystem": "^0.2.3", - "@theia/workspace": "^0.2.3" + "@theia/core": "^0.2.4", + "@theia/filesystem": "^0.2.4", + "@theia/workspace": "^0.2.4" }, "publishConfig": { "access": "public" diff --git a/packages/metrics/package.json b/packages/metrics/package.json index 68b48b23ca38f..3a55e10ec82b7 100644 --- a/packages/metrics/package.json +++ b/packages/metrics/package.json @@ -1,9 +1,9 @@ { "name": "@theia/metrics", - "version": "0.2.3", + "version": "0.2.4", "description": "Theia - Metrics Extension", "dependencies": { - "@theia/core": "^0.2.3", + "@theia/core": "^0.2.4", "prom-client": "^10.2.0" }, "publishConfig": { diff --git a/packages/monaco/package.json b/packages/monaco/package.json index 143084311211b..e926e9f659ccd 100644 --- a/packages/monaco/package.json +++ b/packages/monaco/package.json @@ -1,16 +1,16 @@ { "name": "@theia/monaco", - "version": "0.2.3", + "version": "0.2.4", "description": "Theia - Monaco Extension", "dependencies": { - "@theia/core": "^0.2.3", - "@theia/editor": "^0.2.3", - "@theia/filesystem": "^0.2.3", - "@theia/languages": "^0.2.3", - "@theia/markers": "^0.2.3", - "@theia/outline-view": "^0.2.3", - "@theia/preferences": "^0.2.3", - "@theia/workspace": "^0.2.3", + "@theia/core": "^0.2.4", + "@theia/editor": "^0.2.4", + "@theia/filesystem": "^0.2.4", + "@theia/languages": "^0.2.4", + "@theia/markers": "^0.2.4", + "@theia/outline-view": "^0.2.4", + "@theia/preferences": "^0.2.4", + "@theia/workspace": "^0.2.4", "monaco-css": "^1.3.3", "monaco-html": "^1.3.2", "monaco-json": "^1.3.2", diff --git a/packages/navigator/package.json b/packages/navigator/package.json index 4520eaeb0a342..fd9b94f8b7654 100644 --- a/packages/navigator/package.json +++ b/packages/navigator/package.json @@ -1,11 +1,11 @@ { "name": "@theia/navigator", - "version": "0.2.3", + "version": "0.2.4", "description": "Theia - Navigator Extension", "dependencies": { - "@theia/core": "^0.2.3", - "@theia/filesystem": "^0.2.3", - "@theia/workspace": "^0.2.3" + "@theia/core": "^0.2.4", + "@theia/filesystem": "^0.2.4", + "@theia/workspace": "^0.2.4" }, "publishConfig": { "access": "public" diff --git a/packages/outline-view/package.json b/packages/outline-view/package.json index 0beb1edde43c8..2e975b468e994 100644 --- a/packages/outline-view/package.json +++ b/packages/outline-view/package.json @@ -1,9 +1,9 @@ { "name": "@theia/outline-view", - "version": "0.2.3", + "version": "0.2.4", "description": "Theia - Outline View Extension", "dependencies": { - "@theia/core": "^0.2.3" + "@theia/core": "^0.2.4" }, "publishConfig": { "access": "public" diff --git a/packages/preferences-api/package.json b/packages/preferences-api/package.json index 55f6a8d21fea9..c22e922092051 100644 --- a/packages/preferences-api/package.json +++ b/packages/preferences-api/package.json @@ -1,11 +1,11 @@ { "name": "@theia/preferences-api", - "version": "0.2.3", + "version": "0.2.4", "description": "Theia - Preferences API", "main": "lib/common/index.js", "typings": "lib/common/index.d.ts", "dependencies": { - "@theia/core": "^0.2.3" + "@theia/core": "^0.2.4" }, "publishConfig": { "access": "public" diff --git a/packages/preferences/package.json b/packages/preferences/package.json index b13cc9b09bee4..aa81516b4d313 100644 --- a/packages/preferences/package.json +++ b/packages/preferences/package.json @@ -1,12 +1,12 @@ { "name": "@theia/preferences", - "version": "0.2.3", + "version": "0.2.4", "description": "Theia - Preferences Extension", "dependencies": { - "@theia/core": "^0.2.3", - "@theia/filesystem": "^0.2.3", - "@theia/preferences-api": "^0.2.3", - "@theia/workspace": "^0.2.3", + "@theia/core": "^0.2.4", + "@theia/filesystem": "^0.2.4", + "@theia/preferences-api": "^0.2.4", + "@theia/workspace": "^0.2.4", "ajv": "^5.2.2", "jsonc-parser": "^1.0.0" }, diff --git a/packages/process/package.json b/packages/process/package.json index 31d719b383080..ba64f1a362241 100644 --- a/packages/process/package.json +++ b/packages/process/package.json @@ -1,9 +1,9 @@ { "name": "@theia/process", - "version": "0.2.3", + "version": "0.2.4", "description": "Theia process support.", "dependencies": { - "@theia/core": "^0.2.3", + "@theia/core": "^0.2.4", "node-pty": "^0.7.0", "string-argv": "0.0.2" }, diff --git a/packages/python/package.json b/packages/python/package.json index 6579a1e65d9e1..ca60a75afa366 100644 --- a/packages/python/package.json +++ b/packages/python/package.json @@ -1,10 +1,10 @@ { "name": "@theia/python", - "version": "0.2.3", + "version": "0.2.4", "description": "Theia - Python Extension", "dependencies": { - "@theia/core": "^0.2.3", - "@theia/languages": "^0.2.3" + "@theia/core": "^0.2.4", + "@theia/languages": "^0.2.4" }, "publishConfig": { "access": "public" diff --git a/packages/terminal/package.json b/packages/terminal/package.json index 6528190f319e6..4105e4a0ba03f 100644 --- a/packages/terminal/package.json +++ b/packages/terminal/package.json @@ -1,12 +1,12 @@ { "name": "@theia/terminal", - "version": "0.2.3", + "version": "0.2.4", "description": "Theia - Terminal Extension", "dependencies": { - "@theia/core": "^0.2.3", - "@theia/filesystem": "^0.2.3", - "@theia/process": "^0.2.3", - "@theia/workspace": "^0.2.3", + "@theia/core": "^0.2.4", + "@theia/filesystem": "^0.2.4", + "@theia/process": "^0.2.4", + "@theia/workspace": "^0.2.4", "@types/xterm": "^2.0.3", "xterm": "theia-ide/xterm.js#v3-built" }, diff --git a/packages/typescript/package.json b/packages/typescript/package.json index ad1bb2e900445..4449b18e88b15 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -1,11 +1,11 @@ { "name": "@theia/typescript", - "version": "0.2.3", + "version": "0.2.4", "description": "Theia - Typescript Extension", "dependencies": { - "@theia/core": "^0.2.3", - "@theia/languages": "^0.2.3", - "@theia/monaco": "^0.2.3", + "@theia/core": "^0.2.4", + "@theia/languages": "^0.2.4", + "@theia/monaco": "^0.2.4", "monaco-typescript": "^2.2.0", "typescript-language-server": "^0.1.4" }, diff --git a/packages/userstorage/package.json b/packages/userstorage/package.json index 0824216f63cad..54f32f6172d53 100644 --- a/packages/userstorage/package.json +++ b/packages/userstorage/package.json @@ -1,10 +1,10 @@ { "name": "@theia/userstorage", - "version": "0.2.3", + "version": "0.2.4", "description": "Theia - User Storage Extension", "dependencies": { - "@theia/core": "^0.2.3", - "@theia/filesystem": "^0.2.3" + "@theia/core": "^0.2.4", + "@theia/filesystem": "^0.2.4" }, "publishConfig": { "access": "public" diff --git a/packages/workspace/package.json b/packages/workspace/package.json index eb5216332b371..a6d504de884e5 100644 --- a/packages/workspace/package.json +++ b/packages/workspace/package.json @@ -1,10 +1,10 @@ { "name": "@theia/workspace", - "version": "0.2.3", + "version": "0.2.4", "description": "Theia - Workspace Extension", "dependencies": { - "@theia/core": "^0.2.3", - "@theia/filesystem": "^0.2.3" + "@theia/core": "^0.2.4", + "@theia/filesystem": "^0.2.4" }, "publishConfig": { "access": "public"