Skip to content

Commit

Permalink
publish v0.16.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jacques Bouthillier <jacques.bouthillier@ericsson.com>
  • Loading branch information
lmcbout committed Feb 27, 2020
1 parent 9883dd6 commit c965552
Show file tree
Hide file tree
Showing 47 changed files with 329 additions and 329 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.15.0",
"version": "0.16.0",
"description": "Theia application manager API.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -32,7 +32,7 @@
"@babel/plugin-transform-classes": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@theia/application-package": "^0.15.0",
"@theia/application-package": "^0.16.0",
"@theia/compression-webpack-plugin": "^3.0.0",
"@types/fs-extra": "^4.0.2",
"@types/webpack": "^4.41.2",
Expand All @@ -56,7 +56,7 @@
"worker-loader": "^1.1.1"
},
"devDependencies": {
"@theia/ext-scripts": "^0.15.0"
"@theia/ext-scripts": "^0.16.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.15.0",
"version": "0.16.0",
"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.15.0"
"@theia/ext-scripts": "^0.16.0"
},
"nyc": {
"extends": "../../configs/nyc.json"
Expand Down
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.15.0",
"version": "0.16.0",
"description": "Theia CLI.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -29,8 +29,8 @@
"clean": "theiaext clean"
},
"dependencies": {
"@theia/application-manager": "^0.15.0",
"@theia/application-package": "^0.15.0",
"@theia/application-manager": "^0.16.0",
"@theia/application-package": "^0.16.0",
"@types/chai": "^4.2.7",
"@types/mkdirp": "^0.5.2",
"@types/mocha": "^5.2.7",
Expand Down
2 changes: 1 addition & 1 deletion dev-packages/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theia/electron",
"version": "0.15.0",
"version": "0.16.0",
"description": "Electron runtime dependencies for Theia",
"publishConfig": {
"access": "public"
Expand Down
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.15.0",
"version": "0.16.0",
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
"description": "NPM scripts for Theia packages.",
"bin": {
Expand Down
6 changes: 3 additions & 3 deletions examples/api-samples/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"private": true,
"name": "@theia/api-samples",
"version": "0.15.0",
"version": "0.16.0",
"description": "Theia - Example code to demonstrate Theia API",
"dependencies": {
"@theia/core": "^0.15.0"
"@theia/core": "^0.16.0"
},
"theiaExtensions": [
{
Expand Down Expand Up @@ -34,6 +34,6 @@
"clean": "theiaext clean"
},
"devDependencies": {
"@theia/ext-scripts": "^0.15.0"
"@theia/ext-scripts": "^0.16.0"
}
}
4 changes: 2 additions & 2 deletions examples/api-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@theia/api-tests",
"version": "0.15.0",
"version": "0.16.0",
"description": "Theia API tests",
"dependencies": {
"@theia/core": "^0.15.0"
"@theia/core": "^0.16.0"
},
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
"repository": {
Expand Down
78 changes: 39 additions & 39 deletions examples/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@theia/example-browser",
"version": "0.15.0",
"version": "0.16.0",
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
"theia": {
"frontend": {
Expand All @@ -14,43 +14,43 @@
}
},
"dependencies": {
"@theia/api-samples": "^0.15.0",
"@theia/callhierarchy": "^0.15.0",
"@theia/console": "^0.15.0",
"@theia/core": "^0.15.0",
"@theia/debug": "^0.15.0",
"@theia/editor": "^0.15.0",
"@theia/editor-preview": "^0.15.0",
"@theia/file-search": "^0.15.0",
"@theia/filesystem": "^0.15.0",
"@theia/getting-started": "^0.15.0",
"@theia/git": "^0.15.0",
"@theia/json": "^0.15.0",
"@theia/keymaps": "^0.15.0",
"@theia/languages": "^0.15.0",
"@theia/markers": "^0.15.0",
"@theia/messages": "^0.15.0",
"@theia/metrics": "^0.15.0",
"@theia/mini-browser": "^0.15.0",
"@theia/monaco": "^0.15.0",
"@theia/navigator": "^0.15.0",
"@theia/outline-view": "^0.15.0",
"@theia/output": "^0.15.0",
"@theia/plugin-dev": "^0.15.0",
"@theia/plugin-ext": "^0.15.0",
"@theia/plugin-ext-vscode": "^0.15.0",
"@theia/plugin-metrics": "^0.15.0",
"@theia/preferences": "^0.15.0",
"@theia/preview": "^0.15.0",
"@theia/process": "^0.15.0",
"@theia/scm": "^0.15.0",
"@theia/search-in-workspace": "^0.15.0",
"@theia/task": "^0.15.0",
"@theia/terminal": "^0.15.0",
"@theia/typehierarchy": "^0.15.0",
"@theia/userstorage": "^0.15.0",
"@theia/variable-resolver": "^0.15.0",
"@theia/workspace": "^0.15.0"
"@theia/api-samples": "^0.16.0",
"@theia/callhierarchy": "^0.16.0",
"@theia/console": "^0.16.0",
"@theia/core": "^0.16.0",
"@theia/debug": "^0.16.0",
"@theia/editor": "^0.16.0",
"@theia/editor-preview": "^0.16.0",
"@theia/file-search": "^0.16.0",
"@theia/filesystem": "^0.16.0",
"@theia/getting-started": "^0.16.0",
"@theia/git": "^0.16.0",
"@theia/json": "^0.16.0",
"@theia/keymaps": "^0.16.0",
"@theia/languages": "^0.16.0",
"@theia/markers": "^0.16.0",
"@theia/messages": "^0.16.0",
"@theia/metrics": "^0.16.0",
"@theia/mini-browser": "^0.16.0",
"@theia/monaco": "^0.16.0",
"@theia/navigator": "^0.16.0",
"@theia/outline-view": "^0.16.0",
"@theia/output": "^0.16.0",
"@theia/plugin-dev": "^0.16.0",
"@theia/plugin-ext": "^0.16.0",
"@theia/plugin-ext-vscode": "^0.16.0",
"@theia/plugin-metrics": "^0.16.0",
"@theia/preferences": "^0.16.0",
"@theia/preview": "^0.16.0",
"@theia/process": "^0.16.0",
"@theia/scm": "^0.16.0",
"@theia/search-in-workspace": "^0.16.0",
"@theia/task": "^0.16.0",
"@theia/terminal": "^0.16.0",
"@theia/typehierarchy": "^0.16.0",
"@theia/userstorage": "^0.16.0",
"@theia/variable-resolver": "^0.16.0",
"@theia/workspace": "^0.16.0"
},
"scripts": {
"prepare": "yarn run clean && yarn build",
Expand All @@ -67,6 +67,6 @@
"coverage:clean": "rimraf .nyc_output && rimraf coverage"
},
"devDependencies": {
"@theia/cli": "^0.15.0"
"@theia/cli": "^0.16.0"
}
}
76 changes: 38 additions & 38 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.15.0",
"version": "0.16.0",
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
"theia": {
"target": "electron",
Expand All @@ -12,42 +12,42 @@
}
},
"dependencies": {
"@theia/api-samples": "^0.15.0",
"@theia/callhierarchy": "^0.15.0",
"@theia/console": "^0.15.0",
"@theia/core": "^0.15.0",
"@theia/debug": "^0.15.0",
"@theia/editor": "^0.15.0",
"@theia/editor-preview": "^0.15.0",
"@theia/file-search": "^0.15.0",
"@theia/filesystem": "^0.15.0",
"@theia/getting-started": "^0.15.0",
"@theia/git": "^0.15.0",
"@theia/json": "^0.15.0",
"@theia/keymaps": "^0.15.0",
"@theia/languages": "^0.15.0",
"@theia/markers": "^0.15.0",
"@theia/messages": "^0.15.0",
"@theia/metrics": "^0.15.0",
"@theia/mini-browser": "^0.15.0",
"@theia/monaco": "^0.15.0",
"@theia/navigator": "^0.15.0",
"@theia/outline-view": "^0.15.0",
"@theia/output": "^0.15.0",
"@theia/plugin-dev": "^0.15.0",
"@theia/plugin-ext": "^0.15.0",
"@theia/plugin-ext-vscode": "^0.15.0",
"@theia/preferences": "^0.15.0",
"@theia/preview": "^0.15.0",
"@theia/process": "^0.15.0",
"@theia/scm": "^0.15.0",
"@theia/search-in-workspace": "^0.15.0",
"@theia/task": "^0.15.0",
"@theia/terminal": "^0.15.0",
"@theia/typehierarchy": "^0.15.0",
"@theia/userstorage": "^0.15.0",
"@theia/variable-resolver": "^0.15.0",
"@theia/workspace": "^0.15.0"
"@theia/api-samples": "^0.16.0",
"@theia/callhierarchy": "^0.16.0",
"@theia/console": "^0.16.0",
"@theia/core": "^0.16.0",
"@theia/debug": "^0.16.0",
"@theia/editor": "^0.16.0",
"@theia/editor-preview": "^0.16.0",
"@theia/file-search": "^0.16.0",
"@theia/filesystem": "^0.16.0",
"@theia/getting-started": "^0.16.0",
"@theia/git": "^0.16.0",
"@theia/json": "^0.16.0",
"@theia/keymaps": "^0.16.0",
"@theia/languages": "^0.16.0",
"@theia/markers": "^0.16.0",
"@theia/messages": "^0.16.0",
"@theia/metrics": "^0.16.0",
"@theia/mini-browser": "^0.16.0",
"@theia/monaco": "^0.16.0",
"@theia/navigator": "^0.16.0",
"@theia/outline-view": "^0.16.0",
"@theia/output": "^0.16.0",
"@theia/plugin-dev": "^0.16.0",
"@theia/plugin-ext": "^0.16.0",
"@theia/plugin-ext-vscode": "^0.16.0",
"@theia/preferences": "^0.16.0",
"@theia/preview": "^0.16.0",
"@theia/process": "^0.16.0",
"@theia/scm": "^0.16.0",
"@theia/search-in-workspace": "^0.16.0",
"@theia/task": "^0.16.0",
"@theia/terminal": "^0.16.0",
"@theia/typehierarchy": "^0.16.0",
"@theia/userstorage": "^0.16.0",
"@theia/variable-resolver": "^0.16.0",
"@theia/workspace": "^0.16.0"
},
"scripts": {
"lint": "theiaext lint",
Expand All @@ -60,6 +60,6 @@
"test": "electron-mocha --timeout 60000 \"./lib/test/**/*.espec.js\""
},
"devDependencies": {
"@theia/cli": "^0.15.0"
"@theia/cli": "^0.16.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.15.0",
"version": "0.16.0",
"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.15.0",
"version": "0.16.0",
"description": "Theia - Call Hierarchy Extension",
"dependencies": {
"@theia/core": "^0.15.0",
"@theia/editor": "^0.15.0",
"@theia/languages": "^0.15.0",
"@theia/monaco": "^0.15.0",
"@theia/core": "^0.16.0",
"@theia/editor": "^0.16.0",
"@theia/languages": "^0.16.0",
"@theia/monaco": "^0.16.0",
"ts-md5": "^1.2.2"
},
"publishConfig": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"test": "theiaext test"
},
"devDependencies": {
"@theia/ext-scripts": "^0.15.0"
"@theia/ext-scripts": "^0.16.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.15.0",
"version": "0.16.0",
"description": "Theia - Console Extension",
"dependencies": {
"@theia/core": "^0.15.0",
"@theia/monaco": "^0.15.0",
"@theia/core": "^0.16.0",
"@theia/monaco": "^0.16.0",
"anser": "^1.4.7"
},
"publishConfig": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"test": "theiaext test"
},
"devDependencies": {
"@theia/ext-scripts": "^0.15.0"
"@theia/ext-scripts": "^0.16.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,14 +1,14 @@
{
"name": "@theia/core",
"version": "0.15.0",
"version": "0.16.0",
"description": "Theia is a cloud & desktop IDE framework implemented in TypeScript.",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
"dependencies": {
"@babel/runtime": "^7.5.5",
"@phosphor/widgets": "^1.9.3",
"@primer/octicons-react": "^9.0.0",
"@theia/application-package": "^0.15.0",
"@theia/application-package": "^0.16.0",
"@types/body-parser": "^1.16.4",
"@types/cookie": "^0.3.3",
"@types/express": "^4.16.0",
Expand Down Expand Up @@ -93,7 +93,7 @@
"generate-layout": "electron ./scripts/generate-layout"
},
"devDependencies": {
"@theia/ext-scripts": "^0.15.0",
"@theia/ext-scripts": "^0.16.0",
"minimist": "^1.2.0"
},
"nyc": {
Expand Down
Loading

0 comments on commit c965552

Please sign in to comment.