diff options
author | 2024-12-03 02:56:34 -0800 | |
---|---|---|
committer | 2024-12-03 10:56:34 +0000 | |
commit | fcdd37f684833eeb00dcecad21d9f4308cd6caa4 (patch) | |
tree | 7ade673147d453de5617cea5b2811ac58b2e05e8 /packages/create-astro | |
parent | bc18c3cfe220022e152fd0a8f617f6b4fc3ad8b4 (diff) | |
download | astro-fcdd37f684833eeb00dcecad21d9f4308cd6caa4.tar.gz astro-fcdd37f684833eeb00dcecad21d9f4308cd6caa4.tar.zst astro-fcdd37f684833eeb00dcecad21d9f4308cd6caa4.zip |
[ci] release (#12567)create-astro@4.11.0astro@5.0.0@astrojs/vue@5.0.0@astrojs/upgrade@0.4.0@astrojs/underscore-redirects@0.4.0@astrojs/telemetry@3.2.0@astrojs/svelte@7.0.0@astrojs/studio@0.1.2@astrojs/solid-js@5.0.0@astrojs/react@4.0.0@astrojs/prism@3.2.0@astrojs/preact@4.0.0@astrojs/mdx@4.0.0@astrojs/markdown-remark@6.0.0@astrojs/markdoc@0.12.0@astrojs/internal-helpers@0.4.2
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.md | 13 | ||||
-rw-r--r-- | packages/create-astro/package.json | 2 |
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", |