diff --git a/.changeset/tall-pumpkins-hide.md b/.changeset/tall-pumpkins-hide.md deleted file mode 100644 index bb802cc..0000000 --- a/.changeset/tall-pumpkins-hide.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -"@qwikdev/create-astro": patch -"@qwikdev/astro": patch ---- - -## 🎄 Qwik Astro CLI Holiday Update! 🎅 - -This release introduces the ability to add Qwik to your existing Astro projects, with an improved CLI experience and better project integration. - -### ✨ Core Features -- ✨ New CLI command to add Qwik to existing Astro projects -- 🚸 Improved interactive experience with smart defaults -- 🎯 Simplified project setup with fewer required inputs -- 🔄 Smarter handling of existing project names -- ⚡️ Streamlined installation process - -### 🔧 Improvements -- 🎮 Enhanced interactive mode -- ✅ Better validation of user inputs -- 🔄 Smoother integration with existing projects -- 🛠️ Improved handling of CLI options -- 🚀 Faster project setup - -### 🐛 Bug Fixes -- 🪟 Fixed Windows compatibility issues -- 🔧 Improved package manager detection -- 🛠️ Better error handling and user feedback -- 🔄 Fixed conflicts between CLI options - -### 📦 Updates -- ⬆️ Updated dependencies -- 🔨 Improved build process -- 📦 Better package structure diff --git a/libs/create-qwikdev-astro/CHANGELOG.md b/libs/create-qwikdev-astro/CHANGELOG.md index 119e644..12eb45c 100644 --- a/libs/create-qwikdev-astro/CHANGELOG.md +++ b/libs/create-qwikdev-astro/CHANGELOG.md @@ -1,5 +1,42 @@ # @qwikdev/create-astro +## 0.1.3 + +### Patch Changes + +- 5baee12: ## 🎄 Qwik Astro CLI Holiday Update! 🎅 + + This release introduces the ability to add Qwik to your existing Astro projects, with an improved CLI experience and better project integration. + + ### ✨ Core Features + + - ✨ New CLI command to add Qwik to existing Astro projects + - 🚸 Improved interactive experience with smart defaults + - 🎯 Simplified project setup with fewer required inputs + - 🔄 Smarter handling of existing project names + - ⚡️ Streamlined installation process + + ### 🔧 Improvements + + - 🎮 Enhanced interactive mode + - ✅ Better validation of user inputs + - 🔄 Smoother integration with existing projects + - 🛠️ Improved handling of CLI options + - 🚀 Faster project setup + + ### 🐛 Bug Fixes + + - 🪟 Fixed Windows compatibility issues + - 🔧 Improved package manager detection + - 🛠️ Better error handling and user feedback + - 🔄 Fixed conflicts between CLI options + + ### 📦 Updates + + - ⬆️ Updated dependencies + - 🔨 Improved build process + - 📦 Better package structure + ## 0.1.2 ### Patch Changes diff --git a/libs/create-qwikdev-astro/package.json b/libs/create-qwikdev-astro/package.json index d244bae..e2f9741 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.2", + "version": "0.1.3", "description": "Interactive CLI for create @QwikDev/astro projects.", "scripts": { "check": "tsc --noEmit", @@ -86,7 +86,10 @@ }, "./package.json": "./package.json" }, - "files": ["dist", "stubs"], + "files": [ + "dist", + "stubs" + ], "bin": "./dist/cli.js", "keywords": [ "astro-integration", diff --git a/libs/qwikdev-astro/CHANGELOG.md b/libs/qwikdev-astro/CHANGELOG.md index 2e7d989..fe1e74b 100644 --- a/libs/qwikdev-astro/CHANGELOG.md +++ b/libs/qwikdev-astro/CHANGELOG.md @@ -1,5 +1,42 @@ # @qwikdev/astro +## 0.7.1 + +### Patch Changes + +- 5baee12: ## 🎄 Qwik Astro CLI Holiday Update! 🎅 + + This release introduces the ability to add Qwik to your existing Astro projects, with an improved CLI experience and better project integration. + + ### ✨ Core Features + + - ✨ New CLI command to add Qwik to existing Astro projects + - 🚸 Improved interactive experience with smart defaults + - 🎯 Simplified project setup with fewer required inputs + - 🔄 Smarter handling of existing project names + - ⚡️ Streamlined installation process + + ### 🔧 Improvements + + - 🎮 Enhanced interactive mode + - ✅ Better validation of user inputs + - 🔄 Smoother integration with existing projects + - 🛠️ Improved handling of CLI options + - 🚀 Faster project setup + + ### 🐛 Bug Fixes + + - 🪟 Fixed Windows compatibility issues + - 🔧 Improved package manager detection + - 🛠️ Better error handling and user feedback + - 🔄 Fixed conflicts between CLI options + + ### 📦 Updates + + - ⬆️ Updated dependencies + - 🔨 Improved build process + - 📦 Better package structure + ## 0.7.0 ### Minor Changes diff --git a/libs/qwikdev-astro/package.json b/libs/qwikdev-astro/package.json index f0f6a7c..23037b9 100644 --- a/libs/qwikdev-astro/package.json +++ b/libs/qwikdev-astro/package.json @@ -1,7 +1,7 @@ { "name": "@qwikdev/astro", "description": "Use Qwik components and Resumability within Astro", - "version": "0.7.0", + "version": "0.7.1", "contributors": [ { "name": "Jack Shelton", @@ -40,7 +40,12 @@ "./utils": "./src/utils.ts", "./q-astro-manifest.json": "./q-astro-manifest.json" }, - "files": ["src", "src/index.ts", "server.ts", "env.d.ts"], + "files": [ + "src", + "src/index.ts", + "server.ts", + "env.d.ts" + ], "keywords": [ "astro-integration", "astro-component",