summaryrefslogtreecommitdiff
path: root/.changeset
diff options
context:
space:
mode:
Diffstat (limited to '.changeset')
-rw-r--r--.changeset/giant-shirts-sing.md6
-rw-r--r--.changeset/pre.json2
-rw-r--r--.changeset/shaggy-guests-type.md8
3 files changed, 14 insertions, 2 deletions
diff --git a/.changeset/giant-shirts-sing.md b/.changeset/giant-shirts-sing.md
index b584984ab..17c0c507e 100644
--- a/.changeset/giant-shirts-sing.md
+++ b/.changeset/giant-shirts-sing.md
@@ -2,4 +2,8 @@
'astro': patch
---
-Add support for `.cjs`, `.js`, and `.ts` Astro config files
+Improve support for Astro config files.
+
+In addition to properly loading `.cjs` and `.js` files in all cases, Astro now supports `astro.config.ts` files.
+
+For convenience, you may now also move your `astro.config.js` file to a top-level `config/` directory.
diff --git a/.changeset/pre.json b/.changeset/pre.json
index 3d48dca1d..82dd36c0f 100644
--- a/.changeset/pre.json
+++ b/.changeset/pre.json
@@ -40,7 +40,9 @@
"changesets": [
"curvy-years-kiss",
"dull-bikes-doubt",
+ "giant-shirts-sing",
"pink-trainers-learn",
+ "shaggy-guests-type",
"silly-apples-build",
"tiny-bulldogs-lie"
]
diff --git a/.changeset/shaggy-guests-type.md b/.changeset/shaggy-guests-type.md
index 062ba96be..fb17723d8 100644
--- a/.changeset/shaggy-guests-type.md
+++ b/.changeset/shaggy-guests-type.md
@@ -2,4 +2,10 @@
'astro': patch
---
-fix: Improve Tailwind HMR
+Improve Tailwind HMR in `dev` mode
+
+Fix bug when using `<Markdown></Markdown>` with no content
+
+Support `PUBLIC_` prefixed `.env` variables
+
+Respect `tsconfig.json` and `jsconfig.json` paths as aliases