Skip to content

Commit fd0ace8

Browse files
committed
publish v1.1.0
Signed-off-by: Jacques Bouthillier <[email protected]>
1 parent 24d07cf commit fd0ace8

File tree

49 files changed

+349
-349
lines changed

Some content is hidden

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

49 files changed

+349
-349
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.0.0",
3+
"version": "1.1.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": "^1.0.0",
35+
"@theia/application-package": "^1.1.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.0.0"
59+
"@theia/ext-scripts": "^1.1.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.0.0",
3+
"version": "1.1.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": "^1.0.0"
43+
"@theia/ext-scripts": "^1.1.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": "1.0.0",
3+
"version": "1.1.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.0.0",
33-
"@theia/application-package": "^1.0.0",
32+
"@theia/application-manager": "^1.1.0",
33+
"@theia/application-package": "^1.1.0",
3434
"@types/chai": "^4.2.7",
3535
"@types/mkdirp": "^0.5.2",
3636
"@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.0.0",
3+
"version": "1.1.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": "1.0.0",
4+
"version": "1.1.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-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"private": true,
33
"name": "@theia/api-samples",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"description": "Theia - Example code to demonstrate Theia API",
66
"dependencies": {
7-
"@theia/core": "^1.0.0",
8-
"@theia/output": "^1.0.0"
7+
"@theia/core": "^1.1.0",
8+
"@theia/output": "^1.1.0"
99
},
1010
"theiaExtensions": [
1111
{
@@ -35,6 +35,6 @@
3535
"clean": "theiaext clean"
3636
},
3737
"devDependencies": {
38-
"@theia/ext-scripts": "^1.0.0"
38+
"@theia/ext-scripts": "^1.1.0"
3939
}
4040
}

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.0.0",
3+
"version": "1.1.0",
44
"description": "Theia API tests",
55
"dependencies": {
6-
"@theia/core": "^1.0.0"
6+
"@theia/core": "^1.1.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.0.0",
4+
"version": "1.1.0",
55
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
66
"theia": {
77
"frontend": {
@@ -14,45 +14,45 @@
1414
}
1515
},
1616
"dependencies": {
17-
"@theia/api-samples": "^1.0.0",
18-
"@theia/callhierarchy": "^1.0.0",
19-
"@theia/console": "^1.0.0",
20-
"@theia/core": "^1.0.0",
21-
"@theia/debug": "^1.0.0",
22-
"@theia/editor": "^1.0.0",
23-
"@theia/editor-preview": "^1.0.0",
24-
"@theia/file-search": "^1.0.0",
25-
"@theia/filesystem": "^1.0.0",
26-
"@theia/getting-started": "^1.0.0",
27-
"@theia/git": "^1.0.0",
28-
"@theia/json": "^1.0.0",
29-
"@theia/keymaps": "^1.0.0",
30-
"@theia/languages": "^1.0.0",
31-
"@theia/markers": "^1.0.0",
32-
"@theia/messages": "^1.0.0",
33-
"@theia/metrics": "^1.0.0",
34-
"@theia/mini-browser": "^1.0.0",
35-
"@theia/monaco": "^1.0.0",
36-
"@theia/navigator": "^1.0.0",
37-
"@theia/outline-view": "^1.0.0",
38-
"@theia/output": "^1.0.0",
39-
"@theia/plugin-dev": "^1.0.0",
40-
"@theia/plugin-ext": "^1.0.0",
41-
"@theia/plugin-ext-vscode": "^1.0.0",
42-
"@theia/plugin-metrics": "^1.0.0",
43-
"@theia/preferences": "^1.0.0",
44-
"@theia/preview": "^1.0.0",
45-
"@theia/process": "^1.0.0",
46-
"@theia/scm": "^1.0.0",
47-
"@theia/scm-extra": "^1.0.0",
48-
"@theia/search-in-workspace": "^1.0.0",
49-
"@theia/task": "^1.0.0",
50-
"@theia/terminal": "^1.0.0",
51-
"@theia/typehierarchy": "^1.0.0",
52-
"@theia/userstorage": "^1.0.0",
53-
"@theia/variable-resolver": "^1.0.0",
54-
"@theia/vsx-registry": "^1.0.0",
55-
"@theia/workspace": "^1.0.0"
17+
"@theia/api-samples": "^1.1.0",
18+
"@theia/callhierarchy": "^1.1.0",
19+
"@theia/console": "^1.1.0",
20+
"@theia/core": "^1.1.0",
21+
"@theia/debug": "^1.1.0",
22+
"@theia/editor": "^1.1.0",
23+
"@theia/editor-preview": "^1.1.0",
24+
"@theia/file-search": "^1.1.0",
25+
"@theia/filesystem": "^1.1.0",
26+
"@theia/getting-started": "^1.1.0",
27+
"@theia/git": "^1.1.0",
28+
"@theia/json": "^1.1.0",
29+
"@theia/keymaps": "^1.1.0",
30+
"@theia/languages": "^1.1.0",
31+
"@theia/markers": "^1.1.0",
32+
"@theia/messages": "^1.1.0",
33+
"@theia/metrics": "^1.1.0",
34+
"@theia/mini-browser": "^1.1.0",
35+
"@theia/monaco": "^1.1.0",
36+
"@theia/navigator": "^1.1.0",
37+
"@theia/outline-view": "^1.1.0",
38+
"@theia/output": "^1.1.0",
39+
"@theia/plugin-dev": "^1.1.0",
40+
"@theia/plugin-ext": "^1.1.0",
41+
"@theia/plugin-ext-vscode": "^1.1.0",
42+
"@theia/plugin-metrics": "^1.1.0",
43+
"@theia/preferences": "^1.1.0",
44+
"@theia/preview": "^1.1.0",
45+
"@theia/process": "^1.1.0",
46+
"@theia/scm": "^1.1.0",
47+
"@theia/scm-extra": "^1.1.0",
48+
"@theia/search-in-workspace": "^1.1.0",
49+
"@theia/task": "^1.1.0",
50+
"@theia/terminal": "^1.1.0",
51+
"@theia/typehierarchy": "^1.1.0",
52+
"@theia/userstorage": "^1.1.0",
53+
"@theia/variable-resolver": "^1.1.0",
54+
"@theia/vsx-registry": "^1.1.0",
55+
"@theia/workspace": "^1.1.0"
5656
},
5757
"scripts": {
5858
"prepare": "yarn run clean && yarn build",
@@ -68,6 +68,6 @@
6868
"coverage:clean": "rimraf .nyc_output && rimraf coverage"
6969
},
7070
"devDependencies": {
71-
"@theia/cli": "^1.0.0"
71+
"@theia/cli": "^1.1.0"
7272
}
73-
}
73+
}

examples/electron/package.json

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

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

0 commit comments

Comments
 (0)