Skip to content

Commit

Permalink
publish v0.3.8
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 Mar 28, 2018
1 parent a154860 commit 76d2d77
Show file tree
Hide file tree
Showing 37 changed files with 234 additions and 234 deletions.
8 changes: 4 additions & 4 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.7",
"version": "0.3.8",
"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.7",
"@theia/application-package": "^0.3.8",
"bunyan": "^1.8.10",
"circular-dependency-plugin": "^4.0.0",
"copy-webpack-plugin": "^4.5.0",
Expand All @@ -48,9 +48,9 @@
"webpack-cli": "^2.0.12"
},
"devDependencies": {
"@theia/ext-scripts": "^0.2.0"
"@theia/ext-scripts": "^0.3.8"
},
"nyc": {
"extends": "../../configs/nyc.json"
}
}
}
6 changes: 3 additions & 3 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.7",
"version": "0.3.8",
"description": "Theia application package API.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -40,9 +40,9 @@
"write-json-file": "^2.2.0"
},
"devDependencies": {
"@theia/ext-scripts": "^0.2.0"
"@theia/ext-scripts": "^0.3.8"
},
"nyc": {
"extends": "../../configs/nyc.json"
}
}
}
6 changes: 3 additions & 3 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.7",
"version": "0.3.8",
"description": "Theia CLI.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -31,6 +31,6 @@
"docs": "echo 'skip'"
},
"dependencies": {
"@theia/application-manager": "^0.3.7"
"@theia/application-manager": "^0.3.8"
}
}
}
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.2.0",
"version": "0.3.8",
"description": "NPM scripts for Theia packages.",
"files": [
"theiaext"
Expand Down
66 changes: 33 additions & 33 deletions examples/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
{
"private": true,
"name": "@theia/example-browser",
"version": "0.3.7",
"version": "0.3.8",
"dependencies": {
"@theia/callhierarchy": "^0.3.7",
"@theia/core": "^0.3.7",
"@theia/cpp": "^0.3.7",
"@theia/editor": "^0.3.7",
"@theia/extension-manager": "^0.3.7",
"@theia/file-search": "^0.3.7",
"@theia/filesystem": "^0.3.7",
"@theia/git": "^0.3.7",
"@theia/java": "^0.3.7",
"@theia/keymaps": "^0.3.7",
"@theia/languages": "^0.3.7",
"@theia/markers": "^0.3.7",
"@theia/merge-conflicts": "^0.3.7",
"@theia/messages": "^0.3.7",
"@theia/metrics": "^0.3.7",
"@theia/monaco": "^0.3.7",
"@theia/navigator": "^0.3.7",
"@theia/outline-view": "^0.3.7",
"@theia/output": "^0.3.7",
"@theia/preferences": "^0.3.7",
"@theia/preview": "^0.3.7",
"@theia/process": "^0.3.7",
"@theia/python": "^0.3.7",
"@theia/search-in-workspace": "^0.3.7",
"@theia/task": "^0.3.7",
"@theia/terminal": "^0.3.7",
"@theia/typescript": "^0.3.7",
"@theia/userstorage": "^0.3.7",
"@theia/variable-resolver": "^0.3.7",
"@theia/workspace": "^0.3.7"
"@theia/callhierarchy": "^0.3.8",
"@theia/core": "^0.3.8",
"@theia/cpp": "^0.3.8",
"@theia/editor": "^0.3.8",
"@theia/extension-manager": "^0.3.8",
"@theia/file-search": "^0.3.8",
"@theia/filesystem": "^0.3.8",
"@theia/git": "^0.3.8",
"@theia/java": "^0.3.8",
"@theia/keymaps": "^0.3.8",
"@theia/languages": "^0.3.8",
"@theia/markers": "^0.3.8",
"@theia/merge-conflicts": "^0.3.8",
"@theia/messages": "^0.3.8",
"@theia/metrics": "^0.3.8",
"@theia/monaco": "^0.3.8",
"@theia/navigator": "^0.3.8",
"@theia/outline-view": "^0.3.8",
"@theia/output": "^0.3.8",
"@theia/preferences": "^0.3.8",
"@theia/preview": "^0.3.8",
"@theia/process": "^0.3.8",
"@theia/python": "^0.3.8",
"@theia/search-in-workspace": "^0.3.8",
"@theia/task": "^0.3.8",
"@theia/terminal": "^0.3.8",
"@theia/typescript": "^0.3.8",
"@theia/userstorage": "^0.3.8",
"@theia/variable-resolver": "^0.3.8",
"@theia/workspace": "^0.3.8"
},
"scripts": {
"prepare": "yarn run clean && yarn build",
Expand All @@ -49,6 +49,6 @@
"coverage": "yarn coverage:compile && yarn test && yarn coverage:remap && yarn coverage:report:lcov && yarn coverage:report:html"
},
"devDependencies": {
"@theia/cli": "^0.3.7"
"@theia/cli": "^0.3.8"
}
}
}
64 changes: 32 additions & 32 deletions examples/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
{
"private": true,
"name": "@theia/example-electron",
"version": "0.3.7",
"version": "0.3.8",
"theia": {
"target": "electron"
},
"dependencies": {
"@theia/callhierarchy": "^0.3.7",
"@theia/core": "^0.3.7",
"@theia/cpp": "^0.3.7",
"@theia/editor": "^0.3.7",
"@theia/extension-manager": "^0.3.7",
"@theia/file-search": "^0.3.7",
"@theia/filesystem": "^0.3.7",
"@theia/git": "^0.3.7",
"@theia/java": "^0.3.7",
"@theia/keymaps": "^0.3.7",
"@theia/languages": "^0.3.7",
"@theia/markers": "^0.3.7",
"@theia/merge-conflicts": "^0.3.7",
"@theia/messages": "^0.3.7",
"@theia/metrics": "^0.3.7",
"@theia/monaco": "^0.3.7",
"@theia/navigator": "^0.3.7",
"@theia/outline-view": "^0.3.7",
"@theia/output": "^0.3.7",
"@theia/preferences": "^0.3.7",
"@theia/preview": "^0.3.7",
"@theia/process": "^0.3.7",
"@theia/python": "^0.3.7",
"@theia/search-in-workspace": "^0.3.7",
"@theia/task": "^0.3.7",
"@theia/terminal": "^0.3.7",
"@theia/typescript": "^0.3.7",
"@theia/userstorage": "^0.3.7",
"@theia/variable-resolver": "^0.3.7",
"@theia/workspace": "^0.3.7"
"@theia/callhierarchy": "^0.3.8",
"@theia/core": "^0.3.8",
"@theia/cpp": "^0.3.8",
"@theia/editor": "^0.3.8",
"@theia/extension-manager": "^0.3.8",
"@theia/file-search": "^0.3.8",
"@theia/filesystem": "^0.3.8",
"@theia/git": "^0.3.8",
"@theia/java": "^0.3.8",
"@theia/keymaps": "^0.3.8",
"@theia/languages": "^0.3.8",
"@theia/markers": "^0.3.8",
"@theia/merge-conflicts": "^0.3.8",
"@theia/messages": "^0.3.8",
"@theia/metrics": "^0.3.8",
"@theia/monaco": "^0.3.8",
"@theia/navigator": "^0.3.8",
"@theia/outline-view": "^0.3.8",
"@theia/output": "^0.3.8",
"@theia/preferences": "^0.3.8",
"@theia/preview": "^0.3.8",
"@theia/process": "^0.3.8",
"@theia/python": "^0.3.8",
"@theia/search-in-workspace": "^0.3.8",
"@theia/task": "^0.3.8",
"@theia/terminal": "^0.3.8",
"@theia/typescript": "^0.3.8",
"@theia/userstorage": "^0.3.8",
"@theia/variable-resolver": "^0.3.8",
"@theia/workspace": "^0.3.8"
},
"scripts": {
"prepare": "yarn run clean && yarn build",
Expand All @@ -48,6 +48,6 @@
"test:ui": "wdio wdio.conf.js"
},
"devDependencies": {
"@theia/cli": "^0.3.7"
"@theia/cli": "^0.3.8"
}
}
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.7",
"version": "0.3.8",
"command": {
"run": {
"stream": true
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.7",
"version": "0.3.8",
"description": "Theia - Call Hierarchy Extension",
"dependencies": {
"@theia/core": "^0.3.7",
"@theia/editor": "^0.3.7",
"@theia/languages": "^0.3.7",
"@theia/monaco": "^0.3.7",
"@theia/core": "^0.3.8",
"@theia/editor": "^0.3.8",
"@theia/languages": "^0.3.8",
"@theia/monaco": "^0.3.8",
"ts-md5": "^1.2.2"
},
"publishConfig": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"docs": "theiaext docs"
},
"devDependencies": {
"@theia/ext-scripts": "^0.2.0"
"@theia/ext-scripts": "^0.3.8"
},
"nyc": {
"extends": "../../configs/nyc.json"
Expand Down
8 changes: 4 additions & 4 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.7",
"version": "0.3.8",
"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.7",
"@theia/application-package": "^0.3.8",
"@types/body-parser": "^1.16.4",
"@types/bunyan": "^1.8.0",
"@types/express": "^4.0.36",
Expand Down Expand Up @@ -73,9 +73,9 @@
"docs": "theiaext docs"
},
"devDependencies": {
"@theia/ext-scripts": "^0.2.0"
"@theia/ext-scripts": "^0.3.8"
},
"nyc": {
"extends": "../../configs/nyc.json"
}
}
}
18 changes: 9 additions & 9 deletions packages/cpp/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@theia/cpp",
"version": "0.3.7",
"version": "0.3.8",
"description": "Theia - Cpp Extension",
"dependencies": {
"@theia/core": "^0.3.7",
"@theia/editor": "^0.3.7",
"@theia/filesystem": "^0.3.7",
"@theia/languages": "^0.3.7",
"@theia/monaco": "^0.3.7",
"@theia/preferences": "^0.3.7",
"@theia/process": "^0.3.7"
"@theia/core": "^0.3.8",
"@theia/editor": "^0.3.8",
"@theia/filesystem": "^0.3.8",
"@theia/languages": "^0.3.8",
"@theia/monaco": "^0.3.8",
"@theia/preferences": "^0.3.8",
"@theia/process": "^0.3.8"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -45,7 +45,7 @@
"docs": "theiaext docs"
},
"devDependencies": {
"@theia/ext-scripts": "^0.2.0"
"@theia/ext-scripts": "^0.3.8"
},
"nyc": {
"extends": "../../configs/nyc.json"
Expand Down
8 changes: 4 additions & 4 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@theia/editor",
"version": "0.3.7",
"version": "0.3.8",
"description": "Theia - Editor Extension",
"dependencies": {
"@theia/core": "^0.3.7",
"@theia/languages": "^0.3.7"
"@theia/core": "^0.3.8",
"@theia/languages": "^0.3.8"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -39,7 +39,7 @@
"docs": "theiaext docs"
},
"devDependencies": {
"@theia/ext-scripts": "^0.2.0"
"@theia/ext-scripts": "^0.3.8"
},
"nyc": {
"extends": "../../configs/nyc.json"
Expand Down
12 changes: 6 additions & 6 deletions packages/extension-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@theia/extension-manager",
"version": "0.3.7",
"version": "0.3.8",
"description": "Theia - Extension Manager",
"dependencies": {
"@theia/application-manager": "^0.3.7",
"@theia/core": "^0.3.7",
"@theia/filesystem": "^0.3.7",
"@theia/application-manager": "^0.3.8",
"@theia/core": "^0.3.8",
"@theia/filesystem": "^0.3.8",
"@types/fs-extra": "^4.0.2",
"@types/sanitize-html": "^1.13.31",
"@types/showdown": "^1.7.1",
Expand Down Expand Up @@ -47,9 +47,9 @@
"docs": "theiaext docs"
},
"devDependencies": {
"@theia/ext-scripts": "^0.2.0"
"@theia/ext-scripts": "^0.3.8"
},
"nyc": {
"extends": "../../configs/nyc.json"
}
}
}
Loading

0 comments on commit 76d2d77

Please sign in to comment.