diff --git a/.changeset/many-turtles-cough.md b/.changeset/many-turtles-cough.md deleted file mode 100644 index 18c13ce2ac61..000000000000 --- a/.changeset/many-turtles-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/qwik-city': patch ---- - -Fix action redirect regression where searchParams were appended diff --git a/.changeset/shaggy-apes-kneel.md b/.changeset/shaggy-apes-kneel.md deleted file mode 100644 index 3330fd795e9b..000000000000 --- a/.changeset/shaggy-apes-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/qwik': patch ---- - -sync$ QRLs will now be serialized into the HTML in a shorter form diff --git a/.changeset/silver-countries-kiss.md b/.changeset/silver-countries-kiss.md deleted file mode 100644 index e83044e5f1bd..000000000000 --- a/.changeset/silver-countries-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/qwik-city': patch ---- - -Prevent unexpected caching for q-data.json diff --git a/.changeset/thick-dodos-promise.md b/.changeset/thick-dodos-promise.md deleted file mode 100644 index 053ae8f368e8..000000000000 --- a/.changeset/thick-dodos-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/qwik': patch ---- - -FIX: cli build command appearing to "hang" on errors diff --git a/packages/create-qwik/CHANGELOG.md b/packages/create-qwik/CHANGELOG.md index 8f3021c0eb28..ac4408ea5951 100644 --- a/packages/create-qwik/CHANGELOG.md +++ b/packages/create-qwik/CHANGELOG.md @@ -1,5 +1,7 @@ # create-qwik +## 1.9.2 + ## 1.9.1 ## 1.9.0 diff --git a/packages/create-qwik/package.json b/packages/create-qwik/package.json index d93400e05ba1..bdfcf46e6c24 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.9.1", + "version": "1.9.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 872eb337ad5d..329312c83486 100644 --- a/packages/eslint-plugin-qwik/CHANGELOG.md +++ b/packages/eslint-plugin-qwik/CHANGELOG.md @@ -1,5 +1,7 @@ # eslint-plugin-qwik +## 1.9.2 + ## 1.9.1 ## 1.9.0 diff --git a/packages/eslint-plugin-qwik/package.json b/packages/eslint-plugin-qwik/package.json index 0c204125e804..7ed97ad92399 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.9.1", + "version": "1.9.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 bf18189fd92f..ae3c0693edfc 100644 --- a/packages/qwik-city/CHANGELOG.md +++ b/packages/qwik-city/CHANGELOG.md @@ -1,5 +1,13 @@ # @builder.io/qwik-city +## 1.9.2 + +### Patch Changes + +- Fix action redirect regression where searchParams were appended (by [@brandonpittman](https://github.com/brandonpittman) in [#6927](https://github.com/QwikDev/qwik/pull/6927)) + +- Prevent unexpected caching for q-data.json (by [@genki](https://github.com/genki) in [#6808](https://github.com/QwikDev/qwik/pull/6808)) + ## 1.9.1 ### Patch Changes diff --git a/packages/qwik-city/package.json b/packages/qwik-city/package.json index 2c487321dde7..588a4efe1368 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.9.1", + "version": "1.9.2", "bugs": "https://github.com/QwikDev/qwik/issues", "dependencies": { "@mdx-js/mdx": "^3", diff --git a/packages/qwik/CHANGELOG.md b/packages/qwik/CHANGELOG.md index 704e99cf174f..b6027ca142bb 100644 --- a/packages/qwik/CHANGELOG.md +++ b/packages/qwik/CHANGELOG.md @@ -1,5 +1,13 @@ # @builder.io/qwik +## 1.9.2 + +### Patch Changes + +- sync$ QRLs will now be serialized into the HTML in a shorter form (by [@wmertens](https://github.com/wmertens) in [#6944](https://github.com/QwikDev/qwik/pull/6944)) + +- 🐞🩹 cli build command appearing to "hang" on errors (by [@shairez](https://github.com/shairez) in [#6943](https://github.com/QwikDev/qwik/pull/6943)) + ## 1.9.1 ### Patch Changes diff --git a/packages/qwik/package.json b/packages/qwik/package.json index f913a5b3139a..9056b3ec3457 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.9.1", + "version": "1.9.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": "./dist/qwik-cli.cjs"