Skip to content

Commit b92a567

Browse files
committed
publish v0.12.0
Signed-off-by: Jacques Bouthillier <[email protected]>
1 parent fa116f0 commit b92a567

File tree

56 files changed

+401
-401
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

+401
-401
lines changed

dev-packages/application-manager/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/application-manager",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "Theia application manager API.",
55
"publishConfig": {
66
"access": "public"
@@ -32,12 +32,12 @@
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.11.0",
35+
"@theia/application-package": "^0.12.0",
36+
"@theia/compression-webpack-plugin": "^3.0.0",
3637
"@types/fs-extra": "^4.0.2",
3738
"babel-loader": "^8.0.6",
3839
"bunyan": "^1.8.10",
3940
"circular-dependency-plugin": "^5.0.0",
40-
"@theia/compression-webpack-plugin": "^3.0.0",
4141
"copy-webpack-plugin": "^4.5.0",
4242
"css-loader": "^0.28.1",
4343
"electron-rebuild": "^1.8.6",
@@ -56,7 +56,7 @@
5656
"worker-loader": "^1.1.1"
5757
},
5858
"devDependencies": {
59-
"@theia/ext-scripts": "^0.11.0"
59+
"@theia/ext-scripts": "^0.12.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.11.0",
3+
"version": "0.12.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.11.0"
43+
"@theia/ext-scripts": "^0.12.0"
4444
},
4545
"nyc": {
4646
"extends": "../../configs/nyc.json"

dev-packages/cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theia/cli",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "Theia CLI.",
55
"publishConfig": {
66
"access": "public"
@@ -30,8 +30,8 @@
3030
"test": "echo 'skip'"
3131
},
3232
"dependencies": {
33-
"@theia/application-manager": "^0.11.0",
34-
"@theia/application-package": "^0.11.0",
33+
"@theia/application-manager": "^0.12.0",
34+
"@theia/application-package": "^0.12.0",
3535
"yargs": "^11.1.0"
3636
}
3737
}

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.11.0",
3+
"version": "0.12.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.11.0",
4+
"version": "0.12.0",
55
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
66
"description": "NPM scripts for Theia packages.",
77
"files": [

examples/browser/package.json

+47-47
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@theia/example-browser",
4-
"version": "0.11.0",
4+
"version": "0.12.0",
55
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
66
"theia": {
77
"frontend": {
@@ -14,51 +14,51 @@
1414
}
1515
},
1616
"dependencies": {
17-
"@theia/callhierarchy": "^0.11.0",
18-
"@theia/console": "^0.11.0",
19-
"@theia/core": "^0.11.0",
20-
"@theia/cpp": "^0.11.0",
21-
"@theia/debug": "^0.11.0",
22-
"@theia/debug-nodejs": "^0.11.0",
23-
"@theia/editor": "^0.11.0",
24-
"@theia/editor-preview": "^0.11.0",
25-
"@theia/editorconfig": "^0.11.0",
26-
"@theia/file-search": "^0.11.0",
27-
"@theia/filesystem": "^0.11.0",
28-
"@theia/getting-started": "^0.11.0",
29-
"@theia/git": "^0.11.0",
30-
"@theia/java": "^0.11.0",
31-
"@theia/java-debug": "^0.11.0",
32-
"@theia/json": "^0.11.0",
33-
"@theia/keymaps": "^0.11.0",
34-
"@theia/languages": "^0.11.0",
35-
"@theia/markers": "^0.11.0",
36-
"@theia/merge-conflicts": "^0.11.0",
37-
"@theia/messages": "^0.11.0",
38-
"@theia/metrics": "^0.11.0",
39-
"@theia/mini-browser": "^0.11.0",
40-
"@theia/monaco": "^0.11.0",
41-
"@theia/navigator": "^0.11.0",
42-
"@theia/outline-view": "^0.11.0",
43-
"@theia/output": "^0.11.0",
44-
"@theia/plugin-dev": "^0.11.0",
45-
"@theia/plugin-ext": "^0.11.0",
46-
"@theia/plugin-ext-vscode": "^0.11.0",
47-
"@theia/preferences": "^0.11.0",
48-
"@theia/preview": "^0.11.0",
49-
"@theia/process": "^0.11.0",
50-
"@theia/python": "^0.11.0",
51-
"@theia/scm": "^0.11.0",
52-
"@theia/search-in-workspace": "^0.11.0",
53-
"@theia/task": "^0.11.0",
54-
"@theia/terminal": "^0.11.0",
55-
"@theia/textmate-grammars": "^0.11.0",
56-
"@theia/tslint": "^0.11.0",
57-
"@theia/typehierarchy": "^0.11.0",
58-
"@theia/typescript": "^0.11.0",
59-
"@theia/userstorage": "^0.11.0",
60-
"@theia/variable-resolver": "^0.11.0",
61-
"@theia/workspace": "^0.11.0"
17+
"@theia/callhierarchy": "^0.12.0",
18+
"@theia/console": "^0.12.0",
19+
"@theia/core": "^0.12.0",
20+
"@theia/cpp": "^0.12.0",
21+
"@theia/debug": "^0.12.0",
22+
"@theia/debug-nodejs": "^0.12.0",
23+
"@theia/editor": "^0.12.0",
24+
"@theia/editor-preview": "^0.12.0",
25+
"@theia/editorconfig": "^0.12.0",
26+
"@theia/file-search": "^0.12.0",
27+
"@theia/filesystem": "^0.12.0",
28+
"@theia/getting-started": "^0.12.0",
29+
"@theia/git": "^0.12.0",
30+
"@theia/java": "^0.12.0",
31+
"@theia/java-debug": "^0.12.0",
32+
"@theia/json": "^0.12.0",
33+
"@theia/keymaps": "^0.12.0",
34+
"@theia/languages": "^0.12.0",
35+
"@theia/markers": "^0.12.0",
36+
"@theia/merge-conflicts": "^0.12.0",
37+
"@theia/messages": "^0.12.0",
38+
"@theia/metrics": "^0.12.0",
39+
"@theia/mini-browser": "^0.12.0",
40+
"@theia/monaco": "^0.12.0",
41+
"@theia/navigator": "^0.12.0",
42+
"@theia/outline-view": "^0.12.0",
43+
"@theia/output": "^0.12.0",
44+
"@theia/plugin-dev": "^0.12.0",
45+
"@theia/plugin-ext": "^0.12.0",
46+
"@theia/plugin-ext-vscode": "^0.12.0",
47+
"@theia/preferences": "^0.12.0",
48+
"@theia/preview": "^0.12.0",
49+
"@theia/process": "^0.12.0",
50+
"@theia/python": "^0.12.0",
51+
"@theia/scm": "^0.12.0",
52+
"@theia/search-in-workspace": "^0.12.0",
53+
"@theia/task": "^0.12.0",
54+
"@theia/terminal": "^0.12.0",
55+
"@theia/textmate-grammars": "^0.12.0",
56+
"@theia/tslint": "^0.12.0",
57+
"@theia/typehierarchy": "^0.12.0",
58+
"@theia/typescript": "^0.12.0",
59+
"@theia/userstorage": "^0.12.0",
60+
"@theia/variable-resolver": "^0.12.0",
61+
"@theia/workspace": "^0.12.0"
6262
},
6363
"scripts": {
6464
"prepare": "yarn run clean && yarn build",
@@ -76,6 +76,6 @@
7676
"coverage": "yarn coverage:compile && yarn test && yarn coverage:remap && yarn coverage:report:lcov && yarn coverage:report:html"
7777
},
7878
"devDependencies": {
79-
"@theia/cli": "^0.11.0"
79+
"@theia/cli": "^0.12.0"
8080
}
8181
}

