Skip to content

Commit

Permalink
publish v0.3.12
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 Jun 28, 2018
1 parent 5c35432 commit 9073393
Show file tree
Hide file tree
Showing 43 changed files with 272 additions and 272 deletions.
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.11",
"version": "0.3.12",
"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.11",
"@theia/application-package": "^0.3.12",
"bunyan": "^1.8.10",
"circular-dependency-plugin": "^4.0.0",
"copy-webpack-plugin": "^4.5.0",
Expand All @@ -49,7 +49,7 @@
"worker-loader": "^1.1.1"
},
"devDependencies": {
"@theia/ext-scripts": "^0.3.11"
"@theia/ext-scripts": "^0.3.12"
},
"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.11",
"version": "0.3.12",
"description": "Theia application package API.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -40,7 +40,7 @@
"write-json-file": "^2.2.0"
},
"devDependencies": {
"@theia/ext-scripts": "^0.3.11"
"@theia/ext-scripts": "^0.3.12"
},
"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.11",
"version": "0.3.12",
"description": "Theia CLI.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -31,6 +31,6 @@
"docs": "echo 'skip'"
},
"dependencies": {
"@theia/application-manager": "^0.3.11"
"@theia/application-manager": "^0.3.12"
}
}
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.11",
"version": "0.3.12",
"description": "NPM scripts for Theia packages.",
"files": [
"theiaext"
Expand Down
74 changes: 37 additions & 37 deletions examples/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
{
"private": true,
"name": "@theia/example-browser",
"version": "0.3.11",
"version": "0.3.12",
"dependencies": {
"@theia/callhierarchy": "^0.3.11",
"@theia/core": "^0.3.11",
"@theia/cpp": "^0.3.11",
"@theia/editor": "^0.3.11",
"@theia/editorconfig": "^0.3.11",
"@theia/extension-manager": "^0.3.11",
"@theia/file-search": "^0.3.11",
"@theia/filesystem": "^0.3.11",
"@theia/git": "^0.3.11",
"@theia/java": "^0.3.11",
"@theia/keymaps": "^0.3.11",
"@theia/languages": "^0.3.11",
"@theia/markers": "^0.3.11",
"@theia/merge-conflicts": "^0.3.11",
"@theia/messages": "^0.3.11",
"@theia/metrics": "^0.3.11",
"@theia/mini-browser": "^0.3.11",
"@theia/monaco": "^0.3.11",
"@theia/navigator": "^0.3.11",
"@theia/outline-view": "^0.3.11",
"@theia/output": "^0.3.11",
"@theia/plugin-ext": "^0.3.11",
"@theia/plugin-ext-vscode": "^0.3.11",
"@theia/preferences": "^0.3.11",
"@theia/preview": "^0.3.11",
"@theia/process": "^0.3.11",
"@theia/python": "^0.3.11",
"@theia/search-in-workspace": "^0.3.11",
"@theia/task": "^0.3.11",
"@theia/terminal": "^0.3.11",
"@theia/typescript": "^0.3.11",
"@theia/userstorage": "^0.3.11",
"@theia/variable-resolver": "^0.3.11",
"@theia/workspace": "^0.3.11"
"@theia/callhierarchy": "^0.3.12",
"@theia/core": "^0.3.12",
"@theia/cpp": "^0.3.12",
"@theia/editor": "^0.3.12",
"@theia/editorconfig": "^0.3.12",
"@theia/extension-manager": "^0.3.12",
"@theia/file-search": "^0.3.12",
"@theia/filesystem": "^0.3.12",
"@theia/git": "^0.3.12",
"@theia/java": "^0.3.12",
"@theia/keymaps": "^0.3.12",
"@theia/languages": "^0.3.12",
"@theia/markers": "^0.3.12",
"@theia/merge-conflicts": "^0.3.12",
"@theia/messages": "^0.3.12",
"@theia/metrics": "^0.3.12",
"@theia/mini-browser": "^0.3.12",
"@theia/monaco": "^0.3.12",
"@theia/navigator": "^0.3.12",
"@theia/outline-view": "^0.3.12",
"@theia/output": "^0.3.12",
"@theia/plugin-ext": "^0.3.12",
"@theia/plugin-ext-vscode": "^0.3.12",
"@theia/preferences": "^0.3.12",
"@theia/preview": "^0.3.12",
"@theia/process": "^0.3.12",
"@theia/python": "^0.3.12",
"@theia/search-in-workspace": "^0.3.12",
"@theia/task": "^0.3.12",
"@theia/terminal": "^0.3.12",
"@theia/typescript": "^0.3.12",
"@theia/userstorage": "^0.3.12",
"@theia/variable-resolver": "^0.3.12",
"@theia/workspace": "^0.3.12"
},
"scripts": {
"prepare": "yarn run clean && yarn build",
Expand All @@ -53,6 +53,6 @@
"coverage": "yarn coverage:compile && yarn test && yarn coverage:remap && yarn coverage:report:lcov && yarn coverage:report:html"
},
"devDependencies": {
"@theia/cli": "^0.3.11"
"@theia/cli": "^0.3.12"
}
}
}
74 changes: 37 additions & 37 deletions examples/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
{
"private": true,
"name": "@theia/example-electron",
"version": "0.3.11",
"version": "0.3.12",
"theia": {
"target": "electron"
},
"dependencies": {
"@theia/callhierarchy": "^0.3.11",
"@theia/core": "^0.3.11",
"@theia/cpp": "^0.3.11",
"@theia/editor": "^0.3.11",
"@theia/editorconfig": "^0.3.11",
"@theia/extension-manager": "^0.3.11",
"@theia/file-search": "^0.3.11",
"@theia/filesystem": "^0.3.11",
"@theia/git": "^0.3.11",
"@theia/java": "^0.3.11",
"@theia/keymaps": "^0.3.11",
"@theia/languages": "^0.3.11",
"@theia/markers": "^0.3.11",
"@theia/merge-conflicts": "^0.3.11",
"@theia/messages": "^0.3.11",
"@theia/metrics": "^0.3.11",
"@theia/mini-browser": "^0.3.11",
"@theia/monaco": "^0.3.11",
"@theia/navigator": "^0.3.11",
"@theia/outline-view": "^0.3.11",
"@theia/output": "^0.3.11",
"@theia/plugin-ext": "^0.3.11",
"@theia/plugin-ext-vscode": "^0.3.11",
"@theia/preferences": "^0.3.11",
"@theia/preview": "^0.3.11",
"@theia/process": "^0.3.11",
"@theia/python": "^0.3.11",
"@theia/search-in-workspace": "^0.3.11",
"@theia/task": "^0.3.11",
"@theia/terminal": "^0.3.11",
"@theia/typescript": "^0.3.11",
"@theia/userstorage": "^0.3.11",
"@theia/variable-resolver": "^0.3.11",
"@theia/workspace": "^0.3.11"
"@theia/callhierarchy": "^0.3.12",
"@theia/core": "^0.3.12",
"@theia/cpp": "^0.3.12",
"@theia/editor": "^0.3.12",
"@theia/editorconfig": "^0.3.12",
"@theia/extension-manager": "^0.3.12",
"@theia/file-search": "^0.3.12",
"@theia/filesystem": "^0.3.12",
"@theia/git": "^0.3.12",
"@theia/java": "^0.3.12",
"@theia/keymaps": "^0.3.12",
"@theia/languages": "^0.3.12",
"@theia/markers": "^0.3.12",
"@theia/merge-conflicts": "^0.3.12",
"@theia/messages": "^0.3.12",
"@theia/metrics": "^0.3.12",
"@theia/mini-browser": "^0.3.12",
"@theia/monaco": "^0.3.12",
"@theia/navigator": "^0.3.12",
"@theia/outline-view": "^0.3.12",
"@theia/output": "^0.3.12",
"@theia/plugin-ext": "^0.3.12",
"@theia/plugin-ext-vscode": "^0.3.12",
"@theia/preferences": "^0.3.12",
"@theia/preview": "^0.3.12",
"@theia/process": "^0.3.12",
"@theia/python": "^0.3.12",
"@theia/search-in-workspace": "^0.3.12",
"@theia/task": "^0.3.12",
"@theia/terminal": "^0.3.12",
"@theia/typescript": "^0.3.12",
"@theia/userstorage": "^0.3.12",
"@theia/variable-resolver": "^0.3.12",
"@theia/workspace": "^0.3.12"
},
"scripts": {
"prepare": "yarn run clean && yarn build",
Expand All @@ -52,6 +52,6 @@
"test:ui": "wdio wdio.conf.js"
},
"devDependencies": {
"@theia/cli": "^0.3.11"
"@theia/cli": "^0.3.12"
}
}
}
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.11",
"version": "0.3.12",
"command": {
"run": {
"stream": true
Expand Down
8 changes: 4 additions & 4 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.11",
"version": "0.3.12",
"description": "Theia - bunyan Logger Extension",
"dependencies": {
"@theia/core": "^0.3.11",
"@theia/core": "^0.3.12",
"@types/bunyan": "^1.8.0",
"bunyan": "^1.8.10"
},
Expand Down Expand Up @@ -40,9 +40,9 @@
"docs": "theiaext docs"
},
"devDependencies": {
"@theia/ext-scripts": "^0.3.11"
"@theia/ext-scripts": "^0.3.12"
},
"nyc": {
"extends": "../../configs/nyc.json"
}
}
}
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.11",
"version": "0.3.12",
"description": "Theia - Call Hierarchy Extension",
"dependencies": {
"@theia/core": "^0.3.11",
"@theia/editor": "^0.3.11",
"@theia/languages": "^0.3.11",
"@theia/monaco": "^0.3.11",
"@theia/core": "^0.3.12",
"@theia/editor": "^0.3.12",
"@theia/languages": "^0.3.12",
"@theia/monaco": "^0.3.12",
"ts-md5": "^1.2.2"
},
"publishConfig": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"docs": "theiaext docs"
},
"devDependencies": {
"@theia/ext-scripts": "^0.3.11"
"@theia/ext-scripts": "^0.3.12"
},
"nyc": {
"extends": "../../configs/nyc.json"
Expand Down
20 changes: 10 additions & 10 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "@theia/core",
"version": "0.3.11",
"version": "0.3.12",
"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.11",
"@theia/application-package": "^0.3.12",
"@types/body-parser": "^1.16.4",
"@types/bunyan": "^1.8.0",
"@types/express": "^4.16.0",
"@types/lodash.debounce": "4.0.3",
"@types/lodash.throttle": "^4.1.3",
"@types/react": "^16.4.1",
"@types/react-dom": "^16.0.6",
"@types/route-parser": "^0.1.1",
"@types/ws": "^3.0.2",
"@types/yargs": "^8.0.2",
"@types/react": "^16.4.1",
"@types/react-dom": "^16.0.6",
"ajv": "^5.2.2",
"body-parser": "^1.17.2",
"electron": "1.8.2-beta.5",
Expand All @@ -27,18 +27,18 @@
"inversify": "^4.2.0",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"vscode-nsfw": "^1.0.17",
"perfect-scrollbar": "^1.3.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"reconnecting-websocket": "^3.0.7",
"reflect-metadata": "^0.1.10",
"route-parser": "^0.0.5",
"vscode-languageserver-types": "^3.6.1",
"vscode-nsfw": "^1.0.17",
"vscode-uri": "^1.0.1",
"vscode-ws-jsonrpc": "^0.0.2-1",
"ws": "^3.0.0",
"yargs": "^9.0.1",
"react": "^16.4.1",
"react-dom": "^16.4.1"
"yargs": "^9.0.1"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -78,9 +78,9 @@
"docs": "theiaext docs"
},
"devDependencies": {
"@theia/ext-scripts": "^0.3.11"
"@theia/ext-scripts": "^0.3.12"
},
"nyc": {
"extends": "../../configs/nyc.json"
}
}
}
Loading

0 comments on commit 9073393

Please sign in to comment.