Skip to content

Commit dece352

Browse files
publish v1.16.0
Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
1 parent 91e6533 commit dece352

File tree

54 files changed

+375
-375
lines changed

Some content is hidden

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

54 files changed

+375
-375
lines changed

dev-packages/application-manager/package.json

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

dev-packages/application-package/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/application-package",
3-
"version": "1.15.0",
3+
"version": "1.16.0",
44
"description": "Theia application package API.",
55
"publishConfig": {
66
"access": "public"
@@ -41,7 +41,7 @@
4141
"write-json-file": "^2.2.0"
4242
},
4343
"devDependencies": {
44-
"@theia/ext-scripts": "1.15.0"
44+
"@theia/ext-scripts": "1.16.0"
4545
},
4646
"nyc": {
4747
"extends": "../../configs/nyc.json"

dev-packages/cli/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/cli",
3-
"version": "1.15.0",
3+
"version": "1.16.0",
44
"description": "Theia CLI.",
55
"publishConfig": {
66
"access": "public"
@@ -29,9 +29,9 @@
2929
"clean": "theiaext clean"
3030
},
3131
"dependencies": {
32-
"@theia/application-manager": "1.15.0",
33-
"@theia/application-package": "1.15.0",
34-
"@theia/ovsx-client": "1.15.0",
32+
"@theia/application-manager": "1.16.0",
33+
"@theia/application-package": "1.16.0",
34+
"@theia/ovsx-client": "1.16.0",
3535
"@types/chai": "^4.2.7",
3636
"@types/mkdirp": "^0.5.2",
3737
"@types/mocha": "^5.2.7",

dev-packages/electron/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/electron",
3-
"version": "1.15.0",
3+
"version": "1.16.0",
44
"description": "Electron runtime dependencies for Theia",
55
"publishConfig": {
66
"access": "public"
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"private": true,
33
"name": "@theia/eslint-plugin",
4-
"version": "1.15.0",
4+
"version": "1.16.0",
55
"description": "Custom ESLint rules for developing Theia extensions and applications",
66
"dependencies": {
7-
"@theia/core": "1.15.0"
7+
"@theia/core": "1.16.0"
88
}
99
}

dev-packages/ext-scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@theia/ext-scripts",
4-
"version": "1.15.0",
4+
"version": "1.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": {

dev-packages/ovsx-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/ovsx-client",
3-
"version": "1.15.0",
3+
"version": "1.16.0",
44
"description": "Theia Open-VSX Client",
55
"publishConfig": {
66
"access": "public"

examples/api-samples/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"private": true,
33
"name": "@theia/api-samples",
4-
"version": "1.15.0",
4+
"version": "1.16.0",
55
"description": "Theia - Example code to demonstrate Theia API",
66
"dependencies": {
7-
"@theia/core": "1.15.0",
8-
"@theia/filesystem": "1.15.0",
9-
"@theia/output": "1.15.0",
10-
"@theia/vsx-registry": "1.15.0",
11-
"@theia/workspace": "1.15.0"
7+
"@theia/core": "1.16.0",
8+
"@theia/filesystem": "1.16.0",
9+
"@theia/output": "1.16.0",
10+
"@theia/vsx-registry": "1.16.0",
11+
"@theia/workspace": "1.16.0"
1212
},
1313
"theiaExtensions": [
1414
{
@@ -47,6 +47,6 @@
4747
"clean": "theiaext clean"
4848
},
4949
"devDependencies": {
50-
"@theia/ext-scripts": "1.15.0"
50+
"@theia/ext-scripts": "1.16.0"
5151
}
5252
}

examples/api-tests/package.json

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

examples/browser/package.json

+42-42
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@theia/example-browser",
4-
"version": "1.15.0",
4+
"version": "1.16.0",
55
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
66
"theia": {
77
"frontend": {
@@ -14,46 +14,46 @@
1414
}
1515
},
1616
"dependencies": {
17-
"@theia/api-samples": "1.15.0",
18-
"@theia/bulk-edit": "1.15.0",
19-
"@theia/callhierarchy": "1.15.0",
20-
"@theia/console": "1.15.0",
21-
"@theia/core": "1.15.0",
22-
"@theia/debug": "1.15.0",
23-
"@theia/editor": "1.15.0",
24-
"@theia/editor-preview": "1.15.0",
25-
"@theia/file-search": "1.15.0",
26-
"@theia/filesystem": "1.15.0",
27-
"@theia/getting-started": "1.15.0",
28-
"@theia/git": "1.15.0",
29-
"@theia/keymaps": "1.15.0",
30-
"@theia/markers": "1.15.0",
31-
"@theia/messages": "1.15.0",
32-
"@theia/metrics": "1.15.0",
33-
"@theia/mini-browser": "1.15.0",
34-
"@theia/monaco": "1.15.0",
35-
"@theia/navigator": "1.15.0",
36-
"@theia/outline-view": "1.15.0",
37-
"@theia/output": "1.15.0",
38-
"@theia/plugin-dev": "1.15.0",
39-
"@theia/plugin-ext": "1.15.0",
40-
"@theia/plugin-ext-vscode": "1.15.0",
41-
"@theia/plugin-metrics": "1.15.0",
42-
"@theia/preferences": "1.15.0",
43-
"@theia/preview": "1.15.0",
44-
"@theia/process": "1.15.0",
45-
"@theia/property-view": "1.15.0",
46-
"@theia/scm": "1.15.0",
47-
"@theia/scm-extra": "1.15.0",
48-
"@theia/search-in-workspace": "1.15.0",
49-
"@theia/task": "1.15.0",
50-
"@theia/terminal": "1.15.0",
51-
"@theia/timeline": "1.15.0",
52-
"@theia/typehierarchy": "1.15.0",
53-
"@theia/userstorage": "1.15.0",
54-
"@theia/variable-resolver": "1.15.0",
55-
"@theia/vsx-registry": "1.15.0",
56-
"@theia/workspace": "1.15.0"
17+
"@theia/api-samples": "1.16.0",
18+
"@theia/bulk-edit": "1.16.0",
19+
"@theia/callhierarchy": "1.16.0",
20+
"@theia/console": "1.16.0",
21+
"@theia/core": "1.16.0",
22+
"@theia/debug": "1.16.0",
23+
"@theia/editor": "1.16.0",
24+
"@theia/editor-preview": "1.16.0",
25+
"@theia/file-search": "1.16.0",
26+
"@theia/filesystem": "1.16.0",
27+
"@theia/getting-started": "1.16.0",
28+
"@theia/git": "1.16.0",
29+
"@theia/keymaps": "1.16.0",
30+
"@theia/markers": "1.16.0",
31+
"@theia/messages": "1.16.0",
32+
"@theia/metrics": "1.16.0",
33+
"@theia/mini-browser": "1.16.0",
34+
"@theia/monaco": "1.16.0",
35+
"@theia/navigator": "1.16.0",
36+
"@theia/outline-view": "1.16.0",
37+
"@theia/output": "1.16.0",
38+
"@theia/plugin-dev": "1.16.0",
39+
"@theia/plugin-ext": "1.16.0",
40+
"@theia/plugin-ext-vscode": "1.16.0",
41+
"@theia/plugin-metrics": "1.16.0",
42+
"@theia/preferences": "1.16.0",
43+
"@theia/preview": "1.16.0",
44+
"@theia/process": "1.16.0",
45+
"@theia/property-view": "1.16.0",
46+
"@theia/scm": "1.16.0",
47+
"@theia/scm-extra": "1.16.0",
48+
"@theia/search-in-workspace": "1.16.0",
49+
"@theia/task": "1.16.0",
50+
"@theia/terminal": "1.16.0",
51+
"@theia/timeline": "1.16.0",
52+
"@theia/typehierarchy": "1.16.0",
53+
"@theia/userstorage": "1.16.0",
54+
"@theia/variable-resolver": "1.16.0",
55+
"@theia/vsx-registry": "1.16.0",
56+
"@theia/workspace": "1.16.0"
5757
},
5858
"scripts": {
5959
"prepare": "yarn run clean && yarn build",
@@ -69,6 +69,6 @@
6969
"coverage:clean": "rimraf .nyc_output && rimraf coverage"
7070
},
7171
"devDependencies": {
72-
"@theia/cli": "1.15.0"
72+
"@theia/cli": "1.16.0"
7373
}
7474
}

examples/electron/package.json

+43-43
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "@theia/example-electron",
44
"productName": "Theia Electron Example",
5-
"version": "1.15.0",
5+
"version": "1.16.0",
66
"main": "src-gen/frontend/electron-main.js",
77
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
88
"theia": {
@@ -14,47 +14,47 @@
1414
}
1515
},
1616
"dependencies": {
17-
"@theia/api-samples": "1.15.0",
18-
"@theia/bulk-edit": "1.15.0",
19-
"@theia/callhierarchy": "1.15.0",
20-
"@theia/console": "1.15.0",
21-
"@theia/core": "1.15.0",
22-
"@theia/debug": "1.15.0",
23-
"@theia/editor": "1.15.0",
24-
"@theia/editor-preview": "1.15.0",
25-
"@theia/electron": "1.15.0",
26-
"@theia/external-terminal": "1.15.0",
27-
"@theia/file-search": "1.15.0",
28-
"@theia/filesystem": "1.15.0",
29-
"@theia/getting-started": "1.15.0",
30-
"@theia/git": "1.15.0",
31-
"@theia/keymaps": "1.15.0",
32-
"@theia/markers": "1.15.0",
33-
"@theia/messages": "1.15.0",
34-
"@theia/metrics": "1.15.0",
35-
"@theia/mini-browser": "1.15.0",
36-
"@theia/monaco": "1.15.0",
37-
"@theia/navigator": "1.15.0",
38-
"@theia/outline-view": "1.15.0",
39-
"@theia/output": "1.15.0",
40-
"@theia/plugin-dev": "1.15.0",
41-
"@theia/plugin-ext": "1.15.0",
42-
"@theia/plugin-ext-vscode": "1.15.0",
43-
"@theia/preferences": "1.15.0",
44-
"@theia/preview": "1.15.0",
45-
"@theia/process": "1.15.0",
46-
"@theia/property-view": "1.15.0",
47-
"@theia/scm": "1.15.0",
48-
"@theia/scm-extra": "1.15.0",
49-
"@theia/search-in-workspace": "1.15.0",
50-
"@theia/task": "1.15.0",
51-
"@theia/terminal": "1.15.0",
52-
"@theia/timeline": "1.15.0",
53-
"@theia/typehierarchy": "1.15.0",
54-
"@theia/userstorage": "1.15.0",
55-
"@theia/variable-resolver": "1.15.0",
56-
"@theia/vsx-registry": "1.15.0",
57-
"@theia/workspace": "1.15.0"
17+
"@theia/api-samples": "1.16.0",
18+
"@theia/bulk-edit": "1.16.0",
19+
"@theia/callhierarchy": "1.16.0",
20+
"@theia/console": "1.16.0",
21+
"@theia/core": "1.16.0",
22+
"@theia/debug": "1.16.0",
23+
"@theia/editor": "1.16.0",
24+
"@theia/editor-preview": "1.16.0",
25+
"@theia/electron": "1.16.0",
26+
"@theia/external-terminal": "1.16.0",
27+
"@theia/file-search": "1.16.0",
28+
"@theia/filesystem": "1.16.0",
29+
"@theia/getting-started": "1.16.0",
30+
"@theia/git": "1.16.0",
31+
"@theia/keymaps": "1.16.0",
32+
"@theia/markers": "1.16.0",
33+
"@theia/messages": "1.16.0",
34+
"@theia/metrics": "1.16.0",
35+
"@theia/mini-browser": "1.16.0",
36+
"@theia/monaco": "1.16.0",
37+
"@theia/navigator": "1.16.0",
38+
"@theia/outline-view": "1.16.0",
39+
"@theia/output": "1.16.0",
40+
"@theia/plugin-dev": "1.16.0",
41+
"@theia/plugin-ext": "1.16.0",
42+
"@theia/plugin-ext-vscode": "1.16.0",
43+
"@theia/preferences": "1.16.0",
44+
"@theia/preview": "1.16.0",
45+
"@theia/process": "1.16.0",
46+
"@theia/property-view": "1.16.0",
47+
"@theia/scm": "1.16.0",
48+
"@theia/scm-extra": "1.16.0",
49+
"@theia/search-in-workspace": "1.16.0",
50+
"@theia/task": "1.16.0",
51+
"@theia/terminal": "1.16.0",
52+
"@theia/timeline": "1.16.0",
53+
"@theia/typehierarchy": "1.16.0",
54+
"@theia/userstorage": "1.16.0",
55+
"@theia/variable-resolver": "1.16.0",
56+
"@theia/vsx-registry": "1.16.0",
57+
"@theia/workspace": "1.16.0"
5858
},
5959
"scripts": {
6060
"lint": "theiaext lint",
@@ -67,6 +67,6 @@
6767
"test": "electron-mocha --timeout 60000 \"./lib/test/**/*.espec.js\""
6868
},
6969
"devDependencies": {
70-
"@theia/cli": "1.15.0"
70+
"@theia/cli": "1.16.0"
7171
}
7272
}

lerna.json

+1-1
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": "1.15.0",
5+
"version": "1.16.0",
66
"command": {
77
"run": {
88
"stream": true

packages/bulk-edit/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@theia/bulk-edit",
3-
"version": "1.15.0",
3+
"version": "1.16.0",
44
"description": "Theia - Bulk Edit Extension",
55
"dependencies": {
6-
"@theia/core": "1.15.0",
7-
"@theia/editor": "1.15.0",
8-
"@theia/filesystem": "1.15.0",
9-
"@theia/monaco": "1.15.0",
10-
"@theia/workspace": "1.15.0"
6+
"@theia/core": "1.16.0",
7+
"@theia/editor": "1.16.0",
8+
"@theia/filesystem": "1.16.0",
9+
"@theia/monaco": "1.16.0",
10+
"@theia/workspace": "1.16.0"
1111
},
1212
"publishConfig": {
1313
"access": "public"
@@ -41,7 +41,7 @@
4141
"test": "theiaext test"
4242
},
4343
"devDependencies": {
44-
"@theia/ext-scripts": "1.15.0"
44+
"@theia/ext-scripts": "1.16.0"
4545
},
4646
"nyc": {
4747
"extends": "../../configs/nyc.json"

0 commit comments

Comments
 (0)