examples/electron/package.json

+46-46
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@theia/example-electron",
4-
"version": "0.11.0",
4+
"version": "0.12.0",
55
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
66
"theia": {
77
"target": "electron",
@@ -12,50 +12,50 @@
1212
}
1313
},
1414
"dependencies": {
15-
"@theia/callhierarchy": "^0.11.0",
16-
"@theia/console": "^0.11.0",
17-
"@theia/core": "^0.11.0",
18-
"@theia/cpp": "^0.11.0",
19-
"@theia/debug": "^0.11.0",
20-
"@theia/debug-nodejs": "^0.11.0",
21-
"@theia/editor": "^0.11.0",
22-
"@theia/editor-preview": "^0.11.0",
23-
"@theia/editorconfig": "^0.11.0",
24-
"@theia/file-search": "^0.11.0",
25-
"@theia/filesystem": "^0.11.0",
26-
"@theia/getting-started": "^0.11.0",
27-
"@theia/git": "^0.11.0",
28-
"@theia/java": "^0.11.0",
29-
"@theia/java-debug": "^0.11.0",
30-
"@theia/json": "^0.11.0",
31-
"@theia/keymaps": "^0.11.0",
32-
"@theia/languages": "^0.11.0",
33-
"@theia/markers": "^0.11.0",
34-
"@theia/merge-conflicts": "^0.11.0",
35-
"@theia/messages": "^0.11.0",
36-
"@theia/metrics": "^0.11.0",
37-
"@theia/mini-browser": "^0.11.0",
38-
"@theia/monaco": "^0.11.0",
39-
"@theia/navigator": "^0.11.0",
40-
"@theia/outline-view": "^0.11.0",
41-
"@theia/output": "^0.11.0",
42-
"@theia/plugin-dev": "^0.11.0",
43-
"@theia/plugin-ext": "^0.11.0",
44-
"@theia/plugin-ext-vscode": "^0.11.0",
45-
"@theia/preferences": "^0.11.0",
46-
"@theia/preview": "^0.11.0",
47-
"@theia/process": "^0.11.0",
48-
"@theia/python": "^0.11.0",
49-
"@theia/search-in-workspace": "^0.11.0",
50-
"@theia/task": "^0.11.0",
51-
"@theia/terminal": "^0.11.0",
52-
"@theia/textmate-grammars": "^0.11.0",
53-
"@theia/tslint": "^0.11.0",
54-
"@theia/typehierarchy": "^0.11.0",
55-
"@theia/typescript": "^0.11.0",
56-
"@theia/userstorage": "^0.11.0",
57-
"@theia/variable-resolver": "^0.11.0",
58-
"@theia/workspace": "^0.11.0"
15+
"@theia/callhierarchy": "^0.12.0",
16+
"@theia/console": "^0.12.0",
17+
"@theia/core": "^0.12.0",
18+
"@theia/cpp": "^0.12.0",
19+
"@theia/debug": "^0.12.0",
20+
"@theia/debug-nodejs": "^0.12.0",
21+
"@theia/editor": "^0.12.0",
22+
"@theia/editor-preview": "^0.12.0",
23+
"@theia/editorconfig": "^0.12.0",
24+
"@theia/file-search": "^0.12.0",
25+
"@theia/filesystem": "^0.12.0",
26+
"@theia/getting-started": "^0.12.0",
27+
"@theia/git": "^0.12.0",
28+
"@theia/java": "^0.12.0",
29+
"@theia/java-debug": "^0.12.0",
30+
"@theia/json": "^0.12.0",
31+
"@theia/keymaps": "^0.12.0",
32+
"@theia/languages": "^0.12.0",
33+
"@theia/markers": "^0.12.0",
34+
"@theia/merge-conflicts": "^0.12.0",
35+
"@theia/messages": "^0.12.0",
36+
"@theia/metrics": "^0.12.0",
37+
"@theia/mini-browser": "^0.12.0",
38+
"@theia/monaco": "^0.12.0",
39+
"@theia/navigator": "^0.12.0",
40+
"@theia/outline-view": "^0.12.0",
41+
"@theia/output": "^0.12.0",
42+
"@theia/plugin-dev": "^0.12.0",
43+
"@theia/plugin-ext": "^0.12.0",
44+
"@theia/plugin-ext-vscode": "^0.12.0",
45+
"@theia/preferences": "^0.12.0",
46+
"@theia/preview": "^0.12.0",
47+
"@theia/process": "^0.12.0",
48+
"@theia/python": "^0.12.0",
49+
"@theia/search-in-workspace": "^0.12.0",
50+
"@theia/task": "^0.12.0",
51+
"@theia/terminal": "^0.12.0",
52+
"@theia/textmate-grammars": "^0.12.0",
53+
"@theia/tslint": "^0.12.0",
54+
"@theia/typehierarchy": "^0.12.0",
55+
"@theia/typescript": "^0.12.0",
56+
"@theia/userstorage": "^0.12.0",
57+
"@theia/variable-resolver": "^0.12.0",
58+
"@theia/workspace": "^0.12.0"
5959
},
6060
"scripts": {
6161
"prepare": "yarn run clean && yarn build",
@@ -68,6 +68,6 @@
6868
"test:ui": "wdio wdio.conf.js"
6969
},
7070
"devDependencies": {
71-
"@theia/cli": "^0.11.0"
71+
"@theia/cli": "^0.12.0"
7272
}
7373
}

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

