summaryrefslogtreecommitdiff
path: root/packages/integrations/lit
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-10-16 14:58:33 -0700
committerGravatar GitHub <noreply@github.com> 2023-10-17 03:28:33 +0530
commit3468c06f56447ee0aa4115b70f658780e6df75c5 (patch)
tree04e7156032a61f099462eaa677f79831d6de3180 /packages/integrations/lit
parent8946f2a256edf1aca6a7bb0db1f6ea9ce9493253 (diff)
downloadastro@3.3.1.tar.gz
astro@3.3.1.tar.zst
astro@3.3.1.zip
[ci] release (#8820)astro@3.3.1@astrojs/lit@3.0.2
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 cc83a11fb..37aa498a0 100644
--- a/packages/integrations/lit/CHANGELOG.md
+++ b/packages/integrations/lit/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/lit
+## 3.0.2
+
+### Patch Changes
+
+- [#8826](https://github.com/withastro/astro/pull/8826) [`754c40f6e`](https://github.com/withastro/astro/commit/754c40f6ed941a61362d221915568c04ae85d6ad) Thanks [@lilnasy](https://github.com/lilnasy)! - Fixed an issue where an incompatible version of lit was installed.
+
## 3.0.1
### Patch Changes
diff --git a/packages/integrations/lit/package.json b/packages/integrations/lit/package.json
index f9eabeb98..a13cee91d 100644
--- a/packages/integrations/lit/package.json
+++ b/packages/integrations/lit/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/lit",
- "version": "3.0.1",
+ "version": "3.0.2",
"description": "Use Lit components within Astro",
"type": "module",
"types": "./dist/index.d.ts",