Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.5.0 (Minor) #1159

Merged
merged 1 commit into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tag: v0.4.4
tag: v0.5.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.4.4",
"version": "0.5.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.4.4"
"theia-traceviewer": "0.5.0"
},
"devDependencies": {
"@theia/cli": "1.52.0"
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.4.4",
"version": "0.5.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.4.4"
"theia-traceviewer": "0.5.0"
},
"devDependencies": {
"@theia/cli": "1.52.0",
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.4.4",
"version": "0.5.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.4.4",
"version": "0.5.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.4.4",
"version": "0.5.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.1",
"traceviewer-base": "0.4.4",
"traceviewer-base": "0.5.0",
"tsp-typescript-client": "^0.5.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.4.4",
"version": "0.5.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.4.4",
"version": "0.5.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.4.4",
"traceviewer-react-components": "0.4.4",
"traceviewer-base": "0.5.0",
"traceviewer-react-components": "0.5.0",
"tree-kill": "latest"
},
"devDependencies": {
Expand Down
Loading