Import upstream changes (5c8b142552542ffa775b74074b8bd16f427a00fa)

This commit is contained in:
Lit Robot
2024-01-09 22:59:46 +00:00
parent 75af30682e
commit 00b39c1139
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# @lit/lit-starter-ts # @lit/lit-starter-ts
## 2.0.1
### Patch Changes
- [#4451](https://github.com/lit/lit/pull/4451) [`7852e130`](https://github.com/lit/lit/commit/7852e13022c9dcfcff5ed54a215c93420349e318) - Minor security fixes.
## 2.0.0 ## 2.0.0
### Major Changes ### Major Changes

View File

@@ -1,7 +1,7 @@
{ {
"name": "@lit/lit-starter-ts", "name": "@lit/lit-starter-ts",
"private": true, "private": true,
"version": "2.0.0", "version": "2.0.1",
"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",