Skip to content

Commit ee380f5

Browse files
committed
Import upstream changes (d0ecfd7c3c7395a72a2938b5aba0867ab3e44282)
1 parent 0a24785 commit ee380f5

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @lit/lit-starter-js
22

3+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- [#4681](https://github.com/lit/lit/pull/4681) [`5463b104`](https://github.com/lit/lit/commit/5463b1046e0589c9ce7041e67cd539ddfba2e5a7) - Update Rollup and Terser dependencies
8+
9+
- Updated dependencies [[`feccc1ba`](https://github.com/lit/lit/commit/feccc1ba8e82b36d07a0e2576381bf2819926b98)]:
10+
- lit@3.2.0
11+
312
## 2.0.1
413

514
### Patch Changes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lit/lit-starter-js",
33
"private": true,
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"description": "A simple web component",
66
"main": "my-element.js",
77
"module": "my-element.js",
@@ -39,7 +39,7 @@
3939
"author": "Google LLC",
4040
"license": "BSD-3-Clause",
4141
"dependencies": {
42-
"lit": "^3.0.0"
42+
"lit": "^3.2.0"
4343
},
4444
"devDependencies": {
4545
"@11ty/eleventy": "^1.0.1",

0 commit comments

Comments
 (0)