diff options
author | 2022-06-06 09:40:09 -0400 | |
---|---|---|
committer | 2022-06-06 09:40:09 -0400 | |
commit | 9029c43549b7199fb816ccd0bac9171ee4e429c0 (patch) | |
tree | 3ad25b213a7793932d236951a66d80b344cd32c4 /packages/integrations | |
parent | ff6c9490a03273db8702b1456eff8697470a6626 (diff) | |
download | astro-9029c43549b7199fb816ccd0bac9171ee4e429c0.tar.gz astro-9029c43549b7199fb816ccd0bac9171ee4e429c0.tar.zst astro-9029c43549b7199fb816ccd0bac9171ee4e429c0.zip |
[ci] release (#3512)astro@1.0.0-beta.41@astrojs/markdown-remark@0.11.0@astrojs/lit@0.1.5
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.md | 6 | ||||
-rw-r--r-- | packages/integrations/lit/package.json | 2 |
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", |