Skip to content

Commit

Permalink
Release v0.3.0 (Minor)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcdumais-work committed Sep 26, 2024
1 parent 477a608 commit c93029f
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tag: v0.2.7
tag: v0.3.0

commitInclude:
parentOfMergeCommit: true
Expand Down
4 changes: 2 additions & 2 deletions examples/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "browser-theia-trace-example-app",
"version": "0.2.7",
"version": "0.3.0",
"theia": {
"target": "browser",
"frontend": {
Expand All @@ -19,7 +19,7 @@
"@theia/navigator": "1.52.0",
"@theia/preferences": "1.52.0",
"@theia/terminal": "1.52.0",
"theia-traceviewer": "0.2.7"
"theia-traceviewer": "0.3.0"
},
"devDependencies": {
"@theia/cli": "1.52.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "electron-theia-trace-example-app",
"main": "scripts/theia-trace-main.js",
"version": "0.2.7",
"version": "0.3.0",
"author": {
"name": "Trace Compass",
"email": "[email protected]"
Expand Down Expand Up @@ -30,7 +30,7 @@
"@theia/navigator": "1.52.0",
"@theia/preferences": "1.52.0",
"@theia/terminal": "1.52.0",
"theia-traceviewer": "0.2.7"
"theia-traceviewer": "0.3.0"
},
"devDependencies": {
"@theia/cli": "1.52.0",
Expand All @@ -55,4 +55,4 @@
"type": "git",
"url": "https://github.com/eclipse-cdt-cloud/theia-trace-extension"
}
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.7",
"version": "0.3.0",
"npmClient": "yarn",
"command": {
"run": {
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.2.7",
"version": "0.3.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.2.7",
"version": "0.3.0",
"description": "Trace Compass react components",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.86.0",
"timeline-chart": "^0.4.0",
"traceviewer-base": "0.2.7",
"traceviewer-base": "0.3.0",
"tsp-typescript-client": "^0.4.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion playwright-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "theia-playwright-tests",
"version": "0.2.7",
"version": "0.3.0",
"license": "EPL-2.0",
"scripts": {
"prepare": "yarn clean && yarn build && yarn lint",
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.2.7",
"version": "0.3.0",
"description": "A Trace Viewer for Theia applications, in the form of a Theia extension",
"keywords": [
"theia-extension"
Expand All @@ -25,8 +25,8 @@
"@theia/filesystem": "1.52.0",
"@theia/messages": "1.52.0",
"animate.css": "^4.1.1",
"traceviewer-base": "0.2.7",
"traceviewer-react-components": "0.2.7",
"traceviewer-base": "0.3.0",
"traceviewer-react-components": "0.3.0",
"tree-kill": "latest"
},
"devDependencies": {
Expand Down

0 comments on commit c93029f

Please sign in to comment.