Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
runem committed Jul 15, 2020
1 parent bb6ea6d commit 4eb6b66
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0-next.4",
"version": "1.2.0",
"packages": ["packages/*"],
"nohoist": ["vscode", "vscode-styled-components", "lit-html"]
}
2 changes: 1 addition & 1 deletion packages/lit-analyzer/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/ts-lit-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode-lit-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]",
"license": "MIT",
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit 4eb6b66

Please sign in to comment.