Skip to content

Commit e88b7f3

Browse files
committed
publish v0.15.0
Signed-off-by: Jacques Bouthillier <[email protected]>
1 parent be2f981 commit e88b7f3

File tree

56 files changed

+376
-378
lines changed

Some content is hidden

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

56 files changed

+376
-378
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": "0.14.0",
3+
"version": "0.15.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.14.0",
35+
"@theia/application-package": "^0.15.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.14.0"
59+
"@theia/ext-scripts": "^0.15.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": "0.14.0",
3+
"version": "0.15.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.14.0"
43+
"@theia/ext-scripts": "^0.15.0"
4444
},
4545
"nyc": {
4646
"extends": "../../configs/nyc.json"

dev-packages/cli/package.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/cli",
3-
"version": "0.14.0",
3+
"version": "0.15.0",
44
"description": "Theia CLI.",
55
"publishConfig": {
66
"access": "public"
@@ -26,12 +26,11 @@
2626
"lint": "theiaext lint",
2727
"build": "theiaext build",
2828
"watch": "theiaext watch",
29-
"clean": "theiaext clean",
30-
"watch": "theiaext watch"
29+
"clean": "theiaext clean"
3130
},
3231
"dependencies": {
33-
"@theia/application-manager": "^0.14.0",
34-
"@theia/application-package": "^0.14.0",
32+
"@theia/application-manager": "^0.15.0",
33+
"@theia/application-package": "^0.15.0",
3534
"@types/chai": "^4.2.7",
3635
"@types/mkdirp": "^0.5.2",
3736
"@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": "0.14.0",
3+
"version": "0.15.0",
44
"description": "Electron runtime dependencies for Theia",
55
"publishConfig": {
66
"access": "public"

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": "0.14.0",
4+
"version": "0.15.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

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"private": true,
33
"name": "@theia/api-samples",
4-
"version": "0.14.0",
4+
"version": "0.15.0",
55
"description": "Theia - Example code to demonstrate Theia API",
66
"dependencies": {
7-
"@theia/core": "^0.14.0"
7+
"@theia/core": "^0.15.0"
88
},
99
"theiaExtensions": [
1010
{
@@ -31,10 +31,9 @@
3131
"lint": "theiaext lint",
3232
"build": "theiaext build",
3333
"watch": "theiaext watch",
34-
"clean": "theiaext clean",
35-
"watch": "theiaext watch"
34+
"clean": "theiaext clean"
3635
},
3736
"devDependencies": {
38-
"@theia/ext-scripts": "^0.14.0"
37+
"@theia/ext-scripts": "^0.15.0"
3938
}
4039
}

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": "0.14.0",
3+
"version": "0.15.0",
44
"description": "Theia API tests",
55
"dependencies": {
6-
"@theia/core": "^0.14.0"
6+
"@theia/core": "^0.15.0"
77
},
88
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
99
"repository": {

examples/browser/package.json

+39-39
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@theia/example-browser",
4-
"version": "0.14.0",
4+
"version": "0.15.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.14.0",
18-
"@theia/callhierarchy": "^0.14.0",
19-
"@theia/console": "^0.14.0",
20-
"@theia/core": "^0.14.0",
21-
"@theia/debug": "^0.14.0",
22-
"@theia/editor": "^0.14.0",
23-
"@theia/editor-preview": "^0.14.0",
24-
"@theia/file-search": "^0.14.0",
25-
"@theia/filesystem": "^0.14.0",
26-
"@theia/getting-started": "^0.14.0",
27-
"@theia/git": "^0.14.0",
28-
"@theia/json": "^0.14.0",
29-
"@theia/keymaps": "^0.14.0",
30-
"@theia/languages": "^0.14.0",
31-
"@theia/markers": "^0.14.0",
32-
"@theia/messages": "^0.14.0",
33-
"@theia/metrics": "^0.14.0",
34-
"@theia/mini-browser": "^0.14.0",
35-
"@theia/monaco": "^0.14.0",
36-
"@theia/navigator": "^0.14.0",
37-
"@theia/outline-view": "^0.14.0",
38-
"@theia/output": "^0.14.0",
39-
"@theia/plugin-dev": "^0.14.0",
40-
"@theia/plugin-ext": "^0.14.0",
41-
"@theia/plugin-ext-vscode": "^0.14.0",
42-
"@theia/plugin-metrics": "^0.14.0",
43-
"@theia/preferences": "^0.14.0",
44-
"@theia/preview": "^0.14.0",
45-
"@theia/process": "^0.14.0",
46-
"@theia/scm": "^0.14.0",
47-
"@theia/search-in-workspace": "^0.14.0",
48-
"@theia/task": "^0.14.0",
49-
"@theia/terminal": "^0.14.0",
50-
"@theia/typehierarchy": "^0.14.0",
51-
"@theia/userstorage": "^0.14.0",
52-
"@theia/variable-resolver": "^0.14.0",
53-
"@theia/workspace": "^0.14.0"
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"
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.14.0"
70+
"@theia/cli": "^0.15.0"
7171
}
7272
}

examples/electron/package.json

+38-38
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@theia/example-electron",
4-
"version": "0.14.0",
4+
"version": "0.15.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.14.0",
16-
"@theia/callhierarchy": "^0.14.0",
17-
"@theia/console": "^0.14.0",
18-
"@theia/core": "^0.14.0",
19-
"@theia/debug": "^0.14.0",
20-
"@theia/editor": "^0.14.0",
21-
"@theia/editor-preview": "^0.14.0",
22-
"@theia/file-search": "^0.14.0",
23-
"@theia/filesystem": "^0.14.0",
24-
"@theia/getting-started": "^0.14.0",
25-
"@theia/git": "^0.14.0",
26-
"@theia/json": "^0.14.0",
27-
"@theia/keymaps": "^0.14.0",
28-
"@theia/languages": "^0.14.0",
29-
"@theia/markers": "^0.14.0",
30-
"@theia/messages": "^0.14.0",
31-
"@theia/metrics": "^0.14.0",
32-
"@theia/mini-browser": "^0.14.0",
33-
"@theia/monaco": "^0.14.0",
34-
"@theia/navigator": "^0.14.0",
35-
"@theia/outline-view": "^0.14.0",
36-
"@theia/output": "^0.14.0",
37-
"@theia/plugin-dev": "^0.14.0",
38-
"@theia/plugin-ext": "^0.14.0",
39-
"@theia/plugin-ext-vscode": "^0.14.0",
40-
"@theia/preferences": "^0.14.0",
41-
"@theia/preview": "^0.14.0",
42-
"@theia/process": "^0.14.0",
43-
"@theia/scm": "^0.14.0",
44-
"@theia/search-in-workspace": "^0.14.0",
45-
"@theia/task": "^0.14.0",
46-
"@theia/terminal": "^0.14.0",
47-
"@theia/typehierarchy": "^0.14.0",
48-
"@theia/userstorage": "^0.14.0",
49-
"@theia/variable-resolver": "^0.14.0",
50-
"@theia/workspace": "^0.14.0"
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"
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.14.0"
63+
"@theia/cli": "^0.15.0"
6464
}
6565
}

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

