diff --git a/.changeset/quick-turkeys-promise.md b/.changeset/quick-turkeys-promise.md deleted file mode 100644 index 68893f0..0000000 --- a/.changeset/quick-turkeys-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@qwikdev/astro": patch ---- - -fix: client router now executes Qwik's visible tasks correctly diff --git a/libs/qwikdev-astro/CHANGELOG.md b/libs/qwikdev-astro/CHANGELOG.md index 868b6fc..64809b5 100644 --- a/libs/qwikdev-astro/CHANGELOG.md +++ b/libs/qwikdev-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # @qwikdev/astro +## 0.7.4 + +### Patch Changes + +- a22283f: fix: client router now executes Qwik's visible tasks correctly + ## 0.7.3 ### Patch Changes diff --git a/libs/qwikdev-astro/package.json b/libs/qwikdev-astro/package.json index df3dcf2..64dc697 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.7.3", + "version": "0.7.4", "contributors": [ { "name": "Jack Shelton",