Skip to content

Commit

Permalink
Import upstream changes (d0ecfd7c3c7395a72a2938b5aba0867ab3e44282)
Browse files Browse the repository at this point in the history
  • Loading branch information
lit-robot committed Aug 5, 2024
1 parent 0a24785 commit ee380f5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lit/lit-starter-js

## 2.0.2

### Patch Changes

- [#4681](https://github.com/lit/lit/pull/4681) [`5463b104`](https://github.com/lit/lit/commit/5463b1046e0589c9ce7041e67cd539ddfba2e5a7) - Update Rollup and Terser dependencies

- Updated dependencies [[`feccc1ba`](https://github.com/lit/lit/commit/feccc1ba8e82b36d07a0e2576381bf2819926b98)]:
- [email protected]

## 2.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lit/lit-starter-js",
"private": true,
"version": "2.0.1",
"version": "2.0.2",
"description": "A simple web component",
"main": "my-element.js",
"module": "my-element.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"author": "Google LLC",
"license": "BSD-3-Clause",
"dependencies": {
"lit": "^3.0.0"
"lit": "^3.2.0"
},
"devDependencies": {
"@11ty/eleventy": "^1.0.1",
Expand Down

0 comments on commit ee380f5

Please sign in to comment.