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/).
17
17
<!-- ### Removed -->
18
18
<!-- ### Fixed -->
19
19
20
- ## [ 2.4.0] - 2020-08-14
20
+ ## [ 2.4.0] - 2020-08-19
21
21
22
22
### Changed
23
23
* 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 1
1
{
2
2
"name" : " lit-element" ,
3
- "version" : " 2.4.0-pre.3 " ,
3
+ "version" : " 2.4.0" ,
4
4
"description" : " A simple base class for creating fast, lightweight web components" ,
5
5
"license" : " BSD-3-Clause" ,
6
6
"homepage" : " https://lit-element.polymer-project.org/" ,
75
75
}
76
76
},
77
77
"dependencies" : {
78
- "lit-html" : " 1.3.0-pre .1"
78
+ "lit-html" : " ^1.1 .1"
79
79
},
80
80
"publishConfig" : {
81
81
"access" : " public"
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ declare global {
74
74
// This line will be used in regexes to search for LitElement usage.
75
75
// TODO(justinfagnani): inject version number at build time
76
76
( window [ 'litElementVersions' ] || ( window [ 'litElementVersions' ] = [ ] ) )
77
- . push ( '2.4.0-pre.3 ' ) ;
77
+ . push ( '2.4.0' ) ;
78
78
79
79
export type CSSResultOrNative = CSSResult | CSSStyleSheet ;
80
80
You can’t perform that action at this time.
0 commit comments