Skip to content

Commit

Permalink
Merge pull request #205 from QwikDev/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
siguici authored Dec 31, 2024
2 parents e801d1b + 78c1eb6 commit 297a487
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 19 deletions.
17 changes: 0 additions & 17 deletions .changeset/heavy-goats-change.md

This file was deleted.

15 changes: 15 additions & 0 deletions libs/create-qwikdev-astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 5 additions & 2 deletions libs/create-qwikdev-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -87,7 +87,10 @@
},
"./package.json": "./package.json"
},
"files": ["dist", "stubs"],
"files": [
"dist",
"stubs"
],
"bin": "./dist/cli.js",
"keywords": [
"astro-integration",
Expand Down

0 comments on commit 297a487

Please sign in to comment.