packages/bunyan/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@theia/bunyan",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "Theia - bunyan Logger Extension",
55
"dependencies": {
6-
"@theia/core": "^0.11.0",
6+
"@theia/core": "^0.12.0",
77
"@types/bunyan": "^1.8.0",
88
"bunyan": "^1.8.10"
99
},
@@ -39,7 +39,7 @@
3939
"test": "theiaext test"
4040
},
4141
"devDependencies": {
42-
"@theia/ext-scripts": "^0.11.0"
42+
"@theia/ext-scripts": "^0.12.0"
4343
},
4444
"nyc": {
4545
"extends": "../../configs/nyc.json"

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.11.0",
3+
"version": "0.12.0",
44
"description": "Theia - Call Hierarchy Extension",
55
"dependencies": {
6-
"@theia/core": "^0.11.0",
7-
"@theia/editor": "^0.11.0",
8-
"@theia/languages": "^0.11.0",
9-
"@theia/monaco": "^0.11.0",
6+
"@theia/core": "^0.12.0",
7+
"@theia/editor": "^0.12.0",
8+
"@theia/languages": "^0.12.0",
9+
"@theia/monaco": "^0.12.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.11.0"
44+
"@theia/ext-scripts": "^0.12.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.11.0",
3+
"version": "0.12.0",
44
"description": "Theia - Console Extension",
55
"dependencies": {
6-
"@theia/core": "^0.11.0",
7-
"@theia/monaco": "^0.11.0",
6+
"@theia/core": "^0.12.0",
7+
"@theia/monaco": "^0.12.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.11.0"
42+
"@theia/ext-scripts": "^0.12.0"
4343
},
4444
"nyc": {
4545
"extends": "../../configs/nyc.json"

0 commit comments

Comments
 (0)