Skip to content

Commit

Permalink
Merge pull request #132 from QwikDev/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
thejackshelton committed Jun 15, 2024
2 parents dc92f17 + b60b80b commit badd025
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/mean-turtles-buy.md

This file was deleted.

6 changes: 6 additions & 0 deletions libs/create-qwikdev-astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @qwikdev/create-astro

## 0.0.6

### Patch Changes

- 6d6fc95: fix: downgrade to 1.5.6

## 0.0.5

### 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.0.5",
"version": "0.0.6",
"description": "Interactive CLI for create @QwikDev/astro projects.",
"scripts": {
"build": "rimraf dist && tsc --build"
Expand Down Expand Up @@ -35,7 +35,10 @@
".": "./dist/index.js",
"./package.json": "./package.json"
},
"files": ["dist", "stubs"],
"files": [
"dist",
"stubs"
],
"bin": "./dist/cli.js",
"keywords": [
"astro-integration",
Expand Down

0 comments on commit badd025

Please sign in to comment.