summaryrefslogtreecommitdiff
path: root/packages/create-astro
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-11-06 07:47:57 -0800
committerGravatar GitHub <noreply@github.com> 2024-11-06 23:47:57 +0800
commitd63d87dcaea85e84acb26b70cbd650d6e1eea6df (patch)
tree28b24da854d5199e38694fa1b148f10598bab7d4 /packages/create-astro
parentb21a07500284a3621be4d509f5aa67c0a8fcbf07 (diff)
downloadastro-d63d87dcaea85e84acb26b70cbd650d6e1eea6df.tar.gz
astro-d63d87dcaea85e84acb26b70cbd650d6e1eea6df.tar.zst
astro-d63d87dcaea85e84acb26b70cbd650d6e1eea6df.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.md11
-rw-r--r--packages/create-astro/package.json2
2 files changed, 12 insertions, 1 deletions
diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md
index e696dcec6..83bd93e10 100644
--- a/packages/create-astro/CHANGELOG.md
+++ b/packages/create-astro/CHANGELOG.md
@@ -1,5 +1,16 @@
# create-astro
+## 4.11.0-beta.0
+
+### Minor Changes
+
+- [#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.10.0
### Minor Changes
diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json
index 30889d515..9745ad223 100644
--- a/packages/create-astro/package.json
+++ b/packages/create-astro/package.json
@@ -1,6 +1,6 @@
{
"name": "create-astro",
- "version": "4.10.0",
+ "version": "4.11.0-beta.0",
"type": "module",
"author": "withastro",
"license": "MIT",