diff --git a/lerna.json b/lerna.json index 8fec7e58..a31464fc 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.2.0-next.4", + "version": "1.2.0", "packages": ["packages/*"], "nohoist": ["vscode", "vscode-styled-components", "lit-html"] } diff --git a/packages/lit-analyzer/package.json b/packages/lit-analyzer/package.json index 3832172f..1262b704 100644 --- a/packages/lit-analyzer/package.json +++ b/packages/lit-analyzer/package.json @@ -1,6 +1,6 @@ { "name": "lit-analyzer", - "version": "1.2.0-next.4", + "version": "1.2.0", "description": "CLI that type checks bindings in lit-html templates", "author": "runem", "license": "MIT", diff --git a/packages/ts-lit-plugin/package.json b/packages/ts-lit-plugin/package.json index e0cc8be0..7bff8bcb 100644 --- a/packages/ts-lit-plugin/package.json +++ b/packages/ts-lit-plugin/package.json @@ -1,6 +1,6 @@ { "name": "ts-lit-plugin", - "version": "1.2.0-next.4", + "version": "1.2.0", "description": "Typescript plugin that adds type checking and code completion to lit-html", "author": "runem", "license": "MIT", @@ -33,7 +33,7 @@ "/html-documentation/" ], "dependencies": { - "lit-analyzer": "1.2.0-next.4" + "lit-analyzer": "1.2.0" }, "devDependencies": { "@types/node": "^14.0.13", diff --git a/packages/vscode-lit-plugin/package.json b/packages/vscode-lit-plugin/package.json index d256e89b..be09ff19 100644 --- a/packages/vscode-lit-plugin/package.json +++ b/packages/vscode-lit-plugin/package.json @@ -3,7 +3,7 @@ "private": true, "displayName": "lit-plugin", "description": "Syntax highlighting, type checking and code completion for lit-html", - "version": "1.2.0-next.4", + "version": "1.2.0", "publisher": "runem", "icon": "docs/assets/lit-plugin@256w.png", "license": "MIT", @@ -35,7 +35,7 @@ }, "dependencies": { "lit-html": "https://github.com/mjbvz/vscode-lit-html.git#1.11.1", - "ts-lit-plugin": "1.2.0-next.4", + "ts-lit-plugin": "1.2.0", "vscode-styled-components": "https://github.com/styled-components/vscode-styled-components#4320c223666ea835e8c63c85573c2704f550b7df", "web-component-analyzer": "~1.1.1" },