File tree 2 files changed +11
-2
lines changed 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# @lit/lit-starter-js
2
2
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
+
3
12
## 2.0.1
4
13
5
14
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lit/lit-starter-js" ,
3
3
"private" : true ,
4
- "version" : " 2.0.1 " ,
4
+ "version" : " 2.0.2 " ,
5
5
"description" : " A simple web component" ,
6
6
"main" : " my-element.js" ,
7
7
"module" : " my-element.js" ,
39
39
"author" : " Google LLC" ,
40
40
"license" : " BSD-3-Clause" ,
41
41
"dependencies" : {
42
- "lit" : " ^3.0 .0"
42
+ "lit" : " ^3.2 .0"
43
43
},
44
44
"devDependencies" : {
45
45
"@11ty/eleventy" : " ^1.0.1" ,
You can’t perform that action at this time.
0 commit comments