Import upstream changes (7175d11aa17abfda4adb75757abae1a6ee5b04ad)

This commit is contained in:
Lit Robot
2023-09-27 01:19:35 +00:00
parent 78896ca3b3
commit 08aa0c1170
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# @lit/lit-starter-ts
## 1.0.6
### Patch Changes
- [#4157](https://github.com/lit/lit/pull/4157) [`da32db2e`](https://github.com/lit/lit/commit/da32db2e67547e0f17b7132065559eba2b1d3513) Thanks [@welingtonms](https://github.com/welingtonms)! - Improve bundling and minification recommendations.
## 1.0.5
### Patch Changes

View File

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