summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/astro/CHANGELOG.md15
-rw-r--r--packages/astro/package.json2
2 files changed, 16 insertions, 1 deletions
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 9425b7504..41da94a7a 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,20 @@
# astro
+## 0.21.0-next.2
+
+### Patch Changes
+
+- fbae2bc5: **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.
+
+- 2e1bded7: 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
+
## 0.21.0-next.1
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index a84b295e3..19f473c9d 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "0.21.0-next.1",
+ "version": "0.21.0-next.2",
"author": "Skypack",
"license": "MIT",
"type": "module",