Skip to content

Commit

Permalink
publish v0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
  • Loading branch information
marcdumais-work committed Feb 28, 2019
1 parent 7f23b92 commit 71ad540
Show file tree
Hide file tree
Showing 53 changed files with 1,292 additions and 387 deletions.
210 changes: 136 additions & 74 deletions CHANGELOG.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dev-packages/application-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theia/application-manager",
"version": "0.3.19",
"version": "0.4.0",
"description": "Theia application manager API.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -29,7 +29,7 @@
"docs": "theiaext docs"
},
"dependencies": {
"@theia/application-package": "^0.3.19",
"@theia/application-package": "^0.4.0",
"@types/fs-extra": "^4.0.2",
"bunyan": "^1.8.10",
"circular-dependency-plugin": "^5.0.0",
Expand All @@ -52,7 +52,7 @@
"worker-loader": "^1.1.1"
},
"devDependencies": {
"@theia/ext-scripts": "^0.3.19"
"@theia/ext-scripts": "^0.4.0"
},
"nyc": {
"extends": "../../configs/nyc.json"
Expand Down
4 changes: 2 additions & 2 deletions dev-packages/application-package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theia/application-package",
"version": "0.3.19",
"version": "0.4.0",
"description": "Theia application package API.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -41,7 +41,7 @@
"write-json-file": "^2.2.0"
},
"devDependencies": {
"@theia/ext-scripts": "^0.3.19"
"@theia/ext-scripts": "^0.4.0"
},
"nyc": {
"extends": "../../configs/nyc.json"
Expand Down
4 changes: 2 additions & 2 deletions dev-packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theia/cli",
"version": "0.3.19",
"version": "0.4.0",
"description": "Theia CLI.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -31,6 +31,6 @@
"docs": "echo 'skip'"
},
"dependencies": {
"@theia/application-manager": "^0.3.19"
"@theia/application-manager": "^0.4.0"
}
}
2 changes: 1 addition & 1 deletion dev-packages/ext-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@theia/ext-scripts",
"version": "0.3.19",
"version": "0.4.0",
"description": "NPM scripts for Theia packages.",
"files": [
"theiaext"
Expand Down
86 changes: 43 additions & 43 deletions examples/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@theia/example-electron",
"version": "0.3.19",
"version": "0.4.0",
"theia": {
"target": "electron",
"frontend": {
Expand All @@ -15,47 +15,47 @@
"`@theia/debug`, `@theia/debug-nodejs` and `@theia/java-debug` are removed due to https://github.com/theia-ide/theia/issues/3716"
],
"dependencies": {
"@theia/callhierarchy": "^0.3.19",
"@theia/console": "^0.3.19",
"@theia/core": "^0.3.19",
"@theia/cpp": "^0.3.19",
"@theia/debug": "^0.3.19",
"@theia/debug-nodejs": "^0.3.19",
"@theia/editor": "^0.3.19",
"@theia/editor-preview": "^0.3.19",
"@theia/editorconfig": "^0.3.19",
"@theia/extension-manager": "^0.3.19",
"@theia/file-search": "^0.3.19",
"@theia/filesystem": "^0.3.19",
"@theia/getting-started": "^0.3.19",
"@theia/git": "^0.3.19",
"@theia/java": "^0.3.19",
"@theia/java-debug": "^0.3.19",
"@theia/json": "^0.3.19",
"@theia/keymaps": "^0.3.19",
"@theia/languages": "^0.3.19",
"@theia/markers": "^0.3.19",
"@theia/merge-conflicts": "^0.3.19",
"@theia/messages": "^0.3.19",
"@theia/metrics": "^0.3.19",
"@theia/mini-browser": "^0.3.19",
"@theia/monaco": "^0.3.19",
"@theia/navigator": "^0.3.19",
"@theia/outline-view": "^0.3.19",
"@theia/output": "^0.3.19",
"@theia/preferences": "^0.3.19",
"@theia/preview": "^0.3.19",
"@theia/process": "^0.3.19",
"@theia/python": "^0.3.19",
"@theia/search-in-workspace": "^0.3.19",
"@theia/task": "^0.3.19",
"@theia/terminal": "^0.3.19",
"@theia/textmate-grammars": "^0.3.19",
"@theia/tslint": "^0.3.19",
"@theia/typescript": "^0.3.19",
"@theia/userstorage": "^0.3.19",
"@theia/variable-resolver": "^0.3.19",
"@theia/workspace": "^0.3.19"
"@theia/callhierarchy": "^0.4.0",
"@theia/console": "^0.4.0",
"@theia/core": "^0.4.0",
"@theia/cpp": "^0.4.0",
"@theia/debug": "^0.4.0",
"@theia/debug-nodejs": "^0.4.0",
"@theia/editor": "^0.4.0",
"@theia/editor-preview": "^0.4.0",
"@theia/editorconfig": "^0.4.0",
"@theia/extension-manager": "^0.4.0",
"@theia/file-search": "^0.4.0",
"@theia/filesystem": "^0.4.0",
"@theia/getting-started": "^0.4.0",
"@theia/git": "^0.4.0",
"@theia/java": "^0.4.0",
"@theia/java-debug": "^0.4.0",
"@theia/json": "^0.4.0",
"@theia/keymaps": "^0.4.0",
"@theia/languages": "^0.4.0",
"@theia/markers": "^0.4.0",
"@theia/merge-conflicts": "^0.4.0",
"@theia/messages": "^0.4.0",
"@theia/metrics": "^0.4.0",
"@theia/mini-browser": "^0.4.0",
"@theia/monaco": "^0.4.0",
"@theia/navigator": "^0.4.0",
"@theia/outline-view": "^0.4.0",
"@theia/output": "^0.4.0",
"@theia/preferences": "^0.4.0",
"@theia/preview": "^0.4.0",
"@theia/process": "^0.4.0",
"@theia/python": "^0.4.0",
"@theia/search-in-workspace": "^0.4.0",
"@theia/task": "^0.4.0",
"@theia/terminal": "^0.4.0",
"@theia/textmate-grammars": "^0.4.0",
"@theia/tslint": "^0.4.0",
"@theia/typescript": "^0.4.0",
"@theia/userstorage": "^0.4.0",
"@theia/variable-resolver": "^0.4.0",
"@theia/workspace": "^0.4.0"
},
"scripts": {
"prepare": "yarn run clean && yarn build",
Expand All @@ -68,6 +68,6 @@
"test:ui": "wdio wdio.conf.js"
},
"devDependencies": {
"@theia/cli": "^0.3.19"
"@theia/cli": "^0.4.0"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"lerna": "2.2.0",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.3.19",
"version": "0.4.0",
"command": {
"run": {
"stream": true
Expand Down
6 changes: 3 additions & 3 deletions packages/bunyan/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@theia/bunyan",
"version": "0.3.19",
"version": "0.4.0",
"description": "Theia - bunyan Logger Extension",
"dependencies": {
"@theia/core": "^0.3.19",
"@theia/core": "^0.4.0",
"@types/bunyan": "^1.8.0",
"bunyan": "^1.8.10"
},
Expand Down Expand Up @@ -40,7 +40,7 @@
"docs": "theiaext docs"
},
"devDependencies": {
"@theia/ext-scripts": "^0.3.19"
"@theia/ext-scripts": "^0.4.0"
},
"nyc": {
"extends": "../../configs/nyc.json"
Expand Down
12 changes: 6 additions & 6 deletions packages/callhierarchy/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@theia/callhierarchy",
"version": "0.3.19",
"version": "0.4.0",
"description": "Theia - Call Hierarchy Extension",
"dependencies": {
"@theia/core": "^0.3.19",
"@theia/editor": "^0.3.19",
"@theia/languages": "^0.3.19",
"@theia/monaco": "^0.3.19",
"@theia/core": "^0.4.0",
"@theia/editor": "^0.4.0",
"@theia/languages": "^0.4.0",
"@theia/monaco": "^0.4.0",
"ts-md5": "^1.2.2"
},
"publishConfig": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"docs": "theiaext docs"
},
"devDependencies": {
"@theia/ext-scripts": "^0.3.19"
"@theia/ext-scripts": "^0.4.0"
},
"nyc": {
"extends": "../../configs/nyc.json"
Expand Down
8 changes: 4 additions & 4 deletions packages/console/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@theia/console",
"version": "0.3.19",
"version": "0.4.0",
"description": "Theia - Console Extension",
"dependencies": {
"@theia/core": "^0.3.19",
"@theia/monaco": "^0.3.19",
"@theia/core": "^0.4.0",
"@theia/monaco": "^0.4.0",
"anser": "^1.4.7"
},
"publishConfig": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"docs": "theiaext docs"
},
"devDependencies": {
"@theia/ext-scripts": "^0.3.19"
"@theia/ext-scripts": "^0.4.0"
},
"nyc": {
"extends": "../../configs/nyc.json"
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@theia/core",
"version": "0.3.19",
"version": "0.4.0",
"description": "Theia is a cloud & desktop IDE framework implemented in TypeScript.",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
"dependencies": {
"@phosphor/widgets": "^1.5.0",
"@theia/application-package": "^0.3.19",
"@theia/application-package": "^0.4.0",
"@types/body-parser": "^1.16.4",
"@types/bunyan": "^1.8.0",
"@types/express": "^4.16.0",
Expand Down Expand Up @@ -83,7 +83,7 @@
"docs": "theiaext docs"
},
"devDependencies": {
"@theia/ext-scripts": "^0.3.19"
"@theia/ext-scripts": "^0.4.0"
},
"nyc": {
"extends": "../../configs/nyc.json"
Expand Down
20 changes: 10 additions & 10 deletions packages/cpp/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@theia/cpp",
"version": "0.3.19",
"version": "0.4.0",
"description": "Theia - Cpp Extension",
"dependencies": {
"@theia/core": "^0.3.19",
"@theia/editor": "^0.3.19",
"@theia/filesystem": "^0.3.19",
"@theia/languages": "^0.3.19",
"@theia/monaco": "^0.3.19",
"@theia/preferences": "^0.3.19",
"@theia/process": "^0.3.19",
"@theia/task": "^0.3.19",
"@theia/core": "^0.4.0",
"@theia/editor": "^0.4.0",
"@theia/filesystem": "^0.4.0",
"@theia/languages": "^0.4.0",
"@theia/monaco": "^0.4.0",
"@theia/preferences": "^0.4.0",
"@theia/process": "^0.4.0",
"@theia/task": "^0.4.0",
"string-argv": "^0.1.1"
},
"publishConfig": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"docs": "theiaext docs"
},
"devDependencies": {
"@theia/ext-scripts": "^0.3.19"
"@theia/ext-scripts": "^0.4.0"
},
"nyc": {
"extends": "../../configs/nyc.json"
Expand Down
6 changes: 3 additions & 3 deletions packages/debug-nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@theia/debug-nodejs",
"version": "0.3.19",
"version": "0.4.0",
"description": "Theia - NodeJS Debug Extension",
"dependencies": {
"@theia/debug": "^0.3.19",
"@theia/debug": "^0.4.0",
"ps-list": "5.0.1",
"vscode-debugprotocol": "^1.32.0"
},
Expand Down Expand Up @@ -44,7 +44,7 @@
"docs": "theiaext docs"
},
"devDependencies": {
"@theia/ext-scripts": "^0.3.19"
"@theia/ext-scripts": "^0.4.0"
},
"nyc": {
"extends": "../../configs/nyc.json"
Expand Down
28 changes: 14 additions & 14 deletions packages/debug/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@theia/debug",
"version": "0.3.19",
"version": "0.4.0",
"description": "Theia - Debug Extension",
"dependencies": {
"@theia/console": "^0.3.19",
"@theia/core": "^0.3.19",
"@theia/editor": "^0.3.19",
"@theia/filesystem": "^0.3.19",
"@theia/json": "^0.3.19",
"@theia/markers": "^0.3.19",
"@theia/monaco": "^0.3.19",
"@theia/output": "^0.3.19",
"@theia/process": "^0.3.19",
"@theia/terminal": "^0.3.19",
"@theia/variable-resolver": "^0.3.19",
"@theia/workspace": "^0.3.19",
"@theia/console": "^0.4.0",
"@theia/core": "^0.4.0",
"@theia/editor": "^0.4.0",
"@theia/filesystem": "^0.4.0",
"@theia/json": "^0.4.0",
"@theia/markers": "^0.4.0",
"@theia/monaco": "^0.4.0",
"@theia/output": "^0.4.0",
"@theia/process": "^0.4.0",
"@theia/terminal": "^0.4.0",
"@theia/variable-resolver": "^0.4.0",
"@theia/workspace": "^0.4.0",
"@types/p-debounce": "^1.0.0",
"jsonc-parser": "^2.0.2",
"mkdirp": "^0.5.0",
Expand Down Expand Up @@ -63,7 +63,7 @@
"docs": "theiaext docs"
},
"devDependencies": {
"@theia/ext-scripts": "^0.3.19"
"@theia/ext-scripts": "^0.4.0"
},
"nyc": {
"extends": "../../configs/nyc.json"
Expand Down
Loading

0 comments on commit 71ad540

Please sign in to comment.