Skip to content

Commit a78b09e

Browse files
committed
v1.0.3
1 parent 6c83a31 commit a78b09e

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "1.0.2"
5+
"version": "1.0.3"
66
}

packages/vscode-js-profile-core/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/vscode-js-profile-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-js-profile-core",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"sideEffects": false,
55
"private": true,
66
"scripts": {

packages/vscode-js-profile-flame/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/vscode-js-profile-flame/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-js-profile-flame",
33
"displayName": "Flame Chart Visualizer for JavaScript Profiles",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"description": "Flame graph visualizer for profiles taken from the JavaScript debugger",
66
"author": "Connor Peet <[email protected]>",
77
"homepage": "https://github.com/microsoft/vscode-js-profile-visualizer#readme",
@@ -169,7 +169,7 @@
169169
"dependencies": {
170170
"@vscode/codicons": "^0.0.30",
171171
"chroma-js": "^2.4.2",
172-
"vscode-js-profile-core": "^1.0.2",
172+
"vscode-js-profile-core": "^1.0.3",
173173
"vscode-webview-tools": "^0.1.1"
174174
}
175175
}

packages/vscode-js-profile-table/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/vscode-js-profile-table/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-js-profile-table",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"displayName": "Table Visualizer for JavaScript Profiles",
55
"description": "Text visualizer for profiles taken from the JavaScript debugger",
66
"author": "Connor Peet <[email protected]>",
@@ -86,6 +86,6 @@
8686
},
8787
"dependencies": {
8888
"@vscode/codicons": "^0.0.28",
89-
"vscode-js-profile-core": "^1.0.2"
89+
"vscode-js-profile-core": "^1.0.3"
9090
}
9191
}

0 commit comments

Comments
 (0)