summaryrefslogtreecommitdiff
path: root/.changeset
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2021-11-09 12:59:13 -0600
committerGravatar GitHub <noreply@github.com> 2021-11-09 12:59:13 -0600
commit9763b255dd03557be3d87c3d4a023bacfe7307b6 (patch)
treec99b0062b118f4791a712e460026b6319ec5889d /.changeset
parent69092fec06b5c63fbce825bca2001e263cf7c968 (diff)
downloadastro-9763b255dd03557be3d87c3d4a023bacfe7307b6.tar.gz
astro-9763b255dd03557be3d87c3d4a023bacfe7307b6.tar.zst
astro-9763b255dd03557be3d87c3d4a023bacfe7307b6.zip
Version Packages (next) (#1745)astro@0.21.0-next.2
* Version Packages (next) * chore: update changelog * chore: update CHANGELOG Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Nate Moore <nate@skypack.dev>
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