Skip to content

Commit

Permalink
Release v0.2.4 (Patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhufmann committed Jul 4, 2024
1 parent 9e7daeb commit 2f5bb1d
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 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.3
tag: v0.2.4

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.3",
"version": "0.2.4",
"theia": {
"target": "browser",
"frontend": {
Expand All @@ -19,7 +19,7 @@
"@theia/navigator": "1.49.1",
"@theia/preferences": "1.49.1",
"@theia/terminal": "1.49.1",
"theia-traceviewer": "0.2.3"
"theia-traceviewer": "0.2.4"
},
"devDependencies": {
"@theia/cli": "1.49.1"
Expand Down
4 changes: 2 additions & 2 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.3",
"version": "0.2.4",
"author": {
"name": "Trace Compass",
"email": "[email protected]"
Expand Down Expand Up @@ -30,7 +30,7 @@
"@theia/navigator": "1.49.1",
"@theia/preferences": "1.49.1",
"@theia/terminal": "1.49.1",
"theia-traceviewer": "0.2.3"
"theia-traceviewer": "0.2.4"
},
"devDependencies": {
"@theia/cli": "1.49.1",
Expand Down
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.3",
"version": "0.2.4",
"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.3",
"version": "0.2.4",
"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.3",
"version": "0.2.4",
"description": "Trace Compass react components",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.86.0",
"timeline-chart": "^0.3.1",
"traceviewer-base": "0.2.3",
"traceviewer-base": "0.2.4",
"tsp-typescript-client": "^0.4.1"
},
"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.3",
"version": "0.2.4",
"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.3",
"version": "0.2.4",
"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.49.1",
"@theia/messages": "1.49.1",
"animate.css": "^4.1.1",
"traceviewer-base": "0.2.3",
"traceviewer-react-components": "0.2.3",
"traceviewer-base": "0.2.4",
"traceviewer-react-components": "0.2.4",
"tree-kill": "latest"
},
"devDependencies": {
Expand Down

0 comments on commit 2f5bb1d

Please sign in to comment.