Skip to content

Commit

Permalink
published v0.2.3
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Efftinge <sven.efftinge@typefox.io>
  • Loading branch information
svenefftinge committed Nov 29, 2017
1 parent d0568c8 commit 1f2a083
Show file tree
Hide file tree
Showing 26 changed files with 138 additions and 138 deletions.
46 changes: 23 additions & 23 deletions examples/browser/package.json
@@ -1,30 +1,30 @@
{
"private": true,
"name": "@theia/example-browser",
"version": "0.2.2",
"version": "0.2.3",
"dependencies": {
"@theia/core": "^0.2.2",
"@theia/cpp": "^0.2.2",
"@theia/editor": "^0.2.2",
"@theia/extension-manager": "^0.2.2",
"@theia/file-search": "^0.2.2",
"@theia/filesystem": "^0.2.2",
"@theia/git": "^0.2.2",
"@theia/go": "^0.2.2",
"@theia/java": "^0.2.2",
"@theia/languages": "^0.2.2",
"@theia/markers": "^0.2.2",
"@theia/metrics": "^0.2.2",
"@theia/monaco": "^0.2.2",
"@theia/navigator": "^0.2.2",
"@theia/outline-view": "^0.2.2",
"@theia/preferences": "^0.2.2",
"@theia/process": "^0.2.2",
"@theia/python": "^0.2.2",
"@theia/terminal": "^0.2.2",
"@theia/typescript": "^0.2.2",
"@theia/userstorage": "^0.2.2",
"@theia/workspace": "^0.2.2"
"@theia/core": "^0.2.3",
"@theia/cpp": "^0.2.3",
"@theia/editor": "^0.2.3",
"@theia/extension-manager": "^0.2.3",
"@theia/file-search": "^0.2.3",
"@theia/filesystem": "^0.2.3",
"@theia/git": "^0.2.3",
"@theia/go": "^0.2.3",
"@theia/java": "^0.2.3",
"@theia/languages": "^0.2.3",
"@theia/markers": "^0.2.3",
"@theia/metrics": "^0.2.3",
"@theia/monaco": "^0.2.3",
"@theia/navigator": "^0.2.3",
"@theia/outline-view": "^0.2.3",
"@theia/preferences": "^0.2.3",
"@theia/process": "^0.2.3",
"@theia/python": "^0.2.3",
"@theia/terminal": "^0.2.3",
"@theia/typescript": "^0.2.3",
"@theia/userstorage": "^0.2.3",
"@theia/workspace": "^0.2.3"
},
"scripts": {
"prepare": "yarn run clean && yarn build",
Expand Down
46 changes: 23 additions & 23 deletions examples/electron/package.json
@@ -1,33 +1,33 @@
{
"private": true,
"name": "@theia/example-electron",
"version": "0.2.2",
"version": "0.2.3",
"theia": {
"target": "electron"
},
"dependencies": {
"@theia/core": "^0.2.2",
"@theia/cpp": "^0.2.2",
"@theia/editor": "^0.2.2",
"@theia/extension-manager": "^0.2.2",
"@theia/file-search": "^0.2.2",
"@theia/filesystem": "^0.2.2",
"@theia/git": "^0.2.2",
"@theia/go": "^0.2.2",
"@theia/java": "^0.2.2",
"@theia/languages": "^0.2.2",
"@theia/markers": "^0.2.2",
"@theia/metrics": "^0.2.2",
"@theia/monaco": "^0.2.2",
"@theia/navigator": "^0.2.2",
"@theia/outline-view": "^0.2.2",
"@theia/preferences": "^0.2.2",
"@theia/process": "^0.2.2",
"@theia/python": "^0.2.2",
"@theia/terminal": "^0.2.2",
"@theia/typescript": "^0.2.2",
"@theia/userstorage": "^0.2.2",
"@theia/workspace": "^0.2.2"
"@theia/core": "^0.2.3",
"@theia/cpp": "^0.2.3",
"@theia/editor": "^0.2.3",
"@theia/extension-manager": "^0.2.3",
"@theia/file-search": "^0.2.3",
"@theia/filesystem": "^0.2.3",
"@theia/git": "^0.2.3",
"@theia/go": "^0.2.3",
"@theia/java": "^0.2.3",
"@theia/languages": "^0.2.3",
"@theia/markers": "^0.2.3",
"@theia/metrics": "^0.2.3",
"@theia/monaco": "^0.2.3",
"@theia/navigator": "^0.2.3",
"@theia/outline-view": "^0.2.3",
"@theia/preferences": "^0.2.3",
"@theia/process": "^0.2.3",
"@theia/python": "^0.2.3",
"@theia/terminal": "^0.2.3",
"@theia/typescript": "^0.2.3",
"@theia/userstorage": "^0.2.3",
"@theia/workspace": "^0.2.3"
},
"scripts": {
"prepare": "yarn run clean && yarn build",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"lerna": "2.2.0",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.2.2",
"version": "0.2.3",
"command": {
"run": {
"stream": true
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@theia/core",
"version": "0.2.2",
"version": "0.2.3",
"description": "Theia is a cloud & desktop IDE framework implemented in TypeScript.",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
Expand Down
14 changes: 7 additions & 7 deletions packages/cpp/package.json
@@ -1,14 +1,14 @@
{
"name": "@theia/cpp",
"version": "0.2.2",
"version": "0.2.3",
"description": "Theia - Cpp Extension",
"dependencies": {
"@theia/core": "^0.2.2",
"@theia/editor": "^0.2.2",
"@theia/filesystem": "^0.2.2",
"@theia/languages": "^0.2.2",
"@theia/monaco": "^0.2.2",
"@theia/preferences": "^0.2.2"
"@theia/core": "^0.2.3",
"@theia/editor": "^0.2.3",
"@theia/filesystem": "^0.2.3",
"@theia/languages": "^0.2.3",
"@theia/monaco": "^0.2.3",
"@theia/preferences": "^0.2.3"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/editor/package.json
@@ -1,11 +1,11 @@
{
"name": "@theia/editor",
"version": "0.2.2",
"version": "0.2.3",
"description": "Theia - Editor Extension",
"dependencies": {
"@theia/core": "^0.2.2",
"@theia/languages": "^0.2.2",
"@theia/preferences-api": "^0.2.2"
"@theia/core": "^0.2.3",
"@theia/languages": "^0.2.3",
"@theia/preferences-api": "^0.2.3"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/extension-manager/package.json
@@ -1,11 +1,11 @@
{
"name": "@theia/extension-manager",
"version": "0.2.2",
"version": "0.2.3",
"description": "Theia - Extension Manager",
"dependencies": {
"@theia/application-package": "^0.2.2",
"@theia/core": "^0.2.2",
"@theia/filesystem": "^0.2.2",
"@theia/core": "^0.2.3",
"@theia/filesystem": "^0.2.3",
"@types/sanitize-html": "^1.13.31",
"@types/showdown": "^1.7.1",
"sanitize-html": "^1.14.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/file-search/package.json
@@ -1,11 +1,11 @@
{
"name": "@theia/file-search",
"version": "0.2.2",
"version": "0.2.3",
"description": "Theia - File Search Extension",
"dependencies": {
"@theia/core": "^0.2.2",
"@theia/filesystem": "^0.2.2",
"@theia/workspace": "^0.2.2",
"@theia/core": "^0.2.3",
"@theia/filesystem": "^0.2.3",
"@theia/workspace": "^0.2.3",
"fuzzy": "^0.1.3",
"gitignore-parser": "^0.0.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/filesystem/package.json
@@ -1,10 +1,10 @@
{
"name": "@theia/filesystem",
"version": "0.2.2",
"version": "0.2.3",
"description": "Theia - FileSystem Extension",
"dependencies": {
"@theia/core": "^0.2.2",
"@theia/preferences-api": "^0.2.2",
"@theia/core": "^0.2.3",
"@theia/preferences-api": "^0.2.3",
"@types/chokidar": "^1.7.0",
"@types/fs-extra": "^4.0.2",
"@types/touch": "0.0.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/git/package.json
@@ -1,13 +1,13 @@
{
"name": "@theia/git",
"version": "0.2.2",
"version": "0.2.3",
"description": "Theia - Git Integration",
"dependencies": {
"@theia/core": "^0.2.2",
"@theia/editor": "^0.2.2",
"@theia/filesystem": "^0.2.2",
"@theia/preferences-api": "^0.2.2",
"@theia/workspace": "^0.2.2",
"@theia/core": "^0.2.3",
"@theia/editor": "^0.2.3",
"@theia/filesystem": "^0.2.3",
"@theia/preferences-api": "^0.2.3",
"@theia/workspace": "^0.2.3",
"abs": "^1.3.8",
"dugite-extra": "0.0.1-alpha.15",
"findit2": "^2.2.3",
Expand Down
12 changes: 6 additions & 6 deletions packages/go/package.json
@@ -1,13 +1,13 @@
{
"name": "@theia/go",
"version": "0.2.2",
"version": "0.2.3",
"description": "Theia - Go Extension",
"dependencies": {
"@theia/core": "^0.2.2",
"@theia/editor": "^0.2.2",
"@theia/filesystem": "^0.2.2",
"@theia/languages": "^0.2.2",
"@theia/monaco": "^0.2.2"
"@theia/core": "^0.2.3",
"@theia/editor": "^0.2.3",
"@theia/filesystem": "^0.2.3",
"@theia/languages": "^0.2.3",
"@theia/monaco": "^0.2.3"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions packages/java/package.json
@@ -1,12 +1,12 @@
{
"name": "@theia/java",
"version": "0.2.2",
"version": "0.2.3",
"description": "Theia - Java Extension",
"dependencies": {
"@theia/core": "^0.2.2",
"@theia/editor": "^0.2.2",
"@theia/languages": "^0.2.2",
"@theia/monaco": "^0.2.2",
"@theia/core": "^0.2.3",
"@theia/editor": "^0.2.3",
"@theia/languages": "^0.2.3",
"@theia/monaco": "^0.2.3",
"@types/glob": "^5.0.30",
"glob": "^7.1.2"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/languages/package.json
@@ -1,10 +1,10 @@
{
"name": "@theia/languages",
"version": "0.2.2",
"version": "0.2.3",
"description": "Theia - Languages Extension",
"dependencies": {
"@theia/core": "^0.2.2",
"@theia/process": "^0.2.2",
"@theia/core": "^0.2.3",
"@theia/process": "^0.2.3",
"vscode-base-languageclient": "^0.0.1-alpha.3",
"vscode-languageserver": "^3.4.0"
},
Expand Down Expand Up @@ -47,4 +47,4 @@
"nyc": {
"extends": "../../configs/nyc.json"
}
}
}
8 changes: 4 additions & 4 deletions packages/markers/package.json
@@ -1,11 +1,11 @@
{
"name": "@theia/markers",
"version": "0.2.2",
"version": "0.2.3",
"description": "Theia - Markers Extension",
"dependencies": {
"@theia/core": "^0.2.2",
"@theia/filesystem": "^0.2.2",
"@theia/workspace": "^0.2.2"
"@theia/core": "^0.2.3",
"@theia/filesystem": "^0.2.3",
"@theia/workspace": "^0.2.3"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/metrics/package.json
@@ -1,9 +1,9 @@
{
"name": "@theia/metrics",
"version": "0.2.2",
"version": "0.2.3",
"description": "Theia - Metrics Extension",
"dependencies": {
"@theia/core": "^0.2.2",
"@theia/core": "^0.2.3",
"prom-client": "^10.2.0"
},
"publishConfig": {
Expand Down
18 changes: 9 additions & 9 deletions packages/monaco/package.json
@@ -1,16 +1,16 @@
{
"name": "@theia/monaco",
"version": "0.2.2",
"version": "0.2.3",
"description": "Theia - Monaco Extension",
"dependencies": {
"@theia/core": "^0.2.2",
"@theia/editor": "^0.2.2",
"@theia/filesystem": "^0.2.2",
"@theia/languages": "^0.2.2",
"@theia/markers": "^0.2.2",
"@theia/outline-view": "^0.2.2",
"@theia/preferences": "^0.2.2",
"@theia/workspace": "^0.2.2",
"@theia/core": "^0.2.3",
"@theia/editor": "^0.2.3",
"@theia/filesystem": "^0.2.3",
"@theia/languages": "^0.2.3",
"@theia/markers": "^0.2.3",
"@theia/outline-view": "^0.2.3",
"@theia/preferences": "^0.2.3",
"@theia/workspace": "^0.2.3",
"monaco-css": "^1.3.3",
"monaco-html": "^1.3.2",
"monaco-json": "^1.3.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/navigator/package.json
@@ -1,11 +1,11 @@
{
"name": "@theia/navigator",
"version": "0.2.2",
"version": "0.2.3",
"description": "Theia - Navigator Extension",
"dependencies": {
"@theia/core": "^0.2.2",
"@theia/filesystem": "^0.2.2",
"@theia/workspace": "^0.2.2"
"@theia/core": "^0.2.3",
"@theia/filesystem": "^0.2.3",
"@theia/workspace": "^0.2.3"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/outline-view/package.json
@@ -1,9 +1,9 @@
{
"name": "@theia/outline-view",
"version": "0.2.2",
"version": "0.2.3",
"description": "Theia - Outline View Extension",
"dependencies": {
"@theia/core": "^0.2.2"
"@theia/core": "^0.2.3"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/preferences-api/package.json
@@ -1,11 +1,11 @@
{
"name": "@theia/preferences-api",
"version": "0.2.2",
"version": "0.2.3",
"description": "Theia - Preferences API",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
"dependencies": {
"@theia/core": "^0.2.2"
"@theia/core": "^0.2.3"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 1f2a083

Please sign in to comment.