Skip to content

Commit

Permalink
publish v0.3.13
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
  • Loading branch information
marcdumais-work committed Jul 26, 2018
1 parent 5e18e33 commit 4745ac1
Show file tree
Hide file tree
Showing 45 changed files with 282 additions and 268 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## v0.3.13
- [cpp] Add a status bar button to select an active cpp build configuration
- Recently opened workspaces history
- [git/blame] convert to toggle command
- [cpp] Watch changes to compile_commands.json
- [ts] one ls for all js related languages
- [terminal] update to xterm.js 3.5.0
- Reimplemented further widgets with use of React JSX
- Do not store markers in browser local storage by default
- fix #2315: fine grain marker tree computation
- [tree] don't render collapsed nodes
- [textmate] added C/C++, Java, Python, CSS, html, less, markdown, shell, xml, yaml
- Misc components re-impplemented using react


## v0.3.12
- New Plugin system !
- See [design](https://github.com/theia-ide/theia/issues/1482) and [documentation](https://github.com/theia-ide/theia/blob/master/packages/plugin/API.md) for more details.
Expand Down
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": "0.3.12",
"version": "0.3.13",
"description": "Theia application manager API.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -29,7 +29,7 @@
"docs": "theiaext docs"
},
"dependencies": {
"@theia/application-package": "^0.3.12",
"@theia/application-package": "^0.3.13",
"bunyan": "^1.8.10",
"circular-dependency-plugin": "^4.0.0",
"copy-webpack-plugin": "^4.5.0",
Expand All @@ -49,7 +49,7 @@
"worker-loader": "^1.1.1"
},
"devDependencies": {
"@theia/ext-scripts": "^0.3.12"
"@theia/ext-scripts": "^0.3.13"
},
"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": "0.3.12",
"version": "0.3.13",
"description": "Theia application package API.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -40,7 +40,7 @@
"write-json-file": "^2.2.0"
},
"devDependencies": {
"@theia/ext-scripts": "^0.3.12"
"@theia/ext-scripts": "^0.3.13"
},
"nyc": {
"extends": "../../configs/nyc.json"
Expand Down
4 changes: 2 additions & 2 deletions dev-packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theia/cli",
"version": "0.3.12",
"version": "0.3.13",
"description": "Theia CLI.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -31,6 +31,6 @@
"docs": "echo 'skip'"
},
"dependencies": {
"@theia/application-manager": "^0.3.12"
"@theia/application-manager": "^0.3.13"
}
}
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": "0.3.12",
"version": "0.3.13",
"description": "NPM scripts for Theia packages.",
"files": [
"theiaext"
Expand Down
74 changes: 37 additions & 37 deletions examples/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
{
"private": true,
"name": "@theia/example-browser",
"version": "0.3.12",
"version": "0.3.13",
"dependencies": {
"@theia/callhierarchy": "^0.3.12",
"@theia/core": "^0.3.12",
"@theia/cpp": "^0.3.12",
"@theia/editor": "^0.3.12",
"@theia/editorconfig": "^0.3.12",
"@theia/extension-manager": "^0.3.12",
"@theia/file-search": "^0.3.12",
"@theia/filesystem": "^0.3.12",
"@theia/git": "^0.3.12",
"@theia/java": "^0.3.12",
"@theia/keymaps": "^0.3.12",
"@theia/languages": "^0.3.12",
"@theia/markers": "^0.3.12",
"@theia/merge-conflicts": "^0.3.12",
"@theia/messages": "^0.3.12",
"@theia/metrics": "^0.3.12",
"@theia/mini-browser": "^0.3.12",
"@theia/monaco": "^0.3.12",
"@theia/navigator": "^0.3.12",
"@theia/outline-view": "^0.3.12",
"@theia/output": "^0.3.12",
"@theia/plugin-ext": "^0.3.12",
"@theia/plugin-ext-vscode": "^0.3.12",
"@theia/preferences": "^0.3.12",
"@theia/preview": "^0.3.12",
"@theia/process": "^0.3.12",
"@theia/python": "^0.3.12",
"@theia/search-in-workspace": "^0.3.12",
"@theia/task": "^0.3.12",
"@theia/terminal": "^0.3.12",
"@theia/textmate-grammars": "^0.3.12",
"@theia/typescript": "^0.3.12",
"@theia/userstorage": "^0.3.12",
"@theia/variable-resolver": "^0.3.12",
"@theia/workspace": "^0.3.12"
"@theia/callhierarchy": "^0.3.13",
"@theia/core": "^0.3.13",
"@theia/cpp": "^0.3.13",
"@theia/editor": "^0.3.13",
"@theia/editorconfig": "^0.3.13",
"@theia/extension-manager": "^0.3.13",
"@theia/file-search": "^0.3.13",
"@theia/filesystem": "^0.3.13",
"@theia/git": "^0.3.13",
"@theia/java": "^0.3.13",
"@theia/keymaps": "^0.3.13",
"@theia/languages": "^0.3.13",
"@theia/markers": "^0.3.13",
"@theia/merge-conflicts": "^0.3.13",
"@theia/messages": "^0.3.13",
"@theia/metrics": "^0.3.13",
"@theia/mini-browser": "^0.3.13",
"@theia/monaco": "^0.3.13",
"@theia/navigator": "^0.3.13",
"@theia/outline-view": "^0.3.13",
"@theia/output": "^0.3.13",
"@theia/plugin-ext": "^0.3.13",
"@theia/plugin-ext-vscode": "^0.3.13",
"@theia/preferences": "^0.3.13",
"@theia/preview": "^0.3.13",
"@theia/process": "^0.3.13",
"@theia/python": "^0.3.13",
"@theia/search-in-workspace": "^0.3.13",
"@theia/task": "^0.3.13",
"@theia/terminal": "^0.3.13",
"@theia/textmate-grammars": "^0.3.13",
"@theia/typescript": "^0.3.13",
"@theia/userstorage": "^0.3.13",
"@theia/variable-resolver": "^0.3.13",
"@theia/workspace": "^0.3.13"
},
"scripts": {
"prepare": "yarn run clean && yarn build",
Expand All @@ -54,6 +54,6 @@
"coverage": "yarn coverage:compile && yarn test && yarn coverage:remap && yarn coverage:report:lcov && yarn coverage:report:html"
},
"devDependencies": {
"@theia/cli": "^0.3.12"
"@theia/cli": "^0.3.13"
}
}
74 changes: 37 additions & 37 deletions examples/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
{
"private": true,
"name": "@theia/example-electron",
"version": "0.3.12",
"version": "0.3.13",
"theia": {
"target": "electron"
},
"dependencies": {
"@theia/callhierarchy": "^0.3.12",
"@theia/core": "^0.3.12",
"@theia/cpp": "^0.3.12",
"@theia/editor": "^0.3.12",
"@theia/editorconfig": "^0.3.12",
"@theia/extension-manager": "^0.3.12",
"@theia/file-search": "^0.3.12",
"@theia/filesystem": "^0.3.12",
"@theia/git": "^0.3.12",
"@theia/java": "^0.3.12",
"@theia/keymaps": "^0.3.12",
"@theia/languages": "^0.3.12",
"@theia/markers": "^0.3.12",
"@theia/merge-conflicts": "^0.3.12",
"@theia/messages": "^0.3.12",
"@theia/metrics": "^0.3.12",
"@theia/mini-browser": "^0.3.12",
"@theia/monaco": "^0.3.12",
"@theia/navigator": "^0.3.12",
"@theia/outline-view": "^0.3.12",
"@theia/output": "^0.3.12",
"@theia/plugin-ext": "^0.3.12",
"@theia/plugin-ext-vscode": "^0.3.12",
"@theia/preferences": "^0.3.12",
"@theia/preview": "^0.3.12",
"@theia/process": "^0.3.12",
"@theia/python": "^0.3.12",
"@theia/search-in-workspace": "^0.3.12",
"@theia/task": "^0.3.12",
"@theia/terminal": "^0.3.12",
"@theia/textmate-grammars": "^0.3.12",
"@theia/typescript": "^0.3.12",
"@theia/userstorage": "^0.3.12",
"@theia/variable-resolver": "^0.3.12",
"@theia/workspace": "^0.3.12"
"@theia/callhierarchy": "^0.3.13",
"@theia/core": "^0.3.13",
"@theia/cpp": "^0.3.13",
"@theia/editor": "^0.3.13",
"@theia/editorconfig": "^0.3.13",
"@theia/extension-manager": "^0.3.13",
"@theia/file-search": "^0.3.13",
"@theia/filesystem": "^0.3.13",
"@theia/git": "^0.3.13",
"@theia/java": "^0.3.13",
"@theia/keymaps": "^0.3.13",
"@theia/languages": "^0.3.13",
"@theia/markers": "^0.3.13",
"@theia/merge-conflicts": "^0.3.13",
"@theia/messages": "^0.3.13",
"@theia/metrics": "^0.3.13",
"@theia/mini-browser": "^0.3.13",
"@theia/monaco": "^0.3.13",
"@theia/navigator": "^0.3.13",
"@theia/outline-view": "^0.3.13",
"@theia/output": "^0.3.13",
"@theia/plugin-ext": "^0.3.13",
"@theia/plugin-ext-vscode": "^0.3.13",
"@theia/preferences": "^0.3.13",
"@theia/preview": "^0.3.13",
"@theia/process": "^0.3.13",
"@theia/python": "^0.3.13",
"@theia/search-in-workspace": "^0.3.13",
"@theia/task": "^0.3.13",
"@theia/terminal": "^0.3.13",
"@theia/textmate-grammars": "^0.3.13",
"@theia/typescript": "^0.3.13",
"@theia/userstorage": "^0.3.13",
"@theia/variable-resolver": "^0.3.13",
"@theia/workspace": "^0.3.13"
},
"scripts": {
"prepare": "yarn run clean && yarn build",
Expand All @@ -53,6 +53,6 @@
"test:ui": "wdio wdio.conf.js"
},
"devDependencies": {
"@theia/cli": "^0.3.12"
"@theia/cli": "^0.3.13"
}
}
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": "0.3.12",
"version": "0.3.13",
"command": {
"run": {
"stream": true
Expand Down
6 changes: 3 additions & 3 deletions packages/bunyan/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@theia/bunyan",
"version": "0.3.12",
"version": "0.3.13",
"description": "Theia - bunyan Logger Extension",
"dependencies": {
"@theia/core": "^0.3.12",
"@theia/core": "^0.3.13",
"@types/bunyan": "^1.8.0",
"bunyan": "^1.8.10"
},
Expand Down Expand Up @@ -40,7 +40,7 @@
"docs": "theiaext docs"
},
"devDependencies": {
"@theia/ext-scripts": "^0.3.12"
"@theia/ext-scripts": "^0.3.13"
},
"nyc": {
"extends": "../../configs/nyc.json"
Expand Down
12 changes: 6 additions & 6 deletions packages/callhierarchy/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@theia/callhierarchy",
"version": "0.3.12",
"version": "0.3.13",
"description": "Theia - Call Hierarchy Extension",
"dependencies": {
"@theia/core": "^0.3.12",
"@theia/editor": "^0.3.12",
"@theia/languages": "^0.3.12",
"@theia/monaco": "^0.3.12",
"@theia/core": "^0.3.13",
"@theia/editor": "^0.3.13",
"@theia/languages": "^0.3.13",
"@theia/monaco": "^0.3.13",
"ts-md5": "^1.2.2"
},
"publishConfig": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"docs": "theiaext docs"
},
"devDependencies": {
"@theia/ext-scripts": "^0.3.12"
"@theia/ext-scripts": "^0.3.13"
},
"nyc": {
"extends": "../../configs/nyc.json"
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "@theia/core",
"version": "0.3.12",
"version": "0.3.13",
"description": "Theia is a cloud & desktop IDE framework implemented in TypeScript.",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
"dependencies": {
"@phosphor/widgets": "^1.5.0",
"@theia/application-package": "^0.3.12",
"@theia/application-package": "^0.3.13",
"@types/body-parser": "^1.16.4",
"@types/bunyan": "^1.8.0",
"@types/express": "^4.16.0",
"@types/lodash.debounce": "4.0.3",
"@types/lodash.throttle": "^4.1.3",
"@types/react": "^16.4.1",
"@types/react-dom": "^16.0.6",
"@types/route-parser": "^0.1.1",
"@types/react-virtualized": "^9.18.3",
"@types/route-parser": "^0.1.1",
"@types/ws": "^3.0.2",
"@types/yargs": "^8.0.2",
"ajv": "^5.2.2",
Expand Down Expand Up @@ -80,7 +80,7 @@
"docs": "theiaext docs"
},
"devDependencies": {
"@theia/ext-scripts": "^0.3.12"
"@theia/ext-scripts": "^0.3.13"
},
"nyc": {
"extends": "../../configs/nyc.json"
Expand Down
18 changes: 9 additions & 9 deletions packages/cpp/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@theia/cpp",
"version": "0.3.12",
"version": "0.3.13",
"description": "Theia - Cpp Extension",
"dependencies": {
"@theia/core": "^0.3.12",
"@theia/editor": "^0.3.12",
"@theia/filesystem": "^0.3.12",
"@theia/languages": "^0.3.12",
"@theia/monaco": "^0.3.12",
"@theia/preferences": "^0.3.12",
"@theia/process": "^0.3.12"
"@theia/core": "^0.3.13",
"@theia/editor": "^0.3.13",
"@theia/filesystem": "^0.3.13",
"@theia/languages": "^0.3.13",
"@theia/monaco": "^0.3.13",
"@theia/preferences": "^0.3.13",
"@theia/process": "^0.3.13"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -46,7 +46,7 @@
"docs": "theiaext docs"
},
"devDependencies": {
"@theia/ext-scripts": "^0.3.12"
"@theia/ext-scripts": "^0.3.13"
},
"nyc": {
"extends": "../../configs/nyc.json"
Expand Down
Loading

0 comments on commit 4745ac1

Please sign in to comment.