Skip to content

Commit 4d24d7b

Browse files
publish v1.5.0
Signed-off-by: vince-fugnitto <[email protected]>
1 parent d647977 commit 4d24d7b

File tree

47 files changed

+328
-328
lines changed

Some content is hidden

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

47 files changed

+328
-328
lines changed

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": "1.4.0",
3+
"version": "1.5.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.4.0",
35+
"@theia/application-package": "^1.5.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": "^1.4.0"
59+
"@theia/ext-scripts": "^1.5.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": "1.4.0",
3+
"version": "1.5.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.4.0"
44+
"@theia/ext-scripts": "^1.5.0"
4545
},
4646
"nyc": {
4747
"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": "1.4.0",
3+
"version": "1.5.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": "^1.4.0",
33-
"@theia/application-package": "^1.4.0",
32+
"@theia/application-manager": "^1.5.0",
33+
"@theia/application-package": "^1.5.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": "1.4.0",
3+
"version": "1.5.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": "1.4.0",
4+
"version": "1.5.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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"private": true,
33
"name": "@theia/api-samples",
4-
"version": "1.4.0",
4+
"version": "1.5.0",
55
"description": "Theia - Example code to demonstrate Theia API",
66
"dependencies": {
7-
"@theia/core": "^1.4.0",
8-
"@theia/output": "^1.4.0"
7+
"@theia/core": "^1.5.0",
8+
"@theia/output": "^1.5.0"
99
},
1010
"theiaExtensions": [
1111
{
@@ -43,6 +43,6 @@
4343
"clean": "theiaext clean"
4444
},
4545
"devDependencies": {
46-
"@theia/ext-scripts": "^1.4.0"
46+
"@theia/ext-scripts": "^1.5.0"
4747
}
4848
}

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": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Theia API tests",
55
"dependencies": {
6-
"@theia/core": "^1.4.0"
6+
"@theia/core": "^1.5.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": "1.4.0",
4+
"version": "1.5.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": "^1.4.0",
18-
"@theia/callhierarchy": "^1.4.0",
19-
"@theia/console": "^1.4.0",
20-
"@theia/core": "^1.4.0",
21-
"@theia/debug": "^1.4.0",
22-
"@theia/editor": "^1.4.0",
23-
"@theia/editor-preview": "^1.4.0",
24-
"@theia/file-search": "^1.4.0",
25-
"@theia/filesystem": "^1.4.0",
26-
"@theia/getting-started": "^1.4.0",
27-
"@theia/git": "^1.4.0",
28-
"@theia/keymaps": "^1.4.0",
29-
"@theia/markers": "^1.4.0",
30-
"@theia/messages": "^1.4.0",
31-
"@theia/metrics": "^1.4.0",
32-
"@theia/mini-browser": "^1.4.0",
33-
"@theia/monaco": "^1.4.0",
34-
"@theia/navigator": "^1.4.0",
35-
"@theia/outline-view": "^1.4.0",
36-
"@theia/output": "^1.4.0",
37-
"@theia/plugin-dev": "^1.4.0",
38-
"@theia/plugin-ext": "^1.4.0",
39-
"@theia/plugin-ext-vscode": "^1.4.0",
40-
"@theia/plugin-metrics": "^1.4.0",
41-
"@theia/preferences": "^1.4.0",
42-
"@theia/preview": "^1.4.0",
43-
"@theia/process": "^1.4.0",
44-
"@theia/scm": "^1.4.0",
45-
"@theia/scm-extra": "^1.4.0",
46-
"@theia/search-in-workspace": "^1.4.0",
47-
"@theia/task": "^1.4.0",
48-
"@theia/terminal": "^1.4.0",
49-
"@theia/typehierarchy": "^1.4.0",
50-
"@theia/userstorage": "^1.4.0",
51-
"@theia/variable-resolver": "^1.4.0",
52-
"@theia/vsx-registry": "^1.4.0",
53-
"@theia/workspace": "^1.4.0"
17+
"@theia/api-samples": "^1.5.0",
18+
"@theia/callhierarchy": "^1.5.0",
19+
"@theia/console": "^1.5.0",
20+
"@theia/core": "^1.5.0",
21+
"@theia/debug": "^1.5.0",
22+
"@theia/editor": "^1.5.0",
23+
"@theia/editor-preview": "^1.5.0",
24+
"@theia/file-search": "^1.5.0",
25+
"@theia/filesystem": "^1.5.0",
26+
"@theia/getting-started": "^1.5.0",
27+
"@theia/git": "^1.5.0",
28+
"@theia/keymaps": "^1.5.0",
29+
"@theia/markers": "^1.5.0",
30+
"@theia/messages": "^1.5.0",
31+
"@theia/metrics": "^1.5.0",
32+
"@theia/mini-browser": "^1.5.0",
33+
"@theia/monaco": "^1.5.0",
34+
"@theia/navigator": "^1.5.0",
35+
"@theia/outline-view": "^1.5.0",
36+
"@theia/output": "^1.5.0",
37+
"@theia/plugin-dev": "^1.5.0",
38+
"@theia/plugin-ext": "^1.5.0",
39+
"@theia/plugin-ext-vscode": "^1.5.0",
40+
"@theia/plugin-metrics": "^1.5.0",
41+
"@theia/preferences": "^1.5.0",
42+
"@theia/preview": "^1.5.0",
43+
"@theia/process": "^1.5.0",
44+
"@theia/scm": "^1.5.0",
45+
"@theia/scm-extra": "^1.5.0",
46+
"@theia/search-in-workspace": "^1.5.0",
47+
"@theia/task": "^1.5.0",
48+
"@theia/terminal": "^1.5.0",
49+
"@theia/typehierarchy": "^1.5.0",
50+
"@theia/userstorage": "^1.5.0",
51+
"@theia/variable-resolver": "^1.5.0",
52+
"@theia/vsx-registry": "^1.5.0",
53+
"@theia/workspace": "^1.5.0"
5454
},
5555
"scripts": {
5656
"prepare": "yarn run clean && yarn build",
@@ -66,6 +66,6 @@
6666
"coverage:clean": "rimraf .nyc_output && rimraf coverage"
6767
},
6868
"devDependencies": {
69-
"@theia/cli": "^1.4.0"
69+
"@theia/cli": "^1.5.0"
7070
}
7171
}

