Skip to content

Commit

Permalink
release: @previewjs/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
fwouts committed Jan 14, 2022
1 parent b2dec5c commit 0bf2ae4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@previewjs/app",
"version": "1.0.1",
"version": "1.0.2",
"license": "AGPL-3.0",
"author": {
"name": "François Wouts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ ${e.stackTraceToString()}""",
builder.environment()["PORT"] = "$PORT"
builder.environment()["PREVIEWJS_INTELLIJ_VERSION"] = plugin.getVersion()
builder.environment()["PREVIEWJS_PACKAGE_NAME"] = "@previewjs/app"
builder.environment()["PREVIEWJS_PACKAGE_VERSION"] = "1.0.1"
builder.environment()["PREVIEWJS_PACKAGE_VERSION"] = "1.0.2"
println("Preview.js control plane errors will be logged to $errorLogFilePath")
val process = builder.start()
controlPlaneProcess = process
Expand Down
2 changes: 1 addition & 1 deletion integrations/vscode/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports = {
),
}
: {
"process.env.PREVIEWJS_PACKAGE_VERSION": JSON.stringify("1.0.1"),
"process.env.PREVIEWJS_PACKAGE_VERSION": JSON.stringify("1.0.2"),
}),
}),
],
Expand Down

0 comments on commit 0bf2ae4

Please sign in to comment.