Skip to content
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.6.0
tag: v0.7.0

commitInclude:
parentOfMergeCommit: true
Expand Down
4 changes: 2 additions & 2 deletions local-libs/traceviewer-libs/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "traceviewer-base",
"version": "0.9.1",
"version": "0.10.0",
"description": "Trace Viewer base package, contains trace management utilities",
"license": "MIT",
"repository": {
Expand All @@ -22,10 +22,10 @@
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-react": "^7.20.0",
"eslint-config-prettier": "^9.0.0",
"prettier": "^3.6.2",
"rimraf": "^5.0.0",
"typescript": "4.9.5"
Expand Down
6 changes: 3 additions & 3 deletions local-libs/traceviewer-libs/react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "traceviewer-react-components",
"version": "0.9.1",
"version": "0.10.0",
"description": "Trace Compass react components",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"react-modal": "^3.8.1",
"react-virtualized": "^9.21.0",
"timeline-chart": "^0.4.3",
"traceviewer-base": "0.9.1",
"traceviewer-base": "0.10.0",
"tsp-typescript-client": "^0.9.0"
},
"devDependencies": {
Expand All @@ -52,10 +52,10 @@
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-react": "^7.20.0",
"eslint-config-prettier": "^9.0.0",
"jest": "^28.1.3",
"jest-canvas-mock": "^2.4.0",
"jest-environment-jsdom": "^28.1.3",
Expand Down
4 changes: 2 additions & 2 deletions vscode-trace-common/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "vscode-trace-common",
"private": "true",
"version": "0.6.0",
"version": "0.7.0",
"repository": "https://github.com/eclipse-cdt-cloud/vscode-trace-extension/",
"main": "lib",
"files": [
"lib",
"src"
],
"dependencies": {
"traceviewer-base": "^0.9.1",
"traceviewer-base": "0.10.0",
"tsp-typescript-client": "^0.9.0",
"vscode-messenger": "^0.5.0"
},
Expand Down
8 changes: 4 additions & 4 deletions vscode-trace-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-trace-extension",
"displayName": "Trace Viewer for VSCode",
"description": "Viewer that permits visualizing traces and contained data, analyzed by a trace server, and provided over the Trace Server Protocol (TSP)",
"version": "0.6.0",
"version": "0.7.0",
"license": "MIT",
"engines": {
"vscode": "^1.52.0"
Expand Down Expand Up @@ -332,10 +332,10 @@
"jsonc-parser": "^3.3.1",
"lodash": "^4.17.15",
"terser": "4.8.1",
"traceviewer-base": "^0.9.1",
"traceviewer-react-components": "^0.9.1",
"traceviewer-base": "0.10.0",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I notice the "^" is gone. Since the libraries are local, I think it makes no practical difference.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That update is generated by lerna.

"traceviewer-react-components": "0.10.0",
"vscode-messenger": "^0.5.0",
"vscode-trace-common": "0.6.0"
"vscode-trace-common": "0.7.0"
},
"devDependencies": {
"@playwright/test": "^1.32.3",
Expand Down
8 changes: 4 additions & 4 deletions vscode-trace-webviews/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-trace-webviews",
"private": "true",
"version": "0.6.0",
"version": "0.7.0",
"repository": "https://github.com/eclipse-cdt-cloud/vscode-trace-extension/",
"dependencies": {
"@emotion/react": "^11.10.5",
Expand All @@ -19,10 +19,10 @@
"react-grid-layout": "^1.1.0",
"react-modal": "^3.8.1",
"react-virtualized": "^9.21.0",
"traceviewer-base": "^0.9.1",
"traceviewer-react-components": "^0.9.1",
"traceviewer-base": "0.10.0",
"traceviewer-react-components": "0.10.0",
"vscode-messenger-webview": "^0.5.0",
"vscode-trace-common": "0.6.0"
"vscode-trace-common": "0.7.0"
},
"devDependencies": {
"@types/jest": "^23.3.13",
Expand Down
Loading