packages/callhierarchy/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@theia/callhierarchy",
3-
"version": "0.14.0",
3+
"version": "0.15.0",
44
"description": "Theia - Call Hierarchy Extension",
55
"dependencies": {
6-
"@theia/core": "^0.14.0",
7-
"@theia/editor": "^0.14.0",
8-
"@theia/languages": "^0.14.0",
9-
"@theia/monaco": "^0.14.0",
6+
"@theia/core": "^0.15.0",
7+
"@theia/editor": "^0.15.0",
8+
"@theia/languages": "^0.15.0",
9+
"@theia/monaco": "^0.15.0",
1010
"ts-md5": "^1.2.2"
1111
},
1212
"publishConfig": {
@@ -41,7 +41,7 @@
4141
"test": "theiaext test"
4242
},
4343
"devDependencies": {
44-
"@theia/ext-scripts": "^0.14.0"
44+
"@theia/ext-scripts": "^0.15.0"
4545
},
4646
"nyc": {
4747
"extends": "../../configs/nyc.json"

packages/console/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@theia/console",
3-
"version": "0.14.0",
3+
"version": "0.15.0",
44
"description": "Theia - Console Extension",
55
"dependencies": {
6-
"@theia/core": "^0.14.0",
7-
"@theia/monaco": "^0.14.0",
6+
"@theia/core": "^0.15.0",
7+
"@theia/monaco": "^0.15.0",
88
"anser": "^1.4.7"
99
},
1010
"publishConfig": {
@@ -39,7 +39,7 @@
3939
"test": "theiaext test"
4040
},
4141
"devDependencies": {
42-
"@theia/ext-scripts": "^0.14.0"
42+
"@theia/ext-scripts": "^0.15.0"
4343
},
4444
"nyc": {
4545
"extends": "../../configs/nyc.json"

0 commit comments

Comments
 (0)