File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1717<!-- ### Removed -->
1818<!-- ### Fixed -->
1919
20- ## [ 2.4.0] - 2020-08-14
20+ ## [ 2.4.0] - 2020-08-19
2121
2222### Changed
2323* Set type in package.json to "module" ([ #974 ] ( https://github.com/Polymer/lit-element/pull/974 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " lit-element" ,
3- "version" : " 2.4.0-pre.3 " ,
3+ "version" : " 2.4.0" ,
44 "description" : " A simple base class for creating fast, lightweight web components" ,
55 "license" : " BSD-3-Clause" ,
66 "homepage" : " https://lit-element.polymer-project.org/" ,
7575 }
7676 },
7777 "dependencies" : {
78- "lit-html" : " 1.3.0-pre .1"
78+ "lit-html" : " ^1.1 .1"
7979 },
8080 "publishConfig" : {
8181 "access" : " public"
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ declare global {
7474// This line will be used in regexes to search for LitElement usage.
7575// TODO(justinfagnani): inject version number at build time
7676( window [ 'litElementVersions' ] || ( window [ 'litElementVersions' ] = [ ] ) )
77- . push ( '2.4.0-pre.3 ' ) ;
77+ . push ( '2.4.0' ) ;
7878
7979export type CSSResultOrNative = CSSResult | CSSStyleSheet ;
8080
You can’t perform that action at this time.
0 commit comments