summaryrefslogtreecommitdiff
path: root/packages/integrations
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-06-06 09:40:09 -0400
committerGravatar GitHub <noreply@github.com> 2022-06-06 09:40:09 -0400
commit9029c43549b7199fb816ccd0bac9171ee4e429c0 (patch)
tree3ad25b213a7793932d236951a66d80b344cd32c4 /packages/integrations
parentff6c9490a03273db8702b1456eff8697470a6626 (diff)
downloadastro-9029c43549b7199fb816ccd0bac9171ee4e429c0.tar.gz
astro-9029c43549b7199fb816ccd0bac9171ee4e429c0.tar.zst
astro-9029c43549b7199fb816ccd0bac9171ee4e429c0.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations')
-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 fa295e93c..c8a144453 100644
--- a/packages/integrations/lit/CHANGELOG.md
+++ b/packages/integrations/lit/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/lit
+## 0.1.5
+
+### Patch Changes
+
+- [#3511](https://github.com/withastro/astro/pull/3511) [`2fedb974`](https://github.com/withastro/astro/commit/2fedb974899b37a8d9ddabc476764a6d35d1e446) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Patch Lit's server shim to allow for `sass` compatability
+
## 0.1.4
### Patch Changes
diff --git a/packages/integrations/lit/package.json b/packages/integrations/lit/package.json
index 13bf8462e..bd8620a00 100644
--- a/packages/integrations/lit/package.json
+++ b/packages/integrations/lit/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/lit",
- "version": "0.1.4",
+ "version": "0.1.5",
"description": "Use Lit components within Astro",
"type": "module",
"types": "./dist/index.d.ts",