examples/electron/package.json

Lines changed: 39 additions & 39 deletions
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.4.0",
5+
"version": "1.5.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,43 +14,43 @@
1414
}
1515
},
1616
"dependencies": {
17-
"@theia/api-samples": "^1.4.0",
18-
"@theia/callhierarchy": "^1.4.0",
19-
"@theia/console": "^1.4.0",
20-
"@theia/core": "^1.4.0",
21-
"@theia/debug": "^1.4.0",
22-
"@theia/editor": "^1.4.0",
23-
"@theia/editor-preview": "^1.4.0",
24-
"@theia/electron": "^1.4.0",
25-
"@theia/file-search": "^1.4.0",
26-
"@theia/filesystem": "^1.4.0",
27-
"@theia/getting-started": "^1.4.0",
28-
"@theia/git": "^1.4.0",
29-
"@theia/keymaps": "^1.4.0",
30-
"@theia/markers": "^1.4.0",
31-
"@theia/messages": "^1.4.0",
32-
"@theia/metrics": "^1.4.0",
33-
"@theia/mini-browser": "^1.4.0",
34-
"@theia/monaco": "^1.4.0",
35-
"@theia/navigator": "^1.4.0",
36-
"@theia/outline-view": "^1.4.0",
37-
"@theia/output": "^1.4.0",
38-
"@theia/plugin-dev": "^1.4.0",
39-
"@theia/plugin-ext": "^1.4.0",
40-
"@theia/plugin-ext-vscode": "^1.4.0",
41-
"@theia/preferences": "^1.4.0",
42-
"@theia/preview": "^1.4.0",
43-
"@theia/process": "^1.4.0",
44-
"@theia/scm": "^1.4.0",
45-
"@theia/scm-extra": "^1.4.0",
46-
"@theia/search-in-workspace": "^1.4.0",
47-
"@theia/task": "^1.4.0",
48-
"@theia/terminal": "^1.4.0",
49-
"@theia/typehierarchy": "^1.4.0",
50-
"@theia/userstorage": "^1.4.0",
51-
"@theia/variable-resolver": "^1.4.0",
52-
"@theia/vsx-registry": "^1.4.0",
53-
"@theia/workspace": "^1.4.0"
17+
"@theia/api-samples": "^1.5.0",
18+
"@theia/callhierarchy": "^1.5.0",
19+
"@theia/console": "^1.5.0",
20+
"@theia/core": "^1.5.0",
21+
"@theia/debug": "^1.5.0",
22+
"@theia/editor": "^1.5.0",
23+
"@theia/editor-preview": "^1.5.0",
24+
"@theia/electron": "^1.5.0",
25+
"@theia/file-search": "^1.5.0",
26+
"@theia/filesystem": "^1.5.0",
27+
"@theia/getting-started": "^1.5.0",
28+
"@theia/git": "^1.5.0",
29+
"@theia/keymaps": "^1.5.0",
30+
"@theia/markers": "^1.5.0",
31+
"@theia/messages": "^1.5.0",
32+
"@theia/metrics": "^1.5.0",
33+
"@theia/mini-browser": "^1.5.0",
34+
"@theia/monaco": "^1.5.0",
35+
"@theia/navigator": "^1.5.0",
36+
"@theia/outline-view": "^1.5.0",
37+
"@theia/output": "^1.5.0",
38+
"@theia/plugin-dev": "^1.5.0",
39+
"@theia/plugin-ext": "^1.5.0",
40+
"@theia/plugin-ext-vscode": "^1.5.0",
41+
"@theia/preferences": "^1.5.0",
42+
"@theia/preview": "^1.5.0",
43+
"@theia/process": "^1.5.0",
44+
"@theia/scm": "^1.5.0",
45+
"@theia/scm-extra": "^1.5.0",
46+
"@theia/search-in-workspace": "^1.5.0",
47+
"@theia/task": "^1.5.0",
48+
"@theia/terminal": "^1.5.0",
49+
"@theia/typehierarchy": "^1.5.0",
50+
"@theia/userstorage": "^1.5.0",
51+
"@theia/variable-resolver": "^1.5.0",
52+
"@theia/vsx-registry": "^1.5.0",
53+
"@theia/workspace": "^1.5.0"
5454
},
5555
"scripts": {
5656
"lint": "theiaext lint",
@@ -63,6 +63,6 @@
6363
"test": "electron-mocha --timeout 60000 \"./lib/test/**/*.espec.js\""
6464
},
6565
"devDependencies": {
66-
"@theia/cli": "^1.4.0"
66+
"@theia/cli": "^1.5.0"
6767
}
6868
}

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

packages/callhierarchy/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@theia/callhierarchy",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Theia - Call Hierarchy Extension",
55
"dependencies": {
6-
"@theia/core": "^1.4.0",
7-
"@theia/editor": "^1.4.0",
8-
"@theia/monaco": "^1.4.0",
6+
"@theia/core": "^1.5.0",
7+
"@theia/editor": "^1.5.0",
8+
"@theia/monaco": "^1.5.0",
99
"ts-md5": "^1.2.2"
1010
},
1111
"publishConfig": {
@@ -40,7 +40,7 @@
4040
"test": "theiaext test"
4141
},
4242
"devDependencies": {
43-
"@theia/ext-scripts": "^1.4.0"
43+
"@theia/ext-scripts": "^1.5.0"
4444
},
4545
"nyc": {
4646
"extends": "../../configs/nyc.json"

packages/console/package.json

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

0 commit comments

Comments
 (0)