summaryrefslogtreecommitdiff
path: root/packages/integrations/lit
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2023-01-12 08:40:35 -0800
committerGravatar GitHub <noreply@github.com> 2023-01-12 11:40:35 -0500
commit02b797fd3c42fe7270a13bb7d204c0bac6e8b9b7 (patch)
tree02b6d6724d69c4bc8e44bd47d246705dc0e99145 /packages/integrations/lit
parent1d43a3a6aafa02b59e39c238abac9499a10aadb9 (diff)
downloadastro-@astrojs/lit@1.0.2-beta.0.tar.gz
astro-@astrojs/lit@1.0.2-beta.0.tar.zst
astro-@astrojs/lit@1.0.2-beta.0.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.md8
-rw-r--r--packages/integrations/lit/package.json2
2 files changed, 9 insertions, 1 deletions
diff --git a/packages/integrations/lit/CHANGELOG.md b/packages/integrations/lit/CHANGELOG.md
index f1a152798..fa8195301 100644
--- a/packages/integrations/lit/CHANGELOG.md
+++ b/packages/integrations/lit/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/lit
+## 1.0.2-beta.0
+
+### Patch Changes
+
+- [#5782](https://github.com/withastro/astro/pull/5782) [`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Only shim fetch if not already present
+
+- [#5791](https://github.com/withastro/astro/pull/5791) [`f7aa1ec25`](https://github.com/withastro/astro/commit/f7aa1ec25d1584f7abd421903fbef66b1c050e2a) Thanks [@ba55ie](https://github.com/ba55ie)! - Fix Lit slotted content
+
## 1.0.1
### Patch Changes
diff --git a/packages/integrations/lit/package.json b/packages/integrations/lit/package.json
index 24410f7e8..ad238591e 100644
--- a/packages/integrations/lit/package.json
+++ b/packages/integrations/lit/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/lit",
- "version": "1.0.1",
+ "version": "1.0.2-beta.0",
"description": "Use Lit components within Astro",
"type": "module",
"types": "./dist/index.d.ts",