Skip to content

Commit

Permalink
publish v1.16.0
Browse files Browse the repository at this point in the history
Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
  • Loading branch information
vince-fugnitto committed Jul 29, 2021
1 parent 91e6533 commit dece352
Show file tree
Hide file tree
Showing 54 changed files with 375 additions and 375 deletions.
6 changes: 3 additions & 3 deletions dev-packages/application-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theia/application-manager",
"version": "1.15.0",
"version": "1.16.0",
"description": "Theia application manager API.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -32,7 +32,7 @@
"@babel/plugin-transform-classes": "^7.10.0",
"@babel/plugin-transform-runtime": "^7.10.0",
"@babel/preset-env": "^7.10.0",
"@theia/application-package": "1.15.0",
"@theia/application-package": "1.16.0",
"@theia/compression-webpack-plugin": "^3.0.0",
"@types/fs-extra": "^4.0.2",
"babel-loader": "^8.2.2",
Expand All @@ -56,7 +56,7 @@
"yargs": "^15.3.1"
},
"devDependencies": {
"@theia/ext-scripts": "1.15.0"
"@theia/ext-scripts": "1.16.0"
},
"nyc": {
"extends": "../../configs/nyc.json"
Expand Down
4 changes: 2 additions & 2 deletions dev-packages/application-package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theia/application-package",
"version": "1.15.0",
"version": "1.16.0",
"description": "Theia application package API.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -41,7 +41,7 @@
"write-json-file": "^2.2.0"
},
"devDependencies": {
"@theia/ext-scripts": "1.15.0"
"@theia/ext-scripts": "1.16.0"
},
"nyc": {
"extends": "../../configs/nyc.json"
Expand Down
8 changes: 4 additions & 4 deletions dev-packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theia/cli",
"version": "1.15.0",
"version": "1.16.0",
"description": "Theia CLI.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -29,9 +29,9 @@
"clean": "theiaext clean"
},
"dependencies": {
"@theia/application-manager": "1.15.0",
"@theia/application-package": "1.15.0",
"@theia/ovsx-client": "1.15.0",
"@theia/application-manager": "1.16.0",
"@theia/application-package": "1.16.0",
"@theia/ovsx-client": "1.16.0",
"@types/chai": "^4.2.7",
"@types/mkdirp": "^0.5.2",
"@types/mocha": "^5.2.7",
Expand Down
2 changes: 1 addition & 1 deletion dev-packages/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theia/electron",
"version": "1.15.0",
"version": "1.16.0",
"description": "Electron runtime dependencies for Theia",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions dev-packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"private": true,
"name": "@theia/eslint-plugin",
"version": "1.15.0",
"version": "1.16.0",
"description": "Custom ESLint rules for developing Theia extensions and applications",
"dependencies": {
"@theia/core": "1.15.0"
"@theia/core": "1.16.0"
}
}
2 changes: 1 addition & 1 deletion dev-packages/ext-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@theia/ext-scripts",
"version": "1.15.0",
"version": "1.16.0",
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
"description": "NPM scripts for Theia packages.",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion dev-packages/ovsx-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theia/ovsx-client",
"version": "1.15.0",
"version": "1.16.0",
"description": "Theia Open-VSX Client",
"publishConfig": {
"access": "public"
Expand Down
14 changes: 7 additions & 7 deletions examples/api-samples/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"private": true,
"name": "@theia/api-samples",
"version": "1.15.0",
"version": "1.16.0",
"description": "Theia - Example code to demonstrate Theia API",
"dependencies": {
"@theia/core": "1.15.0",
"@theia/filesystem": "1.15.0",
"@theia/output": "1.15.0",
"@theia/vsx-registry": "1.15.0",
"@theia/workspace": "1.15.0"
"@theia/core": "1.16.0",
"@theia/filesystem": "1.16.0",
"@theia/output": "1.16.0",
"@theia/vsx-registry": "1.16.0",
"@theia/workspace": "1.16.0"
},
"theiaExtensions": [
{
Expand Down Expand Up @@ -47,6 +47,6 @@
"clean": "theiaext clean"
},
"devDependencies": {
"@theia/ext-scripts": "1.15.0"
"@theia/ext-scripts": "1.16.0"
}
}
4 changes: 2 additions & 2 deletions examples/api-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@theia/api-tests",
"version": "1.15.0",
"version": "1.16.0",
"description": "Theia API tests",
"dependencies": {
"@theia/core": "1.15.0"
"@theia/core": "1.16.0"
},
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
"repository": {
Expand Down
84 changes: 42 additions & 42 deletions examples/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@theia/example-browser",
"version": "1.15.0",
"version": "1.16.0",
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
"theia": {
"frontend": {
Expand All @@ -14,46 +14,46 @@
}
},
"dependencies": {
"@theia/api-samples": "1.15.0",
"@theia/bulk-edit": "1.15.0",
"@theia/callhierarchy": "1.15.0",
"@theia/console": "1.15.0",
"@theia/core": "1.15.0",
"@theia/debug": "1.15.0",
"@theia/editor": "1.15.0",
"@theia/editor-preview": "1.15.0",
"@theia/file-search": "1.15.0",
"@theia/filesystem": "1.15.0",
"@theia/getting-started": "1.15.0",
"@theia/git": "1.15.0",
"@theia/keymaps": "1.15.0",
"@theia/markers": "1.15.0",
"@theia/messages": "1.15.0",
"@theia/metrics": "1.15.0",
"@theia/mini-browser": "1.15.0",
"@theia/monaco": "1.15.0",
"@theia/navigator": "1.15.0",
"@theia/outline-view": "1.15.0",
"@theia/output": "1.15.0",
"@theia/plugin-dev": "1.15.0",
"@theia/plugin-ext": "1.15.0",
"@theia/plugin-ext-vscode": "1.15.0",
"@theia/plugin-metrics": "1.15.0",
"@theia/preferences": "1.15.0",
"@theia/preview": "1.15.0",
"@theia/process": "1.15.0",
"@theia/property-view": "1.15.0",
"@theia/scm": "1.15.0",
"@theia/scm-extra": "1.15.0",
"@theia/search-in-workspace": "1.15.0",
"@theia/task": "1.15.0",
"@theia/terminal": "1.15.0",
"@theia/timeline": "1.15.0",
"@theia/typehierarchy": "1.15.0",
"@theia/userstorage": "1.15.0",
"@theia/variable-resolver": "1.15.0",
"@theia/vsx-registry": "1.15.0",
"@theia/workspace": "1.15.0"
"@theia/api-samples": "1.16.0",
"@theia/bulk-edit": "1.16.0",
"@theia/callhierarchy": "1.16.0",
"@theia/console": "1.16.0",
"@theia/core": "1.16.0",
"@theia/debug": "1.16.0",
"@theia/editor": "1.16.0",
"@theia/editor-preview": "1.16.0",
"@theia/file-search": "1.16.0",
"@theia/filesystem": "1.16.0",
"@theia/getting-started": "1.16.0",
"@theia/git": "1.16.0",
"@theia/keymaps": "1.16.0",
"@theia/markers": "1.16.0",
"@theia/messages": "1.16.0",
"@theia/metrics": "1.16.0",
"@theia/mini-browser": "1.16.0",
"@theia/monaco": "1.16.0",
"@theia/navigator": "1.16.0",
"@theia/outline-view": "1.16.0",
"@theia/output": "1.16.0",
"@theia/plugin-dev": "1.16.0",
"@theia/plugin-ext": "1.16.0",
"@theia/plugin-ext-vscode": "1.16.0",
"@theia/plugin-metrics": "1.16.0",
"@theia/preferences": "1.16.0",
"@theia/preview": "1.16.0",
"@theia/process": "1.16.0",
"@theia/property-view": "1.16.0",
"@theia/scm": "1.16.0",
"@theia/scm-extra": "1.16.0",
"@theia/search-in-workspace": "1.16.0",
"@theia/task": "1.16.0",
"@theia/terminal": "1.16.0",
"@theia/timeline": "1.16.0",
"@theia/typehierarchy": "1.16.0",
"@theia/userstorage": "1.16.0",
"@theia/variable-resolver": "1.16.0",
"@theia/vsx-registry": "1.16.0",
"@theia/workspace": "1.16.0"
},
"scripts": {
"prepare": "yarn run clean && yarn build",
Expand All @@ -69,6 +69,6 @@
"coverage:clean": "rimraf .nyc_output && rimraf coverage"
},
"devDependencies": {
"@theia/cli": "1.15.0"
"@theia/cli": "1.16.0"
}
}
86 changes: 43 additions & 43 deletions examples/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "@theia/example-electron",
"productName": "Theia Electron Example",
"version": "1.15.0",
"version": "1.16.0",
"main": "src-gen/frontend/electron-main.js",
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
"theia": {
Expand All @@ -14,47 +14,47 @@
}
},
"dependencies": {
"@theia/api-samples": "1.15.0",
"@theia/bulk-edit": "1.15.0",
"@theia/callhierarchy": "1.15.0",
"@theia/console": "1.15.0",
"@theia/core": "1.15.0",
"@theia/debug": "1.15.0",
"@theia/editor": "1.15.0",
"@theia/editor-preview": "1.15.0",
"@theia/electron": "1.15.0",
"@theia/external-terminal": "1.15.0",
"@theia/file-search": "1.15.0",
"@theia/filesystem": "1.15.0",
"@theia/getting-started": "1.15.0",
"@theia/git": "1.15.0",
"@theia/keymaps": "1.15.0",
"@theia/markers": "1.15.0",
"@theia/messages": "1.15.0",
"@theia/metrics": "1.15.0",
"@theia/mini-browser": "1.15.0",
"@theia/monaco": "1.15.0",
"@theia/navigator": "1.15.0",
"@theia/outline-view": "1.15.0",
"@theia/output": "1.15.0",
"@theia/plugin-dev": "1.15.0",
"@theia/plugin-ext": "1.15.0",
"@theia/plugin-ext-vscode": "1.15.0",
"@theia/preferences": "1.15.0",
"@theia/preview": "1.15.0",
"@theia/process": "1.15.0",
"@theia/property-view": "1.15.0",
"@theia/scm": "1.15.0",
"@theia/scm-extra": "1.15.0",
"@theia/search-in-workspace": "1.15.0",
"@theia/task": "1.15.0",
"@theia/terminal": "1.15.0",
"@theia/timeline": "1.15.0",
"@theia/typehierarchy": "1.15.0",
"@theia/userstorage": "1.15.0",
"@theia/variable-resolver": "1.15.0",
"@theia/vsx-registry": "1.15.0",
"@theia/workspace": "1.15.0"
"@theia/api-samples": "1.16.0",
"@theia/bulk-edit": "1.16.0",
"@theia/callhierarchy": "1.16.0",
"@theia/console": "1.16.0",
"@theia/core": "1.16.0",
"@theia/debug": "1.16.0",
"@theia/editor": "1.16.0",
"@theia/editor-preview": "1.16.0",
"@theia/electron": "1.16.0",
"@theia/external-terminal": "1.16.0",
"@theia/file-search": "1.16.0",
"@theia/filesystem": "1.16.0",
"@theia/getting-started": "1.16.0",
"@theia/git": "1.16.0",
"@theia/keymaps": "1.16.0",
"@theia/markers": "1.16.0",
"@theia/messages": "1.16.0",
"@theia/metrics": "1.16.0",
"@theia/mini-browser": "1.16.0",
"@theia/monaco": "1.16.0",
"@theia/navigator": "1.16.0",
"@theia/outline-view": "1.16.0",
"@theia/output": "1.16.0",
"@theia/plugin-dev": "1.16.0",
"@theia/plugin-ext": "1.16.0",
"@theia/plugin-ext-vscode": "1.16.0",
"@theia/preferences": "1.16.0",
"@theia/preview": "1.16.0",
"@theia/process": "1.16.0",
"@theia/property-view": "1.16.0",
"@theia/scm": "1.16.0",
"@theia/scm-extra": "1.16.0",
"@theia/search-in-workspace": "1.16.0",
"@theia/task": "1.16.0",
"@theia/terminal": "1.16.0",
"@theia/timeline": "1.16.0",
"@theia/typehierarchy": "1.16.0",
"@theia/userstorage": "1.16.0",
"@theia/variable-resolver": "1.16.0",
"@theia/vsx-registry": "1.16.0",
"@theia/workspace": "1.16.0"
},
"scripts": {
"lint": "theiaext lint",
Expand All @@ -67,6 +67,6 @@
"test": "electron-mocha --timeout 60000 \"./lib/test/**/*.espec.js\""
},
"devDependencies": {
"@theia/cli": "1.15.0"
"@theia/cli": "1.16.0"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"lerna": "2.2.0",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.15.0",
"version": "1.16.0",
"command": {
"run": {
"stream": true
Expand Down
14 changes: 7 additions & 7 deletions packages/bulk-edit/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@theia/bulk-edit",
"version": "1.15.0",
"version": "1.16.0",
"description": "Theia - Bulk Edit Extension",
"dependencies": {
"@theia/core": "1.15.0",
"@theia/editor": "1.15.0",
"@theia/filesystem": "1.15.0",
"@theia/monaco": "1.15.0",
"@theia/workspace": "1.15.0"
"@theia/core": "1.16.0",
"@theia/editor": "1.16.0",
"@theia/filesystem": "1.16.0",
"@theia/monaco": "1.16.0",
"@theia/workspace": "1.16.0"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -41,7 +41,7 @@
"test": "theiaext test"
},
"devDependencies": {
"@theia/ext-scripts": "1.15.0"
"@theia/ext-scripts": "1.16.0"
},
"nyc": {
"extends": "../../configs/nyc.json"
Expand Down
Loading

0 comments on commit dece352

Please sign in to comment.