Skip to content

Commit

Permalink
Merge pull request #85 from QwikDev/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
thejackshelton authored Mar 30, 2024
2 parents dd3a348 + e0d9e61 commit af63d93
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/wet-chefs-hear.md

This file was deleted.

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

## 0.5.14

### Patch Changes

- 52d67b3: switch to changesets
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.5.13",
"version": "0.5.14",
"contributors": [
{
"name": "Miško Hevery",
Expand All @@ -27,7 +27,12 @@
".": "./src/index.ts",
"./package.json": "./package.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 af63d93

Please sign in to comment.