From 12138338587836972ec808e3ecfb8bdb39d7695a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 30 Dec 2024 01:54:34 +0000 Subject: [PATCH] Version Packages --- .changeset/quick-turkeys-promise.md | 5 ----- libs/qwikdev-astro/CHANGELOG.md | 6 ++++++ libs/qwikdev-astro/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/quick-turkeys-promise.md 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",