From f62ec162c2a18c977386bc87e2eba7a0dcef3e1e Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Mon, 23 Jan 2023 13:45:59 -0600 Subject: [PATCH] chore: migrate changelogs from 1-legacy (#5944) Co-authored-by: Nate Moore --- packages/astro/CHANGELOG.md | 12 ++++++++++++ packages/integrations/lit/CHANGELOG.md | 6 ++++++ 2 files changed, 18 insertions(+) diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index f9d5c20c9f6c..869637286b6b 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 fa8195301009..da2fc07970d5 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