diff options
author | 2023-02-01 05:58:35 -0800 | |
---|---|---|
committer | 2023-02-01 08:58:35 -0500 | |
commit | f05eb9f8ba078a063e87c60309bbab491a043be4 (patch) | |
tree | 4a73bae752e0f7a2f255a8eb0d8481a826ec91b1 /packages/integrations/lit/CHANGELOG.md | |
parent | d7f36720d4683c6c1da389a15c5ab04a6de351b4 (diff) | |
download | astro-f05eb9f8ba078a063e87c60309bbab491a043be4.tar.gz astro-f05eb9f8ba078a063e87c60309bbab491a043be4.tar.zst astro-f05eb9f8ba078a063e87c60309bbab491a043be4.zip |
[ci] release (#6048)astro@2.0.5@astrojs/mdx@0.16.0@astrojs/lit@1.1.2@astrojs/image@0.14.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/lit/CHANGELOG.md')
-rw-r--r-- | packages/integrations/lit/CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/integrations/lit/CHANGELOG.md b/packages/integrations/lit/CHANGELOG.md index bb7b90fe0..8a58af5ff 100644 --- a/packages/integrations/lit/CHANGELOG.md +++ b/packages/integrations/lit/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/lit +## 1.1.2 + +### Patch Changes + +- [#6080](https://github.com/withastro/astro/pull/6080) [`0db220415`](https://github.com/withastro/astro/commit/0db22041531d981a813a07f4c4e00cfb7ebddd51) Thanks [@e111077](https://github.com/e111077)! - Fixes Lit hydration not having the same reactive values as server (losing state upon hydration) + +- [#6055](https://github.com/withastro/astro/pull/6055) [`2567aa48b`](https://github.com/withastro/astro/commit/2567aa48bba8751cf7e10429555f1e85830c9169) Thanks [@e111077](https://github.com/e111077)! - Add forwards compatibility for streaming Declarative Shadow DOM + ## 1.1.1 ### Patch Changes |