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/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/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/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/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..d50407989e2 100644 --- a/packages/create-qwik/CHANGELOG.md +++ b/packages/create-qwik/CHANGELOG.md @@ -1,5 +1,7 @@ # create-qwik +## 1.16.2 + ## 1.16.1 ### Patch Changes diff --git a/packages/create-qwik/package.json b/packages/create-qwik/package.json index 3a052f326ae..a24ba138377 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.16.2", "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..94de449d6db 100644 --- a/packages/eslint-plugin-qwik/CHANGELOG.md +++ b/packages/eslint-plugin-qwik/CHANGELOG.md @@ -1,5 +1,7 @@ # eslint-plugin-qwik +## 1.16.2 + ## 1.16.1 ## 1.16.0 diff --git a/packages/eslint-plugin-qwik/package.json b/packages/eslint-plugin-qwik/package.json index cf02afd3f7b..f48a014d988 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.16.2", "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..3531469f47d 100644 --- a/packages/qwik-city/CHANGELOG.md +++ b/packages/qwik-city/CHANGELOG.md @@ -1,5 +1,15 @@ # @builder.io/qwik-city +## 1.16.2 + +### 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)) + +- 🐞🩹 solve type error when using async \_resolved function (by [@JerryWu1234](https://github.com/JerryWu1234) in [#7426](https://github.com/QwikDev/qwik/pull/7426)) + ## 1.16.1 ### Patch Changes diff --git a/packages/qwik-city/package.json b/packages/qwik-city/package.json index e00078cecab..2ca9f8c17ac 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.16.2", "bugs": "https://github.com/QwikDev/qwik/issues", "dependencies": { "@mdx-js/mdx": "^3.1.0", diff --git a/packages/qwik/CHANGELOG.md b/packages/qwik/CHANGELOG.md index 16481fc328e..1db586cd2ae 100644 --- a/packages/qwik/CHANGELOG.md +++ b/packages/qwik/CHANGELOG.md @@ -1,5 +1,19 @@ # @builder.io/qwik +## 1.16.2 + +### 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 802bb5841a1..83e5991e9ef 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.16.2", "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"