Skip to content

Commit

Permalink
Merge pull request #144 from QwikDev/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
thejackshelton authored Jul 30, 2024
2 parents b7065f1 + 86e4e7c commit 34453c0
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/forty-snakes-laugh.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.1.2

### Patch Changes

- b531a03: update deps

## 0.1.1

### 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.1",
"version": "0.1.2",
"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
6 changes: 6 additions & 0 deletions libs/qwikdev-astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @qwikdev/astro

## 0.6.2

### Patch Changes

- b531a03: update deps

## 0.6.1

### Patch 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.6.1",
"version": "0.6.2",
"contributors": [
{
"name": "Miško Hevery",
Expand All @@ -28,7 +28,12 @@
"./package.json": "./package.json",
"./server": "./server.ts"
},
"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 34453c0

Please sign in to comment.