Skip to content

Commit

Permalink
released v0.3.0
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 Dec 7, 2017
1 parent 051c0c0 commit e3118a9
Show file tree
Hide file tree
Showing 29 changed files with 156 additions and 156 deletions.
2 changes: 1 addition & 1 deletion 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.2.4",
"version": "0.3.0",
"description": "Theia application package API.",
"publishConfig": {
"access": "public"
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.2.4",
"version": "0.3.0",
"description": "Theia CLI.",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -31,6 +31,6 @@
"docs": "echo 'skip'"
},
"dependencies": {
"@theia/application-package": "^0.2.4"
"@theia/application-package": "^0.3.0"
}
}
50 changes: 25 additions & 25 deletions examples/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"private": true,
"name": "@theia/example-browser",
"version": "0.2.4",
"version": "0.3.0",
"dependencies": {
"@theia/core": "^0.2.4",
"@theia/cpp": "^0.2.4",
"@theia/editor": "^0.2.4",
"@theia/extension-manager": "^0.2.4",
"@theia/file-search": "^0.2.4",
"@theia/filesystem": "^0.2.4",
"@theia/git": "^0.2.4",
"@theia/go": "^0.2.4",
"@theia/java": "^0.2.4",
"@theia/languages": "^0.2.4",
"@theia/markers": "^0.2.4",
"@theia/messages": "^0.2.4",
"@theia/metrics": "^0.2.4",
"@theia/monaco": "^0.2.4",
"@theia/navigator": "^0.2.4",
"@theia/outline-view": "^0.2.4",
"@theia/preferences": "^0.2.4",
"@theia/process": "^0.2.4",
"@theia/python": "^0.2.4",
"@theia/terminal": "^0.2.4",
"@theia/typescript": "^0.2.4",
"@theia/userstorage": "^0.2.4",
"@theia/workspace": "^0.2.4"
"@theia/core": "^0.3.0",
"@theia/cpp": "^0.3.0",
"@theia/editor": "^0.3.0",
"@theia/extension-manager": "^0.3.0",
"@theia/file-search": "^0.3.0",
"@theia/filesystem": "^0.3.0",
"@theia/git": "^0.3.0",
"@theia/go": "^0.3.0",
"@theia/java": "^0.3.0",
"@theia/languages": "^0.3.0",
"@theia/markers": "^0.3.0",
"@theia/messages": "^0.3.0",
"@theia/metrics": "^0.3.0",
"@theia/monaco": "^0.3.0",
"@theia/navigator": "^0.3.0",
"@theia/outline-view": "^0.3.0",
"@theia/preferences": "^0.3.0",
"@theia/process": "^0.3.0",
"@theia/python": "^0.3.0",
"@theia/terminal": "^0.3.0",
"@theia/typescript": "^0.3.0",
"@theia/userstorage": "^0.3.0",
"@theia/workspace": "^0.3.0"
},
"scripts": {
"prepare": "yarn run clean && yarn build",
Expand All @@ -42,6 +42,6 @@
"coverage": "yarn coverage:compile && yarn test && yarn coverage:remap && yarn coverage:report:lcov && yarn coverage:report:html"
},
"devDependencies": {
"@theia/cli": "^0.2.4"
"@theia/cli": "^0.3.0"
}
}
52 changes: 26 additions & 26 deletions examples/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"private": true,
"name": "@theia/example-electron",
"version": "0.2.4",
"version": "0.3.0",
"theia": {
"target": "electron"
},
"dependencies": {
"@theia/core": "^0.2.4",
"@theia/cpp": "^0.2.4",
"@theia/editor": "^0.2.4",
"@theia/extension-manager": "^0.2.4",
"@theia/file-search": "^0.2.4",
"@theia/filesystem": "^0.2.4",
"@theia/git": "^0.2.4",
"@theia/go": "^0.2.4",
"@theia/java": "^0.2.4",
"@theia/languages": "^0.2.4",
"@theia/markers": "^0.2.4",
"@theia/messages": "^0.2.4",
"@theia/metrics": "^0.2.4",
"@theia/monaco": "^0.2.4",
"@theia/navigator": "^0.2.4",
"@theia/outline-view": "^0.2.4",
"@theia/preferences": "^0.2.4",
"@theia/process": "^0.2.4",
"@theia/python": "^0.2.4",
"@theia/terminal": "^0.2.4",
"@theia/typescript": "^0.2.4",
"@theia/userstorage": "^0.2.4",
"@theia/workspace": "^0.2.4"
"@theia/core": "^0.3.0",
"@theia/cpp": "^0.3.0",
"@theia/editor": "^0.3.0",
"@theia/extension-manager": "^0.3.0",
"@theia/file-search": "^0.3.0",
"@theia/filesystem": "^0.3.0",
"@theia/git": "^0.3.0",
"@theia/go": "^0.3.0",
"@theia/java": "^0.3.0",
"@theia/languages": "^0.3.0",
"@theia/markers": "^0.3.0",
"@theia/messages": "^0.3.0",
"@theia/metrics": "^0.3.0",
"@theia/monaco": "^0.3.0",
"@theia/navigator": "^0.3.0",
"@theia/outline-view": "^0.3.0",
"@theia/preferences": "^0.3.0",
"@theia/process": "^0.3.0",
"@theia/python": "^0.3.0",
"@theia/terminal": "^0.3.0",
"@theia/typescript": "^0.3.0",
"@theia/userstorage": "^0.3.0",
"@theia/workspace": "^0.3.0"
},
"scripts": {
"prepare": "yarn run clean && yarn build",
Expand All @@ -41,6 +41,6 @@
"test:ui": "wdio wdio.conf.js"
},
"devDependencies": {
"@theia/cli": "^0.2.4"
"@theia/cli": "^0.3.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": "0.2.4",
"version": "0.3.0",
"command": {
"run": {
"stream": true
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theia/core",
"version": "0.2.4",
"version": "0.3.0",
"description": "Theia is a cloud & desktop IDE framework implemented in TypeScript.",
"main": "lib/common/index.js",
"typings": "lib/common/index.d.ts",
Expand Down Expand Up @@ -70,4 +70,4 @@
"nyc": {
"extends": "../../configs/nyc.json"
}
}
}
14 changes: 7 additions & 7 deletions packages/cpp/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@theia/cpp",
"version": "0.2.4",
"version": "0.3.0",
"description": "Theia - Cpp Extension",
"dependencies": {
"@theia/core": "^0.2.4",
"@theia/editor": "^0.2.4",
"@theia/filesystem": "^0.2.4",
"@theia/languages": "^0.2.4",
"@theia/monaco": "^0.2.4",
"@theia/preferences": "^0.2.4"
"@theia/core": "^0.3.0",
"@theia/editor": "^0.3.0",
"@theia/filesystem": "^0.3.0",
"@theia/languages": "^0.3.0",
"@theia/monaco": "^0.3.0",
"@theia/preferences": "^0.3.0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@theia/editor",
"version": "0.2.4",
"version": "0.3.0",
"description": "Theia - Editor Extension",
"dependencies": {
"@theia/core": "^0.2.4",
"@theia/languages": "^0.2.4",
"@theia/preferences-api": "^0.2.4"
"@theia/core": "^0.3.0",
"@theia/languages": "^0.3.0",
"@theia/preferences-api": "^0.3.0"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions packages/extension-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@theia/extension-manager",
"version": "0.2.4",
"version": "0.3.0",
"description": "Theia - Extension Manager",
"dependencies": {
"@theia/application-package": "^0.2.4",
"@theia/core": "^0.2.4",
"@theia/filesystem": "^0.2.4",
"@theia/application-package": "^0.3.0",
"@theia/core": "^0.3.0",
"@theia/filesystem": "^0.3.0",
"@types/fs-extra": "^4.0.2",
"@types/sanitize-html": "^1.13.31",
"@types/showdown": "^1.7.1",
Expand Down Expand Up @@ -52,4 +52,4 @@
"nyc": {
"extends": "../../configs/nyc.json"
}
}
}
10 changes: 5 additions & 5 deletions packages/file-search/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@theia/file-search",
"version": "0.2.4",
"version": "0.3.0",
"description": "Theia - File Search Extension",
"dependencies": {
"@theia/core": "^0.2.4",
"@theia/filesystem": "^0.2.4",
"@theia/workspace": "^0.2.4",
"@theia/core": "^0.3.0",
"@theia/filesystem": "^0.3.0",
"@theia/workspace": "^0.3.0",
"@types/fs-extra": "^4.0.2",
"fs-extra": "^4.0.2",
"fuzzy": "^0.1.3",
Expand Down Expand Up @@ -50,4 +50,4 @@
"nyc": {
"extends": "../../configs/nyc.json"
}
}
}
8 changes: 4 additions & 4 deletions packages/filesystem/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@theia/filesystem",
"version": "0.2.4",
"version": "0.3.0",
"description": "Theia - FileSystem Extension",
"dependencies": {
"@theia/core": "^0.2.4",
"@theia/preferences-api": "^0.2.4",
"@theia/core": "^0.3.0",
"@theia/preferences-api": "^0.3.0",
"@types/fs-extra": "^4.0.2",
"@types/touch": "0.0.1",
"fs-extra": "^4.0.2",
Expand Down Expand Up @@ -53,4 +53,4 @@
"nyc": {
"extends": "../../configs/nyc.json"
}
}
}
14 changes: 7 additions & 7 deletions packages/git/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@theia/git",
"version": "0.2.4",
"version": "0.3.0",
"description": "Theia - Git Integration",
"dependencies": {
"@theia/core": "^0.2.4",
"@theia/editor": "^0.2.4",
"@theia/filesystem": "^0.2.4",
"@theia/preferences-api": "^0.2.4",
"@theia/workspace": "^0.2.4",
"@theia/core": "^0.3.0",
"@theia/editor": "^0.3.0",
"@theia/filesystem": "^0.3.0",
"@theia/preferences-api": "^0.3.0",
"@theia/workspace": "^0.3.0",
"@types/fs-extra": "^4.0.2",
"dugite-extra": "0.0.1-alpha.15",
"find-git-repositories": "^0.1.0",
Expand Down Expand Up @@ -53,4 +53,4 @@
"nyc": {
"extends": "../../configs/nyc.json"
}
}
}
12 changes: 6 additions & 6 deletions packages/go/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@theia/go",
"version": "0.2.4",
"version": "0.3.0",
"description": "Theia - Go Extension",
"dependencies": {
"@theia/core": "^0.2.4",
"@theia/editor": "^0.2.4",
"@theia/filesystem": "^0.2.4",
"@theia/languages": "^0.2.4",
"@theia/monaco": "^0.2.4"
"@theia/core": "^0.3.0",
"@theia/editor": "^0.3.0",
"@theia/filesystem": "^0.3.0",
"@theia/languages": "^0.3.0",
"@theia/monaco": "^0.3.0"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions packages/java/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@theia/java",
"version": "0.2.4",
"version": "0.3.0",
"description": "Theia - Java Extension",
"dependencies": {
"@theia/core": "^0.2.4",
"@theia/editor": "^0.2.4",
"@theia/languages": "^0.2.4",
"@theia/monaco": "^0.2.4",
"@theia/core": "^0.3.0",
"@theia/editor": "^0.3.0",
"@theia/languages": "^0.3.0",
"@theia/monaco": "^0.3.0",
"@types/glob": "^5.0.30",
"glob": "^7.1.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/languages/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@theia/languages",
"version": "0.2.4",
"version": "0.3.0",
"description": "Theia - Languages Extension",
"dependencies": {
"@theia/core": "^0.2.4",
"@theia/process": "^0.2.4",
"@theia/core": "^0.3.0",
"@theia/process": "^0.3.0",
"vscode-base-languageclient": "^0.0.1-alpha.3",
"vscode-languageserver": "^3.4.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/markers/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@theia/markers",
"version": "0.2.4",
"version": "0.3.0",
"description": "Theia - Markers Extension",
"dependencies": {
"@theia/core": "^0.2.4",
"@theia/filesystem": "^0.2.4",
"@theia/workspace": "^0.2.4"
"@theia/core": "^0.3.0",
"@theia/filesystem": "^0.3.0",
"@theia/workspace": "^0.3.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/messages/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@theia/messages",
"version": "0.2.4",
"version": "0.3.0",
"description": "Theia - Messages Extension",
"dependencies": {
"@theia/core": "^0.2.4"
"@theia/core": "^0.3.0"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -44,4 +44,4 @@
"nyc": {
"extends": "../../configs/nyc.json"
}
}
}
Loading

0 comments on commit e3118a9

Please sign in to comment.