summaryrefslogtreecommitdiff
path: root/.changeset
diff options
context:
space:
mode:
Diffstat (limited to '.changeset')
-rw-r--r--.changeset/eighty-ladybugs-shake.md5
-rw-r--r--.changeset/rude-eggs-hunt.md5
-rw-r--r--.changeset/strange-toes-remain.md5
-rw-r--r--.changeset/tasty-oranges-bathe.md5
-rw-r--r--.changeset/tricky-clocks-end.md7
-rw-r--r--.changeset/two-oranges-knock.md5
6 files changed, 0 insertions, 32 deletions
diff --git a/.changeset/eighty-ladybugs-shake.md b/.changeset/eighty-ladybugs-shake.md
deleted file mode 100644
index e34d66c97..000000000
--- a/.changeset/eighty-ladybugs-shake.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes an error in dev mode on Safari where view transitions prevented navigating to pages with `client:only` components
diff --git a/.changeset/rude-eggs-hunt.md b/.changeset/rude-eggs-hunt.md
deleted file mode 100644
index 4bbe7c9c9..000000000
--- a/.changeset/rude-eggs-hunt.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"astro": patch
----
-
-Add animations, shadows and general styling tweaks to the Dev Overlay to better match the intended design.
diff --git a/.changeset/strange-toes-remain.md b/.changeset/strange-toes-remain.md
deleted file mode 100644
index 8c7141f5f..000000000
--- a/.changeset/strange-toes-remain.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Adds compatibility for shiki languages with the `path` property
diff --git a/.changeset/tasty-oranges-bathe.md b/.changeset/tasty-oranges-bathe.md
deleted file mode 100644
index b155cd4d8..000000000
--- a/.changeset/tasty-oranges-bathe.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix `sizes` attribute not being present on `source` elements when using it on the Picture component
diff --git a/.changeset/tricky-clocks-end.md b/.changeset/tricky-clocks-end.md
deleted file mode 100644
index 8b5789988..000000000
--- a/.changeset/tricky-clocks-end.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'@astrojs/vercel': minor
----
-
-The Vercel adapter now streams responses!
-
-This brings better performance to your visitors by showing them content as it is rendered. The browser can also start loading the required stylesheets and scripts much sooner, which ultimately results in faster full page loads.
diff --git a/.changeset/two-oranges-knock.md b/.changeset/two-oranges-knock.md
deleted file mode 100644
index 4bf6e8938..000000000
--- a/.changeset/two-oranges-knock.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/vue': patch
----
-
-Adds editor support for Vue non setup script blocks and Vue 3.3 generics.