Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
  • Loading branch information
bhufmann committed Sep 28, 2021
1 parent b270cbc commit e5a16dc
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 33 deletions.
25 changes: 12 additions & 13 deletions examples/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,36 @@
{
"private": true,
"name": "browser-theia-trace-example-app",
"version": "0.0.1",
"version": "0.1.0",
"theia": {
"target": "browser",
"frontend": {
"config": {
"applicationName": "Theia-Trace Example Application",
"preferences": {
"editor.autoSave": "on",
"trace-viewer.path" : "../../trace-compass-server/tracecompass-server",
"trace-viewer.port" : 8080

"trace-viewer.path": "../../trace-compass-server/tracecompass-server",
"trace-viewer.port": 8080
}
}
}
},
"dependencies": {
"@theia/core": "1.17.2",
"@theia/editor": "1.17.2",
"@theia/filesystem": "1.17.2",
"@theia/workspace": "1.17.2",
"@theia/preferences": "1.17.2",
"@theia/getting-started": "1.17.2",
"@theia/keymaps": "1.17.2",
"@theia/markers": "1.17.2",
"@theia/messages": "1.17.2",
"@theia/monaco": "1.17.2",
"@theia/navigator": "1.17.2",
"@theia/preferences": "1.17.2",
"@theia/process": "1.17.2",
"@theia/terminal": "1.17.2",
"@theia/editor": "1.17.2",
"@theia/markers": "1.17.2",
"@theia/monaco": "1.17.2",
"@theia/messages": "1.17.2",
"@theia/vsx-registry": "1.17.2",
"@theia/keymaps": "1.17.2",
"@theia/getting-started": "1.17.2",
"theia-traceviewer": "0.0.1"
"@theia/workspace": "1.17.2",
"theia-traceviewer": "0.1.0"
},
"devDependencies": {
"@theia/cli": "1.17.2"
Expand Down
26 changes: 13 additions & 13 deletions examples/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build": {
"electronVersion": "9.1.2"
},
"version": "0.0.1",
"version": "0.1.0",
"theia": {
"target": "electron",
"backend": {
Expand All @@ -18,29 +18,29 @@
"applicationName": "Theia-Trace Example Application",
"preferences": {
"editor.autoSave": "on",
"trace-viewer.path" : "../../trace-compass-server/tracecompass-server",
"trace-viewer.port" : 8080
"trace-viewer.path": "../../trace-compass-server/tracecompass-server",
"trace-viewer.port": 8080
}
}
}
},
"dependencies": {
"@theia/core": "1.17.2",
"@theia/editor": "1.17.2",
"@theia/electron": "1.17.2",
"@theia/filesystem": "1.17.2",
"@theia/workspace": "1.17.2",
"@theia/preferences": "1.17.2",
"@theia/getting-started": "1.17.2",
"@theia/keymaps": "1.17.2",
"@theia/markers": "1.17.2",
"@theia/messages": "1.17.2",
"@theia/monaco": "1.17.2",
"@theia/navigator": "1.17.2",
"@theia/preferences": "1.17.2",
"@theia/process": "1.17.2",
"@theia/terminal": "1.17.2",
"@theia/editor": "1.17.2",
"@theia/markers": "1.17.2",
"@theia/monaco": "1.17.2",
"@theia/messages": "1.17.2",
"@theia/vsx-registry": "1.17.2",
"@theia/keymaps": "1.17.2",
"@theia/getting-started": "1.17.2",
"@theia/electron": "1.17.2",
"theia-traceviewer": "0.0.1"
"@theia/workspace": "1.17.2",
"theia-traceviewer": "0.1.0"
},
"devDependencies": {
"@theia/cli": "1.17.2",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "4.0.0",
"version": "0.0.1",
"version": "0.1.0",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "traceviewer-base",
"version": "0.0.1",
"version": "0.1.0",
"description": "Trace Viewer base package, contains trace management utilities",
"license": "MIT",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "traceviewer-react-components",
"version": "0.0.1",
"version": "0.1.0",
"description": "Trace Compass react components",
"license": "MIT",
"repository": {
Expand All @@ -16,7 +16,7 @@
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"traceviewer-base": "0.0.1",
"traceviewer-base": "0.1.0",
"ag-grid-community": "^23.1.0",
"ag-grid-react": "^23.1.0",
"chart.js": "^2.8.0",
Expand Down
6 changes: 3 additions & 3 deletions theia-extensions/viewer-prototype/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "theia-traceviewer",
"version": "0.0.1",
"version": "0.1.0",
"description": "Trace Viewer Theia Extension",
"keywords": [
"theia-extension"
Expand All @@ -18,8 +18,8 @@
"@theia/core": "1.17.2",
"@theia/editor": "1.17.2",
"@theia/filesystem": "1.17.2",
"traceviewer-base": "0.0.1",
"traceviewer-react-components": "0.0.1",
"traceviewer-base": "0.1.0",
"traceviewer-react-components": "0.1.0",
"tree-kill": "latest"
},
"devDependencies": {
Expand Down

0 comments on commit e5a16dc

Please sign in to comment.