diff options
author | 2022-04-29 09:31:47 -0400 | |
---|---|---|
committer | 2022-04-29 09:31:47 -0400 | |
commit | ed7aba2e8bd12dfaa396e0cac13d00e86696ddf7 (patch) | |
tree | 36f13341166752d68de19a4824ef3825e69b0171 | |
parent | eb5c9a8b148de13345654f607a12d47acd7dec24 (diff) | |
download | astro-ed7aba2e8bd12dfaa396e0cac13d00e86696ddf7.tar.gz astro-ed7aba2e8bd12dfaa396e0cac13d00e86696ddf7.tar.zst astro-ed7aba2e8bd12dfaa396e0cac13d00e86696ddf7.zip |
[ci] release (#3229)create-astro@0.11.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/khaki-turkeys-sparkle.md | 5 | ||||
-rw-r--r-- | packages/create-astro/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/create-astro/package.json | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/.changeset/khaki-turkeys-sparkle.md b/.changeset/khaki-turkeys-sparkle.md deleted file mode 100644 index 30263b6d5..000000000 --- a/.changeset/khaki-turkeys-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-astro': minor ---- - -Replace the component framework selector with a new "run astro add" option. This unlocks integrations beyond components during your create-astro setup, including TailwindCSS and Partytown. This also replaces our previous "starter" template with a simplified "Just the basics" option. diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index ca9ac6ad8..a86cbc007 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 0.11.0 + +### Minor Changes + +- [#3223](https://github.com/withastro/astro/pull/3223) [`b7cd6958`](https://github.com/withastro/astro/commit/b7cd69588453cf874346bf2f14c41accd183129e) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Replace the component framework selector with a new "run astro add" option. This unlocks integrations beyond components during your create-astro setup, including TailwindCSS and Partytown. This also replaces our previous "starter" template with a simplified "Just the basics" option. + ## 0.10.1 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index 595766567..2e619d56e 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "0.10.1", + "version": "0.11.0", "type": "module", "author": "withastro", "license": "MIT", |