Skip to content

Commit

Permalink
Merge pull request #188 from QwikDev/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
thejackshelton authored Dec 25, 2024
2 parents 73926ae + 4289d9e commit 42d6c43
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 37 deletions.
33 changes: 0 additions & 33 deletions .changeset/tall-pumpkins-hide.md

This file was deleted.

37 changes: 37 additions & 0 deletions libs/create-qwikdev-astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.2",
"version": "0.1.3",
"description": "Interactive CLI for create @QwikDev/astro projects.",
"scripts": {
"check": "tsc --noEmit",
Expand Down Expand Up @@ -86,7 +86,10 @@
},
"./package.json": "./package.json"
},
"files": ["dist", "stubs"],
"files": [
"dist",
"stubs"
],
"bin": "./dist/cli.js",
"keywords": [
"astro-integration",
Expand Down
37 changes: 37 additions & 0 deletions libs/qwikdev-astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 7 additions & 2 deletions libs/qwikdev-astro/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 42d6c43

Please sign in to comment.