Skip to content

Commit ff7656a

Browse files
committed
Prep 2.4.0-pre.3
1 parent c514fa6 commit ff7656a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lit-element",
3-
"version": "2.4.0-pre.2",
3+
"version": "2.4.0-pre.3",
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/",

src/lit-element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.2');
77+
.push('2.4.0-pre.3');
7878

7979
export type CSSResultOrNative = CSSResult|CSSStyleSheet;
8080

0 commit comments

Comments
 (0)