summaryrefslogtreecommitdiff
path: root/packages/create-astro
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-12-03 02:56:34 -0800
committerGravatar GitHub <noreply@github.com> 2024-12-03 10:56:34 +0000
commitfcdd37f684833eeb00dcecad21d9f4308cd6caa4 (patch)
tree7ade673147d453de5617cea5b2811ac58b2e05e8 /packages/create-astro
parentbc18c3cfe220022e152fd0a8f617f6b4fc3ad8b4 (diff)
downloadastro-fcdd37f684833eeb00dcecad21d9f4308cd6caa4.tar.gz
astro-fcdd37f684833eeb00dcecad21d9f4308cd6caa4.tar.zst
astro-fcdd37f684833eeb00dcecad21d9f4308cd6caa4.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/create-astro')
-rw-r--r--packages/create-astro/CHANGELOG.md13
-rw-r--r--packages/create-astro/package.json2
2 files changed, 14 insertions, 1 deletions
diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md
index 273b8948f..c41a4edb0 100644
--- a/packages/create-astro/CHANGELOG.md
+++ b/packages/create-astro/CHANGELOG.md
@@ -1,5 +1,18 @@
# create-astro
+## 4.11.0
+
+### Minor Changes
+
+- [#12539](https://github.com/withastro/astro/pull/12539) [`827093e`](https://github.com/withastro/astro/commit/827093e6175549771f9d93ddf3f2be4c2c60f0b7) Thanks [@bluwy](https://github.com/bluwy)! - Drops node 21 support
+
+- [#12083](https://github.com/withastro/astro/pull/12083) [`9263e96`](https://github.com/withastro/astro/commit/9263e965932b9a6a116801c063c6b7105c39643e) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Reworks the experience of creating a new Astro project using the `create astro` CLI command.
+
+ - Updates the list of templates to include Starlight and combines the "minimal" and "basics" templates into a new, refreshed "Basics" template to serve as the single, minimal Astro project starter.
+ - Removes the TypeScript question. Astro is TypeScript-only, so this question was often misleading. The "Strict" preset is now the default, but it can still be changed manually in `tsconfig.json`.
+ - `astro check` is no longer automatically added to the build script.
+ - Added a new `--add` flag to install additional integrations after creating a project. For example, `pnpm create astro --add react` will create a new Astro project and install the React integration.
+
## 4.11.0-beta.1
### Minor Changes
diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json
index dd3076c2c..0f3800220 100644
--- a/packages/create-astro/package.json
+++ b/packages/create-astro/package.json
@@ -1,6 +1,6 @@
{
"name": "create-astro",
- "version": "4.11.0-beta.1",
+ "version": "4.11.0",
"type": "module",
"author": "withastro",
"license": "MIT",