Version Packages (next) (#1745)
* 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>
This commit is contained in:
parent
69092fec06
commit
9763b255dd
24 changed files with 49 additions and 22 deletions
|
@ -2,4 +2,8 @@
|
||||||
'astro': patch
|
'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.
|
||||||
|
|
|
@ -40,7 +40,9 @@
|
||||||
"changesets": [
|
"changesets": [
|
||||||
"curvy-years-kiss",
|
"curvy-years-kiss",
|
||||||
"dull-bikes-doubt",
|
"dull-bikes-doubt",
|
||||||
|
"giant-shirts-sing",
|
||||||
"pink-trainers-learn",
|
"pink-trainers-learn",
|
||||||
|
"shaggy-guests-type",
|
||||||
"silly-apples-build",
|
"silly-apples-build",
|
||||||
"tiny-bulldogs-lie"
|
"tiny-bulldogs-lie"
|
||||||
]
|
]
|
||||||
|
|
|
@ -2,4 +2,10 @@
|
||||||
'astro': patch
|
'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
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.21.0-next.1"
|
"astro": "^0.21.0-next.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.21.0-next.1"
|
"astro": "^0.21.0-next.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
"@docsearch/react": "^1.0.0-alpha.27"
|
"@docsearch/react": "^1.0.0-alpha.27"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.21.0-next.1",
|
"astro": "^0.21.0-next.2",
|
||||||
"@snowpack/plugin-dotenv": "^2.1.0"
|
"@snowpack/plugin-dotenv": "^2.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,6 +10,6 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/renderer-lit": "^0.2.0-next.0",
|
"@astrojs/renderer-lit": "^0.2.0-next.0",
|
||||||
"astro": "^0.21.0-next.1"
|
"astro": "^0.21.0-next.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,6 +10,6 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/renderer-solid": "^0.2.0-next.0",
|
"@astrojs/renderer-solid": "^0.2.0-next.0",
|
||||||
"astro": "^0.21.0-next.1"
|
"astro": "^0.21.0-next.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.21.0-next.1"
|
"astro": "^0.21.0-next.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.21.0-next.1"
|
"astro": "^0.21.0-next.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,6 +10,6 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/renderer-solid": "^0.2.0-next.0",
|
"@astrojs/renderer-solid": "^0.2.0-next.0",
|
||||||
"astro": "^0.21.0-next.1"
|
"astro": "^0.21.0-next.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.21.0-next.1"
|
"astro": "^0.21.0-next.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.21.0-next.1"
|
"astro": "^0.21.0-next.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.21.0-next.1"
|
"astro": "^0.21.0-next.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.21.0-next.1"
|
"astro": "^0.21.0-next.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.21.0-next.1"
|
"astro": "^0.21.0-next.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.21.0-next.1"
|
"astro": "^0.21.0-next.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.21.0-next.1",
|
"astro": "^0.21.0-next.2",
|
||||||
"rehype-add-classes": "^1.0.0",
|
"rehype-add-classes": "^1.0.0",
|
||||||
"rehype-autolink-headings": "^6.1.0",
|
"rehype-autolink-headings": "^6.1.0",
|
||||||
"rehype-toc": "^3.0.2",
|
"rehype-toc": "^3.0.2",
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.21.0-next.1"
|
"astro": "^0.21.0-next.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,6 +13,6 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/renderer-solid": "^0.2.0-next.0",
|
"@astrojs/renderer-solid": "^0.2.0-next.0",
|
||||||
"astro": "^0.21.0-next.1"
|
"astro": "^0.21.0-next.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.21.0-next.1",
|
"astro": "^0.21.0-next.2",
|
||||||
"autoprefixer": "^10.4.0",
|
"autoprefixer": "^10.4.0",
|
||||||
"tailwindcss": "^2.2.19"
|
"tailwindcss": "^2.2.19"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,20 @@
|
||||||
# astro
|
# 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
|
## 0.21.0-next.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "astro",
|
"name": "astro",
|
||||||
"version": "0.21.0-next.1",
|
"version": "0.21.0-next.2",
|
||||||
"author": "Skypack",
|
"author": "Skypack",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
"preview": "astro preview"
|
"preview": "astro preview"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"astro": "^0.21.0-next.1"
|
"astro": "^0.21.0-next.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue