Import upstream changes (a4558769b2c4008f3e15cde469280a7a1960cd3d)

This commit is contained in:
Lit Robot
2022-04-29 00:42:05 +00:00
parent 540cfe15ff
commit eb71dfda9d
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# @lit/lit-starter-ts # @lit/lit-starter-ts
## 1.0.3
### Patch Changes
- [#2757](https://github.com/lit/lit/pull/2757) [`55841c14`](https://github.com/lit/lit/commit/55841c14f52891357dd93680d3bc5b1da6c89c8a) - Update Rollup and Rollup plugins
## 1.0.2 ## 1.0.2
### Patch Changes ### Patch Changes

View File

@@ -1,7 +1,7 @@
{ {
"name": "@lit/lit-starter-ts", "name": "@lit/lit-starter-ts",
"private": true, "private": true,
"version": "1.0.2", "version": "1.0.3",
"description": "A simple web component", "description": "A simple web component",
"main": "my-element.js", "main": "my-element.js",
"module": "my-element.js", "module": "my-element.js",