diff --git a/.changeset/gold-candles-rush.md b/.changeset/gold-candles-rush.md deleted file mode 100644 index 504ccb2..0000000 --- a/.changeset/gold-candles-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@qwikdev/astro": patch ---- - -feat: support for inline components diff --git a/libs/qwikdev-astro/CHANGELOG.md b/libs/qwikdev-astro/CHANGELOG.md index 1361ee6..a0821dc 100644 --- a/libs/qwikdev-astro/CHANGELOG.md +++ b/libs/qwikdev-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # @qwikdev/astro +## 0.6.3 + +### Patch Changes + +- b2c242d: feat: support for inline components + ## 0.6.2 ### Patch Changes diff --git a/libs/qwikdev-astro/package.json b/libs/qwikdev-astro/package.json index ccd1bd0..1962d97 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.6.2", + "version": "0.6.3", "contributors": [ { "name": "Miško Hevery", @@ -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",