Skip to content

Commit

Permalink
Merge pull request #209 from QwikDev/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
thejackshelton authored Jan 4, 2025
2 parents 767e3f9 + 184d897 commit cf03f24
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-snakes-drum.md

This file was deleted.

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.7.5

### Patch Changes

- 4d34b2b: fix: support for Astro navigate function and virtual modules

## 0.7.4

### 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.7.4",
"version": "0.7.5",
"contributors": [
{
"name": "Jack Shelton",
Expand Down Expand Up @@ -40,7 +40,12 @@
"./utils": "./src/utils.ts",
"./q-astro-manifest.json": "./q-astro-manifest.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 cf03f24

Please sign in to comment.