diff options
author | 2023-09-08 04:55:26 -0700 | |
---|---|---|
committer | 2023-09-08 13:55:26 +0200 | |
commit | 98d501bde6afe51fe2d3dabd0b6f761d9e590398 (patch) | |
tree | 8ab01caf275579c08b6fa01940b3876a4aaf3e81 /.changeset | |
parent | 85fe213fe0e8de3227ac80a41119800c374214f6 (diff) | |
download | astro-@astrojs/svelte@4.0.2.tar.gz astro-@astrojs/svelte@4.0.2.tar.zst astro-@astrojs/svelte@4.0.2.zip |
[ci] release (#8442)astro@3.0.11@astrojs/vercel@4.0.5@astrojs/svelte@4.0.2@astrojs/solid-js@3.0.1@astrojs/react@3.0.2@astrojs/mdx@1.0.3@astrojs/markdown-remark@3.1.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/cool-jokes-unite.md | 5 | ||||
-rw-r--r-- | .changeset/cuddly-baboons-begin.md | 5 | ||||
-rw-r--r-- | .changeset/curvy-dolls-thank.md | 5 | ||||
-rw-r--r-- | .changeset/forty-hotels-itch.md | 5 | ||||
-rw-r--r-- | .changeset/giant-cycles-marry.md | 5 | ||||
-rw-r--r-- | .changeset/strong-colts-hang.md | 5 | ||||
-rw-r--r-- | .changeset/stupid-olives-push.md | 5 | ||||
-rw-r--r-- | .changeset/sweet-sheep-sell.md | 5 |
8 files changed, 0 insertions, 40 deletions
diff --git a/.changeset/cool-jokes-unite.md b/.changeset/cool-jokes-unite.md deleted file mode 100644 index 57f0bedaf..000000000 --- a/.changeset/cool-jokes-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/react': patch ---- - -Update `experimentalReactChildren` behavior to support void tags diff --git a/.changeset/cuddly-baboons-begin.md b/.changeset/cuddly-baboons-begin.md deleted file mode 100644 index bfb45dae0..000000000 --- a/.changeset/cuddly-baboons-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/markdown-remark': minor ---- - -Export remarkShiki and remarkPrism plugins diff --git a/.changeset/curvy-dolls-thank.md b/.changeset/curvy-dolls-thank.md deleted file mode 100644 index 47ea8ad32..000000000 --- a/.changeset/curvy-dolls-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Only transition between pages where both have ViewTransitions enabled diff --git a/.changeset/forty-hotels-itch.md b/.changeset/forty-hotels-itch.md deleted file mode 100644 index b13c6db35..000000000 --- a/.changeset/forty-hotels-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/vercel': patch ---- - -Fix Astro's `domains` and `remotePatterns` not being used by Vercel when using Vercel Image Optimization diff --git a/.changeset/giant-cycles-marry.md b/.changeset/giant-cycles-marry.md deleted file mode 100644 index 284f8531b..000000000 --- a/.changeset/giant-cycles-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/solid-js': patch ---- - -Fix hydration in Solid renderer diff --git a/.changeset/strong-colts-hang.md b/.changeset/strong-colts-hang.md deleted file mode 100644 index 90b822b41..000000000 --- a/.changeset/strong-colts-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro": patch ---- - -Fix "Cannot read properties of null" error in CLI code diff --git a/.changeset/stupid-olives-push.md b/.changeset/stupid-olives-push.md deleted file mode 100644 index 078e1c69b..000000000 --- a/.changeset/stupid-olives-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/mdx': patch ---- - -Use exported remarkShiki and remarkPrism plugins from `@astrojs/markdown-remark` diff --git a/.changeset/sweet-sheep-sell.md b/.changeset/sweet-sheep-sell.md deleted file mode 100644 index 986a60478..000000000 --- a/.changeset/sweet-sheep-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/svelte': patch ---- - -Fix potential memory leak when component is unmounted |