diff options
author | 2023-10-23 02:22:50 -0700 | |
---|---|---|
committer | 2023-10-23 17:22:50 +0800 | |
commit | 42a83ffcfe5a36a052d5da58fd4b9bcf9f4d924a (patch) | |
tree | ebb7fa75bdc31232cb203e7b240b79632f3d01ca /.changeset | |
parent | e69f7292d736f9a4ee375c4fb482aadfd48445a7 (diff) | |
download | astro@3.3.3.tar.gz astro@3.3.3.tar.zst astro@3.3.3.zip |
[ci] release (#8861)astro@3.3.3@astrojs/vue@3.0.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/great-queens-yawn.md | 5 | ||||
-rw-r--r-- | .changeset/purple-dots-refuse.md | 5 | ||||
-rw-r--r-- | .changeset/seven-brooms-trade.md | 5 | ||||
-rw-r--r-- | .changeset/shaggy-onions-try.md | 5 | ||||
-rw-r--r-- | .changeset/two-lamps-tell.md | 5 |
5 files changed, 0 insertions, 25 deletions
diff --git a/.changeset/great-queens-yawn.md b/.changeset/great-queens-yawn.md deleted file mode 100644 index 6ab1e857f..000000000 --- a/.changeset/great-queens-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -prevent production install on astro add cmd diff --git a/.changeset/purple-dots-refuse.md b/.changeset/purple-dots-refuse.md deleted file mode 100644 index 74be758b5..000000000 --- a/.changeset/purple-dots-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes styles of `client:only` components not persisting during view transitions in dev mode diff --git a/.changeset/seven-brooms-trade.md b/.changeset/seven-brooms-trade.md deleted file mode 100644 index 124df8d06..000000000 --- a/.changeset/seven-brooms-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/vue': patch ---- - -Fix Vue component HMR when updating the script tag diff --git a/.changeset/shaggy-onions-try.md b/.changeset/shaggy-onions-try.md deleted file mode 100644 index 3ae58f2d8..000000000 --- a/.changeset/shaggy-onions-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix an issue where `500.astro` did not render when the middleware threw an error. diff --git a/.changeset/two-lamps-tell.md b/.changeset/two-lamps-tell.md deleted file mode 100644 index c79d1764b..000000000 --- a/.changeset/two-lamps-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes an issue where the dev server logged the full file path on updates. |