summaryrefslogtreecommitdiff
path: root/.changeset
diff options
context:
space:
mode:
Diffstat (limited to '.changeset')
-rw-r--r--.changeset/dirty-zoos-provide.md5
-rw-r--r--.changeset/eight-humans-push.md5
-rw-r--r--.changeset/eight-stingrays-pull.md5
-rw-r--r--.changeset/fuzzy-tips-teach.md5
-rw-r--r--.changeset/gold-windows-fly.md8
-rw-r--r--.changeset/happy-snails-ring.md5
-rw-r--r--.changeset/honest-paws-behave.md5
-rw-r--r--.changeset/lemon-snails-kiss.md5
-rw-r--r--.changeset/new-coats-check.md5
-rw-r--r--.changeset/odd-falcons-exist.md5
-rw-r--r--.changeset/proud-buckets-fly.md6
-rw-r--r--.changeset/wet-lemons-rest.md5
12 files changed, 0 insertions, 64 deletions
diff --git a/.changeset/dirty-zoos-provide.md b/.changeset/dirty-zoos-provide.md
deleted file mode 100644
index 5c306e79a..000000000
--- a/.changeset/dirty-zoos-provide.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix: avoid calling `astro:server:setup` integration hook in production
diff --git a/.changeset/eight-humans-push.md b/.changeset/eight-humans-push.md
deleted file mode 100644
index bb37e6a3a..000000000
--- a/.changeset/eight-humans-push.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix next and previous links for index routes when using pagination
diff --git a/.changeset/eight-stingrays-pull.md b/.changeset/eight-stingrays-pull.md
deleted file mode 100644
index 530fc833c..000000000
--- a/.changeset/eight-stingrays-pull.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Dynamically import check command to improve startup speed and prevent Astro from crashing due to language-server stuff
diff --git a/.changeset/fuzzy-tips-teach.md b/.changeset/fuzzy-tips-teach.md
deleted file mode 100644
index 802c39a0e..000000000
--- a/.changeset/fuzzy-tips-teach.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/react': patch
----
-
-Update React README to reference the [new React docs](https://react.dev)
diff --git a/.changeset/gold-windows-fly.md b/.changeset/gold-windows-fly.md
deleted file mode 100644
index ca0841976..000000000
--- a/.changeset/gold-windows-fly.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-'@astrojs/lit': major
----
-
-Update to use `@lit-labs/ssr@^3`
-**[BREAKING]** DOM shim required for Lit SSR has been greatly reduced. `window`, `document`, and other objects are no longer available in global. Most SSR-ready component code should not be affected but, if so, they can be fixed with optional chaining or by using the `isServer` environment checker from the `lit` package. See [lit.dev docs on authoring components for SSR].(https://lit.dev/docs/ssr/authoring/#browser-only-code)
-**[BREAKING]** Adds compatibility with `lit@2.7.0` hydration behavior. Do not update if you're using `lit@2.6.1` or lower.
-Includes support for template[shadowrootmode] support.
diff --git a/.changeset/happy-snails-ring.md b/.changeset/happy-snails-ring.md
deleted file mode 100644
index adab2967b..000000000
--- a/.changeset/happy-snails-ring.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/rss': patch
----
-
-Fixes `RSSOptions` type error when using `strictest` Typescript tsconfig
diff --git a/.changeset/honest-paws-behave.md b/.changeset/honest-paws-behave.md
deleted file mode 100644
index 51351376f..000000000
--- a/.changeset/honest-paws-behave.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix incorrect path to file in error overlay on Win
diff --git a/.changeset/lemon-snails-kiss.md b/.changeset/lemon-snails-kiss.md
deleted file mode 100644
index b287620fd..000000000
--- a/.changeset/lemon-snails-kiss.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Improve error handling when using `astro:assets`
diff --git a/.changeset/new-coats-check.md b/.changeset/new-coats-check.md
deleted file mode 100644
index e749f551b..000000000
--- a/.changeset/new-coats-check.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix multiple Image / getImage calls with the same image causing multiple duplicate images to be generated
diff --git a/.changeset/odd-falcons-exist.md b/.changeset/odd-falcons-exist.md
deleted file mode 100644
index 386a6e11c..000000000
--- a/.changeset/odd-falcons-exist.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix InferGetStaticParamsType and InferGetStaticPropsType not working when getStaticPaths wasn't async
diff --git a/.changeset/proud-buckets-fly.md b/.changeset/proud-buckets-fly.md
deleted file mode 100644
index 3243540c0..000000000
--- a/.changeset/proud-buckets-fly.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'astro': patch
-'@astrojs/image': patch
----
-
-Remove unnecessary `.wasm` files inside build output when possible
diff --git a/.changeset/wet-lemons-rest.md b/.changeset/wet-lemons-rest.md
deleted file mode 100644
index d2d92f6f5..000000000
--- a/.changeset/wet-lemons-rest.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/react': patch
----
-
-Add use-immer as a noExternal module