summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nate Moore <natemoo-re@users.noreply.github.com> 2023-01-23 13:45:59 -0600
committerGravatar GitHub <noreply@github.com> 2023-01-23 13:45:59 -0600
commitf62ec162c2a18c977386bc87e2eba7a0dcef3e1e (patch)
tree867ba899bba3dbab070e10c0d3fc2c186ef23ec8
parent12a10fe7c535aa33f5af743fdb57c9ee32808bb6 (diff)
downloadastro-f62ec162c2a18c977386bc87e2eba7a0dcef3e1e.tar.gz
astro-f62ec162c2a18c977386bc87e2eba7a0dcef3e1e.tar.zst
astro-f62ec162c2a18c977386bc87e2eba7a0dcef3e1e.zip
chore: migrate changelogs from 1-legacy (#5944)
Co-authored-by: Nate Moore <nate@astro.build>
-rw-r--r--packages/astro/CHANGELOG.md12
-rw-r--r--packages/integrations/lit/CHANGELOG.md6
2 files changed, 18 insertions, 0 deletions
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index f9d5c20c9..869637286 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -378,6 +378,18 @@
- Updated dependencies [[`e2019be6f`](https://github.com/withastro/astro/commit/e2019be6ffa46fa33d92cfd346f9ecbe51bb7144), [`a9c292026`](https://github.com/withastro/astro/commit/a9c2920264e36cc5dc05f4adc1912187979edb0d)]:
- @astrojs/markdown-remark@2.0.0-beta.0
+## 1.9.2
+
+### Patch Changes
+
+- [#5776](https://github.com/withastro/astro/pull/5776) [`6a31433ed`](https://github.com/withastro/astro/commit/6a31433ed79c7f84fd3ce602005b42ad95007d84) Thanks [@ba55ie](https://github.com/ba55ie)! - Fix Lit slotted content
+
+## 1.9.1
+
+### Patch Changes
+
+- [`adad7e966`](https://github.com/withastro/astro/commit/adad7e96680640e1d0a5ec270cd2516f350c7652) Thanks [@matthewp](https://github.com/matthewp)! - Fix for hoisted scripts in project with spaces in the file path
+
## 1.9.0
### Minor Changes
diff --git a/packages/integrations/lit/CHANGELOG.md b/packages/integrations/lit/CHANGELOG.md
index fa8195301..da2fc0797 100644
--- a/packages/integrations/lit/CHANGELOG.md
+++ b/packages/integrations/lit/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/lit
+## 1.0.2
+
+### Patch Changes
+
+- [#5776](https://github.com/withastro/astro/pull/5776) [`6a31433ed`](https://github.com/withastro/astro/commit/6a31433ed79c7f84fd3ce602005b42ad95007d84) Thanks [@ba55ie](https://github.com/ba55ie)! - Fix Lit slotted content
+
## 1.0.2-beta.0
### Patch Changes