Skip to content

Commit cf03f24

Browse files
Merge pull request #209 from QwikDev/changeset-release/main
Version Packages
2 parents 767e3f9 + 184d897 commit cf03f24

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

.changeset/famous-snakes-drum.md

-5
This file was deleted.

libs/qwikdev-astro/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @qwikdev/astro
22

3+
## 0.7.5
4+
5+
### Patch Changes
6+
7+
- 4d34b2b: fix: support for Astro navigate function and virtual modules
8+
39
## 0.7.4
410

511
### Patch Changes

libs/qwikdev-astro/package.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@qwikdev/astro",
33
"description": "Use Qwik components and Resumability within Astro",
4-
"version": "0.7.4",
4+
"version": "0.7.5",
55
"contributors": [
66
{
77
"name": "Jack Shelton",
@@ -40,7 +40,12 @@
4040
"./utils": "./src/utils.ts",
4141
"./q-astro-manifest.json": "./q-astro-manifest.json"
4242
},
43-
"files": ["src", "src/index.ts", "server.ts", "env.d.ts"],
43+
"files": [
44+
"src",
45+
"src/index.ts",
46+
"server.ts",
47+
"env.d.ts"
48+
],
4449
"keywords": [
4550
"astro-integration",
4651
"astro-component",

0 commit comments

Comments
 (0)