Skip to content

Commit c965552

Browse files
committed
publish v0.16.0
Signed-off-by: Jacques Bouthillier <jacques.bouthillier@ericsson.com>
1 parent 9883dd6 commit c965552

47 files changed

Lines changed: 329 additions & 329 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

dev-packages/application-manager/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/application-manager",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"description": "Theia application manager API.",
55
"publishConfig": {
66
"access": "public"
@@ -32,7 +32,7 @@
3232
"@babel/plugin-transform-classes": "^7.5.5",
3333
"@babel/plugin-transform-runtime": "^7.5.5",
3434
"@babel/preset-env": "^7.5.5",
35-
"@theia/application-package": "^0.15.0",
35+
"@theia/application-package": "^0.16.0",
3636
"@theia/compression-webpack-plugin": "^3.0.0",
3737
"@types/fs-extra": "^4.0.2",
3838
"@types/webpack": "^4.41.2",
@@ -56,7 +56,7 @@
5656
"worker-loader": "^1.1.1"
5757
},
5858
"devDependencies": {
59-
"@theia/ext-scripts": "^0.15.0"
59+
"@theia/ext-scripts": "^0.16.0"
6060
},
6161
"nyc": {
6262
"extends": "../../configs/nyc.json"

dev-packages/application-package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/application-package",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"description": "Theia application package API.",
55
"publishConfig": {
66
"access": "public"
@@ -40,7 +40,7 @@
4040
"write-json-file": "^2.2.0"
4141
},
4242
"devDependencies": {
43-
"@theia/ext-scripts": "^0.15.0"
43+
"@theia/ext-scripts": "^0.16.0"
4444
},
4545
"nyc": {
4646
"extends": "../../configs/nyc.json"

dev-packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/cli",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"description": "Theia CLI.",
55
"publishConfig": {
66
"access": "public"
@@ -29,8 +29,8 @@
2929
"clean": "theiaext clean"
3030
},
3131
"dependencies": {
32-
"@theia/application-manager": "^0.15.0",
33-
"@theia/application-package": "^0.15.0",
32+
"@theia/application-manager": "^0.16.0",
33+
"@theia/application-package": "^0.16.0",
3434
"@types/chai": "^4.2.7",
3535
"@types/mkdirp": "^0.5.2",
3636
"@types/mocha": "^5.2.7",

dev-packages/electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/electron",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"description": "Electron runtime dependencies for Theia",
55
"publishConfig": {
66
"access": "public"

dev-packages/ext-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@theia/ext-scripts",
4-
"version": "0.15.0",
4+
"version": "0.16.0",
55
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
66
"description": "NPM scripts for Theia packages.",
77
"bin": {

examples/api-samples/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"private": true,
33
"name": "@theia/api-samples",
4-
"version": "0.15.0",
4+
"version": "0.16.0",
55
"description": "Theia - Example code to demonstrate Theia API",
66
"dependencies": {
7-
"@theia/core": "^0.15.0"
7+
"@theia/core": "^0.16.0"
88
},
99
"theiaExtensions": [
1010
{
@@ -34,6 +34,6 @@
3434
"clean": "theiaext clean"
3535
},
3636
"devDependencies": {
37-
"@theia/ext-scripts": "^0.15.0"
37+
"@theia/ext-scripts": "^0.16.0"
3838
}
3939
}

examples/api-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@theia/api-tests",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"description": "Theia API tests",
55
"dependencies": {
6-
"@theia/core": "^0.15.0"
6+
"@theia/core": "^0.16.0"
77
},
88
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
99
"repository": {

examples/browser/package.json

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@theia/example-browser",
4-
"version": "0.15.0",
4+
"version": "0.16.0",
55
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
66
"theia": {
77
"frontend": {
@@ -14,43 +14,43 @@
1414
}
1515
},
1616
"dependencies": {
17-
"@theia/api-samples": "^0.15.0",
18-
"@theia/callhierarchy": "^0.15.0",
19-
"@theia/console": "^0.15.0",
20-
"@theia/core": "^0.15.0",
21-
"@theia/debug": "^0.15.0",
22-
"@theia/editor": "^0.15.0",
23-
"@theia/editor-preview": "^0.15.0",
24-
"@theia/file-search": "^0.15.0",
25-
"@theia/filesystem": "^0.15.0",
26-
"@theia/getting-started": "^0.15.0",
27-
"@theia/git": "^0.15.0",
28-
"@theia/json": "^0.15.0",
29-
"@theia/keymaps": "^0.15.0",
30-
"@theia/languages": "^0.15.0",
31-
"@theia/markers": "^0.15.0",
32-
"@theia/messages": "^0.15.0",
33-
"@theia/metrics": "^0.15.0",
34-
"@theia/mini-browser": "^0.15.0",
35-
"@theia/monaco": "^0.15.0",
36-
"@theia/navigator": "^0.15.0",
37-
"@theia/outline-view": "^0.15.0",
38-
"@theia/output": "^0.15.0",
39-
"@theia/plugin-dev": "^0.15.0",
40-
"@theia/plugin-ext": "^0.15.0",
41-
"@theia/plugin-ext-vscode": "^0.15.0",
42-
"@theia/plugin-metrics": "^0.15.0",
43-
"@theia/preferences": "^0.15.0",
44-
"@theia/preview": "^0.15.0",
45-
"@theia/process": "^0.15.0",
46-
"@theia/scm": "^0.15.0",
47-
"@theia/search-in-workspace": "^0.15.0",
48-
"@theia/task": "^0.15.0",
49-
"@theia/terminal": "^0.15.0",
50-
"@theia/typehierarchy": "^0.15.0",
51-
"@theia/userstorage": "^0.15.0",
52-
"@theia/variable-resolver": "^0.15.0",
53-
"@theia/workspace": "^0.15.0"
17+
"@theia/api-samples": "^0.16.0",
18+
"@theia/callhierarchy": "^0.16.0",
19+
"@theia/console": "^0.16.0",
20+
"@theia/core": "^0.16.0",
21+
"@theia/debug": "^0.16.0",
22+
"@theia/editor": "^0.16.0",
23+
"@theia/editor-preview": "^0.16.0",
24+
"@theia/file-search": "^0.16.0",
25+
"@theia/filesystem": "^0.16.0",
26+
"@theia/getting-started": "^0.16.0",
27+
"@theia/git": "^0.16.0",
28+
"@theia/json": "^0.16.0",
29+
"@theia/keymaps": "^0.16.0",
30+
"@theia/languages": "^0.16.0",
31+
"@theia/markers": "^0.16.0",
32+
"@theia/messages": "^0.16.0",
33+
"@theia/metrics": "^0.16.0",
34+
"@theia/mini-browser": "^0.16.0",
35+
"@theia/monaco": "^0.16.0",
36+
"@theia/navigator": "^0.16.0",
37+
"@theia/outline-view": "^0.16.0",
38+
"@theia/output": "^0.16.0",
39+
"@theia/plugin-dev": "^0.16.0",
40+
"@theia/plugin-ext": "^0.16.0",
41+
"@theia/plugin-ext-vscode": "^0.16.0",
42+
"@theia/plugin-metrics": "^0.16.0",
43+
"@theia/preferences": "^0.16.0",
44+
"@theia/preview": "^0.16.0",
45+
"@theia/process": "^0.16.0",
46+
"@theia/scm": "^0.16.0",
47+
"@theia/search-in-workspace": "^0.16.0",
48+
"@theia/task": "^0.16.0",
49+
"@theia/terminal": "^0.16.0",
50+
"@theia/typehierarchy": "^0.16.0",
51+
"@theia/userstorage": "^0.16.0",
52+
"@theia/variable-resolver": "^0.16.0",
53+
"@theia/workspace": "^0.16.0"
5454
},
5555
"scripts": {
5656
"prepare": "yarn run clean && yarn build",
@@ -67,6 +67,6 @@
6767
"coverage:clean": "rimraf .nyc_output && rimraf coverage"
6868
},
6969
"devDependencies": {
70-
"@theia/cli": "^0.15.0"
70+
"@theia/cli": "^0.16.0"
7171
}
7272
}

examples/electron/package.json

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@theia/example-electron",
4-
"version": "0.15.0",
4+
"version": "0.16.0",
55
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
66
"theia": {
77
"target": "electron",
@@ -12,42 +12,42 @@
1212
}
1313
},
1414
"dependencies": {
15-
"@theia/api-samples": "^0.15.0",
16-
"@theia/callhierarchy": "^0.15.0",
17-
"@theia/console": "^0.15.0",
18-
"@theia/core": "^0.15.0",
19-
"@theia/debug": "^0.15.0",
20-
"@theia/editor": "^0.15.0",
21-
"@theia/editor-preview": "^0.15.0",
22-
"@theia/file-search": "^0.15.0",
23-
"@theia/filesystem": "^0.15.0",
24-
"@theia/getting-started": "^0.15.0",
25-
"@theia/git": "^0.15.0",
26-
"@theia/json": "^0.15.0",
27-
"@theia/keymaps": "^0.15.0",
28-
"@theia/languages": "^0.15.0",
29-
"@theia/markers": "^0.15.0",
30-
"@theia/messages": "^0.15.0",
31-
"@theia/metrics": "^0.15.0",
32-
"@theia/mini-browser": "^0.15.0",
33-
"@theia/monaco": "^0.15.0",
34-
"@theia/navigator": "^0.15.0",
35-
"@theia/outline-view": "^0.15.0",
36-
"@theia/output": "^0.15.0",
37-
"@theia/plugin-dev": "^0.15.0",
38-
"@theia/plugin-ext": "^0.15.0",
39-
"@theia/plugin-ext-vscode": "^0.15.0",
40-
"@theia/preferences": "^0.15.0",
41-
"@theia/preview": "^0.15.0",
42-
"@theia/process": "^0.15.0",
43-
"@theia/scm": "^0.15.0",
44-
"@theia/search-in-workspace": "^0.15.0",
45-
"@theia/task": "^0.15.0",
46-
"@theia/terminal": "^0.15.0",
47-
"@theia/typehierarchy": "^0.15.0",
48-
"@theia/userstorage": "^0.15.0",
49-
"@theia/variable-resolver": "^0.15.0",
50-
"@theia/workspace": "^0.15.0"
15+
"@theia/api-samples": "^0.16.0",
16+
"@theia/callhierarchy": "^0.16.0",
17+
"@theia/console": "^0.16.0",
18+
"@theia/core": "^0.16.0",
19+
"@theia/debug": "^0.16.0",
20+
"@theia/editor": "^0.16.0",
21+
"@theia/editor-preview": "^0.16.0",
22+
"@theia/file-search": "^0.16.0",
23+
"@theia/filesystem": "^0.16.0",
24+
"@theia/getting-started": "^0.16.0",
25+
"@theia/git": "^0.16.0",
26+
"@theia/json": "^0.16.0",
27+
"@theia/keymaps": "^0.16.0",
28+
"@theia/languages": "^0.16.0",
29+
"@theia/markers": "^0.16.0",
30+
"@theia/messages": "^0.16.0",
31+
"@theia/metrics": "^0.16.0",
32+
"@theia/mini-browser": "^0.16.0",
33+
"@theia/monaco": "^0.16.0",
34+
"@theia/navigator": "^0.16.0",
35+
"@theia/outline-view": "^0.16.0",
36+
"@theia/output": "^0.16.0",
37+
"@theia/plugin-dev": "^0.16.0",
38+
"@theia/plugin-ext": "^0.16.0",
39+
"@theia/plugin-ext-vscode": "^0.16.0",
40+
"@theia/preferences": "^0.16.0",
41+
"@theia/preview": "^0.16.0",
42+
"@theia/process": "^0.16.0",
43+
"@theia/scm": "^0.16.0",
44+
"@theia/search-in-workspace": "^0.16.0",
45+
"@theia/task": "^0.16.0",
46+
"@theia/terminal": "^0.16.0",
47+
"@theia/typehierarchy": "^0.16.0",
48+
"@theia/userstorage": "^0.16.0",
49+
"@theia/variable-resolver": "^0.16.0",
50+
"@theia/workspace": "^0.16.0"
5151
},
5252
"scripts": {
5353
"lint": "theiaext lint",
@@ -60,6 +60,6 @@
6060
"test": "electron-mocha --timeout 60000 \"./lib/test/**/*.espec.js\""
6161
},
6262
"devDependencies": {
63-
"@theia/cli": "^0.15.0"
63+
"@theia/cli": "^0.16.0"
6464
}
6565
}

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"lerna": "2.2.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
5-
"version": "0.15.0",
5+
"version": "0.16.0",
66
"command": {
77
"run": {
88
"stream": true

0 commit comments

Comments
 (0)