summaryrefslogtreecommitdiff
path: root/packages/integrations/lit
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-07-26 06:58:38 -0700
committerGravatar GitHub <noreply@github.com> 2022-07-26 09:58:38 -0400
commitd790eabd986decc380088e52a4dcbff246ee736f (patch)
treef4fb19e33f32cea242349b2813551bc417f00fe9 /packages/integrations/lit
parentc7e117ce32592c9c29d24583baa10009e620bcc4 (diff)
downloadastro-d790eabd986decc380088e52a4dcbff246ee736f.tar.gz
astro-d790eabd986decc380088e52a4dcbff246ee736f.tar.zst
astro-d790eabd986decc380088e52a4dcbff246ee736f.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/lit')
-rw-r--r--packages/integrations/lit/CHANGELOG.md6
-rw-r--r--packages/integrations/lit/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/lit/CHANGELOG.md b/packages/integrations/lit/CHANGELOG.md
index a91319076..dc79672b1 100644
--- a/packages/integrations/lit/CHANGELOG.md
+++ b/packages/integrations/lit/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/lit
+## 0.3.2
+
+### Patch Changes
+
+- [#4009](https://github.com/withastro/astro/pull/4009) [`01ba07d8f`](https://github.com/withastro/astro/commit/01ba07d8fa7eb67530b47b8530d65906f1aebf6e) Thanks [@matthewp](https://github.com/matthewp)! - Fixes Lit compat with Vite 3.0.1
+
## 0.3.1
### Patch Changes
diff --git a/packages/integrations/lit/package.json b/packages/integrations/lit/package.json
index 9775b9b6a..41c449cb1 100644
--- a/packages/integrations/lit/package.json
+++ b/packages/integrations/lit/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/lit",
- "version": "0.3.1",
+ "version": "0.3.2",
"description": "Use Lit components within Astro",
"type": "module",
"types": "./dist/index.d.ts",