summaryrefslogtreecommitdiff
path: root/.changeset
diff options
context:
space:
mode:
Diffstat (limited to '.changeset')
-rw-r--r--.changeset/clever-garlics-doubt.md5
-rw-r--r--.changeset/curvy-hotels-study.md5
-rw-r--r--.changeset/dirty-singers-enjoy.md5
-rw-r--r--.changeset/dry-taxis-suffer.md6
-rw-r--r--.changeset/eighty-gifts-cheer.md5
-rw-r--r--.changeset/eleven-tables-speak.md19
-rw-r--r--.changeset/eleven-walls-explain.md7
-rw-r--r--.changeset/fifty-months-mix.md5
-rw-r--r--.changeset/hungry-peaches-speak.md5
-rw-r--r--.changeset/lazy-zebras-invent.md6
-rw-r--r--.changeset/metal-bugs-drive.md17
-rw-r--r--.changeset/moody-coats-develop.md5
-rw-r--r--.changeset/olive-rabbits-rhyme.md5
-rw-r--r--.changeset/plenty-geese-fold.md5
-rw-r--r--.changeset/popular-berries-travel.md17
-rw-r--r--.changeset/small-wombats-know.md5
-rw-r--r--.changeset/spotty-glasses-return.md5
-rw-r--r--.changeset/static-slot-css.md5
-rw-r--r--.changeset/strange-socks-give.md5
-rw-r--r--.changeset/wise-cars-hear.md5
20 files changed, 0 insertions, 142 deletions
diff --git a/.changeset/clever-garlics-doubt.md b/.changeset/clever-garlics-doubt.md
deleted file mode 100644
index a09ca541e..000000000
--- a/.changeset/clever-garlics-doubt.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/sitemap': patch
----
-
-exported enum type to support typescript > 5.0
diff --git a/.changeset/curvy-hotels-study.md b/.changeset/curvy-hotels-study.md
deleted file mode 100644
index 7ac2e8033..000000000
--- a/.changeset/curvy-hotels-study.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/partytown': patch
----
-
-fix typescript type for partytown options
diff --git a/.changeset/dirty-singers-enjoy.md b/.changeset/dirty-singers-enjoy.md
deleted file mode 100644
index b02f166fe..000000000
--- a/.changeset/dirty-singers-enjoy.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/mdx': patch
----
-
-Add `optimize` option for faster builds and rendering
diff --git a/.changeset/dry-taxis-suffer.md b/.changeset/dry-taxis-suffer.md
deleted file mode 100644
index b0cb68b24..000000000
--- a/.changeset/dry-taxis-suffer.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'astro': patch
----
-
-Refactor how pages are emitted during the internal bundling. Now each
-page is emitted as a separate entry point.
diff --git a/.changeset/eighty-gifts-cheer.md b/.changeset/eighty-gifts-cheer.md
deleted file mode 100644
index 41ca0d7f6..000000000
--- a/.changeset/eighty-gifts-cheer.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix CSS deduping and missing chunks
diff --git a/.changeset/eleven-tables-speak.md b/.changeset/eleven-tables-speak.md
deleted file mode 100644
index 3eac90a36..000000000
--- a/.changeset/eleven-tables-speak.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-'@astrojs/markdoc': patch
----
-
-Add support for syntax highlighting with Shiki. Apply to your Markdoc config using the `extends` property:
-
-```js
-// markdoc.config.mjs
-import { defineMarkdocConfig } from '@astrojs/markdoc/config';
-import shiki from '@astrojs/markdoc/shiki';
-
-export default defineMarkdocConfig({
- extends: [
- shiki({ /** Shiki config options */ }),
- ],
-})
-```
-
-Learn more in the [`@astrojs/markdoc` README.](https://docs.astro.build/en/guides/integrations-guide/markdoc/#syntax-highlighting)
diff --git a/.changeset/eleven-walls-explain.md b/.changeset/eleven-walls-explain.md
deleted file mode 100644
index fd2772185..000000000
--- a/.changeset/eleven-walls-explain.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'@astrojs/preact': patch
-'@astrojs/react': patch
-'@astrojs/vue': patch
----
-
-Fix `astro-static-slot` hydration mismatch error
diff --git a/.changeset/fifty-months-mix.md b/.changeset/fifty-months-mix.md
deleted file mode 100644
index 78a009950..000000000
--- a/.changeset/fifty-months-mix.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/webapi': minor
----
-
-Add polyfill for `crypto`
diff --git a/.changeset/hungry-peaches-speak.md b/.changeset/hungry-peaches-speak.md
deleted file mode 100644
index 4467b521d..000000000
--- a/.changeset/hungry-peaches-speak.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Prioritize dynamic prerendered routes over dynamic server routes
diff --git a/.changeset/lazy-zebras-invent.md b/.changeset/lazy-zebras-invent.md
deleted file mode 100644
index 1c2abb981..000000000
--- a/.changeset/lazy-zebras-invent.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'@astrojs/mdx': patch
-'astro': patch
----
-
-Detect `mdx` files using their full extension
diff --git a/.changeset/metal-bugs-drive.md b/.changeset/metal-bugs-drive.md
deleted file mode 100644
index 16b4f6b19..000000000
--- a/.changeset/metal-bugs-drive.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-'@astrojs/markdoc': minor
-'astro': patch
----
-
-Remove the auto-generated `$entry` variable for Markdoc entries. To access frontmatter as a variable, you can pass `entry.data` as a prop where you render your content:
-
-```astro
----
-import { getEntry } from 'astro:content';
-
-const entry = await getEntry('docs', 'why-markdoc');
-const { Content } = await entry.render();
----
-
-<Content frontmatter={entry.data} />
-```
diff --git a/.changeset/moody-coats-develop.md b/.changeset/moody-coats-develop.md
deleted file mode 100644
index 20c12708c..000000000
--- a/.changeset/moody-coats-develop.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Add error message if `Astro.glob` is called outside of an Astro file
diff --git a/.changeset/olive-rabbits-rhyme.md b/.changeset/olive-rabbits-rhyme.md
deleted file mode 100644
index 7720c1ed5..000000000
--- a/.changeset/olive-rabbits-rhyme.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix content collection build errors for empty collections or underscore files of type `.json`.
diff --git a/.changeset/plenty-geese-fold.md b/.changeset/plenty-geese-fold.md
deleted file mode 100644
index aa7783e92..000000000
--- a/.changeset/plenty-geese-fold.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/vercel': patch
----
-
-Fix `imagesConfig` being wrongly spelt as `imageConfig` in the README
diff --git a/.changeset/popular-berries-travel.md b/.changeset/popular-berries-travel.md
deleted file mode 100644
index a3755d267..000000000
--- a/.changeset/popular-berries-travel.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-'@astrojs/markdoc': patch
----
-
-Add a built-in extension for syntax highlighting with Prism. Apply to your Markdoc config using the `extends` property:
-
-```js
-// markdoc.config.mjs
-import { defineMarkdocConfig } from '@astrojs/markdoc/config';
-import prism from '@astrojs/markdoc/prism';
-
-export default defineMarkdocConfig({
- extends: [prism()],
-})
-```
-
-Learn more in the [`@astrojs/markdoc` README.](https://docs.astro.build/en/guides/integrations-guide/markdoc/#syntax-highlighting)
diff --git a/.changeset/small-wombats-know.md b/.changeset/small-wombats-know.md
deleted file mode 100644
index ca826a1aa..000000000
--- a/.changeset/small-wombats-know.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-fix miss a head when the templaterender has a promise
diff --git a/.changeset/spotty-glasses-return.md b/.changeset/spotty-glasses-return.md
deleted file mode 100644
index 6786f77eb..000000000
--- a/.changeset/spotty-glasses-return.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/mdx': patch
----
-
-Remove `@mdx-js/rollup` dependency
diff --git a/.changeset/static-slot-css.md b/.changeset/static-slot-css.md
deleted file mode 100644
index a3f1c2475..000000000
--- a/.changeset/static-slot-css.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-fix: add astro-static-slot to the list of inert tags in astro css
diff --git a/.changeset/strange-socks-give.md b/.changeset/strange-socks-give.md
deleted file mode 100644
index f1e9492bd..000000000
--- a/.changeset/strange-socks-give.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Use `AstroError` for `Astro.glob` errors
diff --git a/.changeset/wise-cars-hear.md b/.changeset/wise-cars-hear.md
deleted file mode 100644
index 21019c26f..000000000
--- a/.changeset/wise-cars-hear.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-The `src` property returned by ESM importing images with `astro:assets` is now an absolute path, unlocking support for importing images outside the project.