From 78c1eb694d9b7a218700e0e026059df7f74a3df1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 31 Dec 2024 04:09:21 +0000 Subject: [PATCH] Version Packages --- .changeset/heavy-goats-change.md | 17 ----------------- libs/create-qwikdev-astro/CHANGELOG.md | 15 +++++++++++++++ libs/create-qwikdev-astro/package.json | 7 +++++-- 3 files changed, 20 insertions(+), 19 deletions(-) delete mode 100644 .changeset/heavy-goats-change.md diff --git a/.changeset/heavy-goats-change.md b/.changeset/heavy-goats-change.md deleted file mode 100644 index 55abb33..0000000 --- a/.changeset/heavy-goats-change.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -"@qwikdev/create-astro": patch ---- - -### 🚀 Patch Changes - -- **🔄 Default Value for Overwriting Existing Directory**: - The default value for overwriting an existing directory is now set to `false`. This ensures that users must explicitly confirm overwriting a directory, preventing accidental data loss. 🎯 - -- **📂 Default Project Destination Path**: - The default destination path for new projects has been updated to `./qwik-astro-app` instead of `.` or `./`. This provides a more intuitive approach, creating a dedicated folder for the new project rather than placing it directly in the current directory. 📁 - -- **🐞 Bug Fixes**: - Fixed several issues related to the execution of the CLI, ensuring a smoother user experience and better stability. 🛠️ - -- **🌟 Support for Astro Templates**: - Introduced the `--template` or `-t` argument to allow users to start a project from a specific Astro template, with Qwik configured on top. This adds flexibility for users looking to customize their projects right from the start. ✨ diff --git a/libs/create-qwikdev-astro/CHANGELOG.md b/libs/create-qwikdev-astro/CHANGELOG.md index 9b3f7a7..d573524 100644 --- a/libs/create-qwikdev-astro/CHANGELOG.md +++ b/libs/create-qwikdev-astro/CHANGELOG.md @@ -1,5 +1,20 @@ # @qwikdev/create-astro +## 0.1.5 + +### Patch Changes + +- ed532ea: ### 🚀 Patch Changes + + - **🔄 Default Value for Overwriting Existing Directory**: + The default value for overwriting an existing directory is now set to `false`. This ensures that users must explicitly confirm overwriting a directory, preventing accidental data loss. 🎯 + - **📂 Default Project Destination Path**: + The default destination path for new projects has been updated to `./qwik-astro-app` instead of `.` or `./`. This provides a more intuitive approach, creating a dedicated folder for the new project rather than placing it directly in the current directory. 📁 + - **🐞 Bug Fixes**: + Fixed several issues related to the execution of the CLI, ensuring a smoother user experience and better stability. 🛠️ + - **🌟 Support for Astro Templates**: + Introduced the `--template` or `-t` argument to allow users to start a project from a specific Astro template, with Qwik configured on top. This adds flexibility for users looking to customize their projects right from the start. ✨ + ## 0.1.4 ### Patch Changes diff --git a/libs/create-qwikdev-astro/package.json b/libs/create-qwikdev-astro/package.json index e522e0e..c7e1a57 100644 --- a/libs/create-qwikdev-astro/package.json +++ b/libs/create-qwikdev-astro/package.json @@ -2,7 +2,7 @@ "name": "@qwikdev/create-astro", "type": "module", "license": "MIT", - "version": "0.1.4", + "version": "0.1.5", "description": "Interactive CLI for create @QwikDev/astro projects.", "scripts": { "check": "tsc --noEmit", @@ -87,7 +87,10 @@ }, "./package.json": "./package.json" }, - "files": ["dist", "stubs"], + "files": [ + "dist", + "stubs" + ], "bin": "./dist/cli.js", "keywords": [ "astro-integration",