Skip to content

Commit

Permalink
Release v0.2.0 (Minor)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcdumais-work committed Mar 21, 2024
1 parent 4eab075 commit 4bc6018
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tag: v0.0.0
tag: v0.2.0

commitInclude:
parentOfMergeCommit: true
Expand Down
2 changes: 1 addition & 1 deletion examples/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@theia/terminal": "1.45.1",
"@theia/vsx-registry": "1.45.1",
"@theia/workspace": "1.45.1",
"theia-traceviewer": "0.1.0"
"theia-traceviewer": "0.2.0"
},
"devDependencies": {
"@theia/cli": "1.45.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@theia/terminal": "1.45.1",
"@theia/vsx-registry": "1.45.1",
"@theia/workspace": "1.45.1",
"theia-traceviewer": "0.1.0"
"theia-traceviewer": "0.2.0"
},
"devDependencies": {
"@theia/cli": "1.45.1",
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": "7.3.0",
"version": "0.1.0",
"version": "0.2.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.1.0",
"version": "0.2.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.1.0",
"version": "0.2.0",
"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": "next",
"traceviewer-base": "0.1.0",
"traceviewer-base": "0.2.0",
"tsp-typescript-client": "next"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 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.1.0",
"version": "0.2.0",
"description": "A Trace Viewer for Theia applications, in the form of a Theia extension",
"keywords": [
"theia-extension"
Expand All @@ -23,10 +23,10 @@
"@theia/core": "1.45.1",
"@theia/editor": "1.45.1",
"@theia/filesystem": "1.45.1",
"traceviewer-base": "0.1.0",
"traceviewer-react-components": "0.1.0",
"tree-kill": "latest",
"animate.css": "^4.1.1"
"animate.css": "^4.1.1",
"traceviewer-base": "0.2.0",
"traceviewer-react-components": "0.2.0",
"tree-kill": "latest"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.4.0",
Expand Down

0 comments on commit 4bc6018

Please sign in to comment.