summaryrefslogtreecommitdiff
path: root/.changeset
diff options
context:
space:
mode:
Diffstat (limited to '.changeset')
-rw-r--r--.changeset/blue-bottles-explode.md5
-rw-r--r--.changeset/fair-bananas-camp.md5
-rw-r--r--.changeset/friendly-ways-collect.md5
-rw-r--r--.changeset/orange-colts-march.md5
-rw-r--r--.changeset/red-tables-hang.md5
-rw-r--r--.changeset/silly-ears-unite.md5
-rw-r--r--.changeset/wet-beds-act.md5
-rw-r--r--.changeset/wicked-adults-pull.md6
8 files changed, 0 insertions, 41 deletions
diff --git a/.changeset/blue-bottles-explode.md b/.changeset/blue-bottles-explode.md
deleted file mode 100644
index d6858d3c1..000000000
--- a/.changeset/blue-bottles-explode.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Logs: Add "ssr.noExternal" hint for CSS loaded from npm packages
diff --git a/.changeset/fair-bananas-camp.md b/.changeset/fair-bananas-camp.md
deleted file mode 100644
index 64f55b3ea..000000000
--- a/.changeset/fair-bananas-camp.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Respect user's configured vite logLevel during build
diff --git a/.changeset/friendly-ways-collect.md b/.changeset/friendly-ways-collect.md
deleted file mode 100644
index 8d65c2b0b..000000000
--- a/.changeset/friendly-ways-collect.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix relative inline scripts on Windows
diff --git a/.changeset/orange-colts-march.md b/.changeset/orange-colts-march.md
deleted file mode 100644
index 825130de2..000000000
--- a/.changeset/orange-colts-march.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/partytown': patch
----
-
-Fix partytown script generation to get astro base config option
diff --git a/.changeset/red-tables-hang.md b/.changeset/red-tables-hang.md
deleted file mode 100644
index bc2c54b8d..000000000
--- a/.changeset/red-tables-hang.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix long-standing bug where a `class` attribute inside of a spread prop will cause duplicate `class` attributes
diff --git a/.changeset/silly-ears-unite.md b/.changeset/silly-ears-unite.md
deleted file mode 100644
index b4e23917b..000000000
--- a/.changeset/silly-ears-unite.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix build issue where hoisted scripts would be duplicated per page
diff --git a/.changeset/wet-beds-act.md b/.changeset/wet-beds-act.md
deleted file mode 100644
index da9367a9d..000000000
--- a/.changeset/wet-beds-act.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Updates component hydration scripts to use absolute paths for script imports
diff --git a/.changeset/wicked-adults-pull.md b/.changeset/wicked-adults-pull.md
deleted file mode 100644
index f36d0a054..000000000
--- a/.changeset/wicked-adults-pull.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'astro': patch
-'@astrojs/markdown-remark': minor
----
-
-Significantally more stable behavior for "Markdown + Components" usage, which now handles component serialization much more similarly to MDX. Also supports switching between Components and Markdown without extra newlines, removes wrapping `<p>` tags from standalone components, and improves JSX expression handling.