From 01041aece608f315818a82296aaf6e6b8921e066 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 10:24:00 +0000 Subject: [PATCH] Version Packages --- .changeset/bitter-loops-train.md | 5 ----- .changeset/clean-bears-cough.md | 5 ----- .changeset/fifty-dots-wonder.md | 5 ----- .changeset/heavy-mammals-drop.md | 5 ----- .changeset/hot-knives-hang.md | 5 ----- .changeset/lemon-hands-hope.md | 5 ----- .changeset/lemon-pandas-turn.md | 5 ----- .changeset/polite-singers-sing.md | 6 ------ .changeset/real-chefs-teach.md | 5 ----- .changeset/shaky-parks-hope.md | 5 ----- .changeset/six-cars-juggle.md | 5 ----- .changeset/some-oranges-open.md | 5 ----- packages/create-qwik/CHANGELOG.md | 2 ++ packages/create-qwik/package.json | 2 +- packages/eslint-plugin-qwik/CHANGELOG.md | 2 ++ packages/eslint-plugin-qwik/package.json | 2 +- packages/qwik-city/CHANGELOG.md | 14 ++++++++++++++ packages/qwik-city/package.json | 2 +- packages/qwik-react/CHANGELOG.md | 10 ++++++++++ packages/qwik-react/package.json | 2 +- packages/qwik/CHANGELOG.md | 20 ++++++++++++++++++++ packages/qwik/package.json | 2 +- 22 files changed, 53 insertions(+), 66 deletions(-) delete mode 100644 .changeset/bitter-loops-train.md delete mode 100644 .changeset/clean-bears-cough.md delete mode 100644 .changeset/fifty-dots-wonder.md delete mode 100644 .changeset/heavy-mammals-drop.md delete mode 100644 .changeset/hot-knives-hang.md delete mode 100644 .changeset/lemon-hands-hope.md delete mode 100644 .changeset/lemon-pandas-turn.md delete mode 100644 .changeset/polite-singers-sing.md delete mode 100644 .changeset/real-chefs-teach.md delete mode 100644 .changeset/shaky-parks-hope.md delete mode 100644 .changeset/six-cars-juggle.md delete mode 100644 .changeset/some-oranges-open.md create mode 100644 packages/qwik-react/CHANGELOG.md diff --git a/.changeset/bitter-loops-train.md b/.changeset/bitter-loops-train.md deleted file mode 100644 index 622a9e50b3a..00000000000 --- a/.changeset/bitter-loops-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/qwik': patch ---- - -FIX: The Deno integration now builds successfully with version v2.4.3 and above. diff --git a/.changeset/clean-bears-cough.md b/.changeset/clean-bears-cough.md deleted file mode 100644 index b5f238b35bd..00000000000 --- a/.changeset/clean-bears-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/qwik': minor ---- - -FIX: Qwik now leverages Rollup's new `output.onlyExplicitManualChunks` feature, which improves preloading performance and reduces cache invalidation for a snappier user experience. diff --git a/.changeset/fifty-dots-wonder.md b/.changeset/fifty-dots-wonder.md deleted file mode 100644 index 2e1b9ba2102..00000000000 --- a/.changeset/fifty-dots-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/qwik-city': patch ---- - -Fix: SSG sometimes hangs after completion, now we forcibly exit the SSG process when this happens. diff --git a/.changeset/heavy-mammals-drop.md b/.changeset/heavy-mammals-drop.md deleted file mode 100644 index d647f0a364c..00000000000 --- a/.changeset/heavy-mammals-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/qwik': minor ---- - -feat: the qwikloader can now be inlined again if required (for testing or specific network conditions). Pass `qwikLoader: 'inline'` to the render options. diff --git a/.changeset/hot-knives-hang.md b/.changeset/hot-knives-hang.md deleted file mode 100644 index 5e2da2b4d61..00000000000 --- a/.changeset/hot-knives-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/qwik-city': patch ---- - -FIX: return 404 for missing /build/ files. diff --git a/.changeset/lemon-hands-hope.md b/.changeset/lemon-hands-hope.md deleted file mode 100644 index deb7d737645..00000000000 --- a/.changeset/lemon-hands-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/qwik': patch ---- - -TEST: qwik react mount and unmount diff --git a/.changeset/lemon-pandas-turn.md b/.changeset/lemon-pandas-turn.md deleted file mode 100644 index a9de12913d6..00000000000 --- a/.changeset/lemon-pandas-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/qwik-city': patch ---- - -fix: redirecting internal q-data.json requests will keep the q-data.json suffix so that the client can still fetch the correct one diff --git a/.changeset/polite-singers-sing.md b/.changeset/polite-singers-sing.md deleted file mode 100644 index 9e8d9e26ffe..00000000000 --- a/.changeset/polite-singers-sing.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@builder.io/qwik-city': patch -'@builder.io/qwik': patch ---- - -FIX: solve type error when using async _resolved function diff --git a/.changeset/real-chefs-teach.md b/.changeset/real-chefs-teach.md deleted file mode 100644 index e7fc63560ee..00000000000 --- a/.changeset/real-chefs-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/qwik-react': patch ---- - -FIX: unmount qwikify react root alongside with qwik component (done by @shashkashishka in #7864) diff --git a/.changeset/shaky-parks-hope.md b/.changeset/shaky-parks-hope.md deleted file mode 100644 index 342bd74346e..00000000000 --- a/.changeset/shaky-parks-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/qwik-city': patch ---- - -fix: while prefetching Link data, don't navigate to captive portals diff --git a/.changeset/six-cars-juggle.md b/.changeset/six-cars-juggle.md deleted file mode 100644 index 6d6ce852a04..00000000000 --- a/.changeset/six-cars-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/qwik': patch ---- - -fix: Click-to-Component is now more reliable across platforms diff --git a/.changeset/some-oranges-open.md b/.changeset/some-oranges-open.md deleted file mode 100644 index 8de7900299c..00000000000 --- a/.changeset/some-oranges-open.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/qwik': patch ---- - -INFRA: add qwik react e2e test runs to ci diff --git a/packages/create-qwik/CHANGELOG.md b/packages/create-qwik/CHANGELOG.md index 7f87d316f1e..24edb7c9f1e 100644 --- a/packages/create-qwik/CHANGELOG.md +++ b/packages/create-qwik/CHANGELOG.md @@ -1,5 +1,7 @@ # create-qwik +## 1.17.0 + ## 1.16.1 ### Patch Changes diff --git a/packages/create-qwik/package.json b/packages/create-qwik/package.json index 3a052f326ae..3cc4f4159a8 100644 --- a/packages/create-qwik/package.json +++ b/packages/create-qwik/package.json @@ -1,7 +1,7 @@ { "name": "create-qwik", "description": "Interactive CLI for create Qwik projects and adding features.", - "version": "1.16.1", + "version": "1.17.0", "author": "Builder.io Team", "bin": "./create-qwik.cjs", "bugs": "https://github.com/QwikDev/qwik/issues", diff --git a/packages/eslint-plugin-qwik/CHANGELOG.md b/packages/eslint-plugin-qwik/CHANGELOG.md index d493c4fe0d3..429f3acd873 100644 --- a/packages/eslint-plugin-qwik/CHANGELOG.md +++ b/packages/eslint-plugin-qwik/CHANGELOG.md @@ -1,5 +1,7 @@ # eslint-plugin-qwik +## 1.17.0 + ## 1.16.1 ## 1.16.0 diff --git a/packages/eslint-plugin-qwik/package.json b/packages/eslint-plugin-qwik/package.json index cf02afd3f7b..8141646f355 100644 --- a/packages/eslint-plugin-qwik/package.json +++ b/packages/eslint-plugin-qwik/package.json @@ -1,7 +1,7 @@ { "name": "eslint-plugin-qwik", "description": "An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.", - "version": "1.16.1", + "version": "1.17.0", "author": "Builder Team", "bugs": "https://github.com/QwikDev/qwik/issues", "dependencies": { diff --git a/packages/qwik-city/CHANGELOG.md b/packages/qwik-city/CHANGELOG.md index 5a46f3deeae..b0e7fb62dc5 100644 --- a/packages/qwik-city/CHANGELOG.md +++ b/packages/qwik-city/CHANGELOG.md @@ -1,5 +1,19 @@ # @builder.io/qwik-city +## 1.17.0 + +### Patch Changes + +- 🐞🩹 SSG sometimes hangs after completion, now we forcibly exit the SSG process when this happens. (by [@wmertens](https://github.com/wmertens) in [#7957](https://github.com/QwikDev/qwik/pull/7957)) + +- 🐞🩹 return 404 for missing /build/ files. (by [@gioboa](https://github.com/gioboa) in [#7914](https://github.com/QwikDev/qwik/pull/7914)) + +- 🐞🩹 redirecting internal q-data.json requests will keep the q-data.json suffix so that the client can still fetch the correct one (by [@wmertens](https://github.com/wmertens) in [#7988](https://github.com/QwikDev/qwik/pull/7988)) + +- 🐞🩹 solve type error when using async \_resolved function (by [@JerryWu1234](https://github.com/JerryWu1234) in [#7426](https://github.com/QwikDev/qwik/pull/7426)) + +- 🐞🩹 while prefetching Link data, don't navigate to captive portals (by [@wmertens](https://github.com/wmertens) in [#7988](https://github.com/QwikDev/qwik/pull/7988)) + ## 1.16.1 ### Patch Changes diff --git a/packages/qwik-city/package.json b/packages/qwik-city/package.json index 16f1239478d..8411645b870 100644 --- a/packages/qwik-city/package.json +++ b/packages/qwik-city/package.json @@ -1,7 +1,7 @@ { "name": "@builder.io/qwik-city", "description": "The meta-framework for Qwik.", - "version": "1.16.1", + "version": "1.17.0", "bugs": "https://github.com/QwikDev/qwik/issues", "dependencies": { "@mdx-js/mdx": "^3.1.0", diff --git a/packages/qwik-react/CHANGELOG.md b/packages/qwik-react/CHANGELOG.md new file mode 100644 index 00000000000..a5b964f960f --- /dev/null +++ b/packages/qwik-react/CHANGELOG.md @@ -0,0 +1,10 @@ +# @builder.io/qwik-react + +## 0.5.7 + +### Patch Changes + +- 🐞🩹 unmount qwikify react root alongside with qwik component (done by @shashkashishka in #7864) (by [@shairez](https://github.com/shairez) in [#8017](https://github.com/QwikDev/qwik/pull/8017)) + +- Updated dependencies [[`a797237`](https://github.com/QwikDev/qwik/commit/a7972373bb31cebae8eae00843ca246795503372), [`96b3f8e`](https://github.com/QwikDev/qwik/commit/96b3f8e44a8642b4e91705f999d1f01a61cc5a46), [`5f749fa`](https://github.com/QwikDev/qwik/commit/5f749fac92631924601aa2d00f90c991c7ec1b3a), [`f6369a0`](https://github.com/QwikDev/qwik/commit/f6369a097dfa3375cc30f2f950a2f12ff1342494), [`e33abbb`](https://github.com/QwikDev/qwik/commit/e33abbbfaf4130a4b7caf8f3ed93d425b9593a3f), [`04da311`](https://github.com/QwikDev/qwik/commit/04da3112f93c095b4f1114d533c2295edb9441e4), [`e90e5f8`](https://github.com/QwikDev/qwik/commit/e90e5f80e599d5049e652548d52bc4ed84ebf13d)]: + - @builder.io/qwik@1.17.0 diff --git a/packages/qwik-react/package.json b/packages/qwik-react/package.json index af8060ad1d3..543c8cce905 100644 --- a/packages/qwik-react/package.json +++ b/packages/qwik-react/package.json @@ -1,7 +1,7 @@ { "name": "@builder.io/qwik-react", "description": "QwikReact allows adding React components into existing Qwik application", - "version": "0.5.6", + "version": "0.5.7", "bugs": "https://github.com/QwikDev/qwik/issues", "devDependencies": { "@builder.io/qwik": "workspace:^", diff --git a/packages/qwik/CHANGELOG.md b/packages/qwik/CHANGELOG.md index 16481fc328e..722fae7fbdb 100644 --- a/packages/qwik/CHANGELOG.md +++ b/packages/qwik/CHANGELOG.md @@ -1,5 +1,25 @@ # @builder.io/qwik +## 1.17.0 + +### Minor Changes + +- 🐞🩹 Qwik now leverages Rollup's new `output.onlyExplicitManualChunks` feature, which improves preloading performance and reduces cache invalidation for a snappier user experience. (by [@maiieul](https://github.com/maiieul) in [#7982](https://github.com/QwikDev/qwik/pull/7982)) + +- ✨ the qwikloader can now be inlined again if required (for testing or specific network conditions). Pass `qwikLoader: 'inline'` to the render options. (by [@wmertens](https://github.com/wmertens) in [#8008](https://github.com/QwikDev/qwik/pull/8008)) + +### Patch Changes + +- 🐞🩹 The Deno integration now builds successfully with version v2.4.3 and above. (by [@gioboa](https://github.com/gioboa) in [#7913](https://github.com/QwikDev/qwik/pull/7913)) + +- TEST: qwik react mount and unmount (by [@sashkashishka](https://github.com/sashkashishka) in [#7950](https://github.com/QwikDev/qwik/pull/7950)) + +- 🐞🩹 solve type error when using async \_resolved function (by [@JerryWu1234](https://github.com/JerryWu1234) in [#7426](https://github.com/QwikDev/qwik/pull/7426)) + +- 🐞🩹 Click-to-Component is now more reliable across platforms (by [@wmertens](https://github.com/wmertens) in [#7923](https://github.com/QwikDev/qwik/pull/7923)) + +- 🛠 add qwik react e2e test runs to ci (by [@sashkashishka](https://github.com/sashkashishka) in [#7952](https://github.com/QwikDev/qwik/pull/7952)) + ## 1.16.1 ### Patch Changes diff --git a/packages/qwik/package.json b/packages/qwik/package.json index 9015e82a484..14cb5c3883b 100644 --- a/packages/qwik/package.json +++ b/packages/qwik/package.json @@ -1,7 +1,7 @@ { "name": "@builder.io/qwik", "description": "An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.", - "version": "1.16.1", + "version": "1.17.0", "annotation": "This package.json is for internal use in the monorepo, the build actually makes a new package.json for the published package via scripts/package-json.ts", "bin": { "qwik": "./qwik-cli.cjs"