From 54f842062b65106b70e77083c63778e373d56500 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 14 Dec 2024 00:58:07 +0000 Subject: [PATCH] Version Packages --- .changeset/dry-jobs-repair.md | 5 ----- .changeset/itchy-masks-admire.md | 5 ----- .changeset/proud-carrots-grab.md | 5 ----- .changeset/three-donkeys-admire.md | 5 ----- .changeset/twenty-paws-argue.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 | 8 ++++++++ packages/qwik-city/package.json | 2 +- packages/qwik/CHANGELOG.md | 12 ++++++++++++ packages/qwik/package.json | 2 +- 13 files changed, 28 insertions(+), 29 deletions(-) delete mode 100644 .changeset/dry-jobs-repair.md delete mode 100644 .changeset/itchy-masks-admire.md delete mode 100644 .changeset/proud-carrots-grab.md delete mode 100644 .changeset/three-donkeys-admire.md delete mode 100644 .changeset/twenty-paws-argue.md diff --git a/.changeset/dry-jobs-repair.md b/.changeset/dry-jobs-repair.md deleted file mode 100644 index 006e3c1ae67..00000000000 --- a/.changeset/dry-jobs-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/qwik-city': patch ---- - -FIX: the previous URL now is undefined on first render. diff --git a/.changeset/itchy-masks-admire.md b/.changeset/itchy-masks-admire.md deleted file mode 100644 index 1d94cf224cb..00000000000 --- a/.changeset/itchy-masks-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/qwik': minor ---- - -FEAT: The build constants `isDev`, `isBrowser` and `isServer` are now exported from `@builder.io/qwik` directly, so they are more discoverable and easier to add. `@builder.io/qwik/build` still remains. diff --git a/.changeset/proud-carrots-grab.md b/.changeset/proud-carrots-grab.md deleted file mode 100644 index 8f1f62312b0..00000000000 --- a/.changeset/proud-carrots-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/qwik': patch ---- - -Fix: add subscription when doing `"prop" in store` diff --git a/.changeset/three-donkeys-admire.md b/.changeset/three-donkeys-admire.md deleted file mode 100644 index 07102f1e72e..00000000000 --- a/.changeset/three-donkeys-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/qwik-city': patch ---- - -FIX: server$ functions now correctly throw errors for > 500 error codes diff --git a/.changeset/twenty-paws-argue.md b/.changeset/twenty-paws-argue.md deleted file mode 100644 index af3cd7a28dd..00000000000 --- a/.changeset/twenty-paws-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@builder.io/qwik': patch ---- - -FIX: `stoppropagation` functionality diff --git a/packages/create-qwik/CHANGELOG.md b/packages/create-qwik/CHANGELOG.md index a0cce1eb376..91cebac0d98 100644 --- a/packages/create-qwik/CHANGELOG.md +++ b/packages/create-qwik/CHANGELOG.md @@ -1,5 +1,7 @@ # create-qwik +## 1.12.0 + ## 1.11.0 ## 1.10.0 diff --git a/packages/create-qwik/package.json b/packages/create-qwik/package.json index 995ad3d0567..4bc7405819c 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.11.0", + "version": "1.12.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 81c28e18bb9..793c56879a4 100644 --- a/packages/eslint-plugin-qwik/CHANGELOG.md +++ b/packages/eslint-plugin-qwik/CHANGELOG.md @@ -1,5 +1,7 @@ # eslint-plugin-qwik +## 1.12.0 + ## 1.11.0 ## 1.10.0 diff --git a/packages/eslint-plugin-qwik/package.json b/packages/eslint-plugin-qwik/package.json index 035621196e6..ca727dc71ef 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.11.0", + "version": "1.12.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 38987595b33..ee01dc2955a 100644 --- a/packages/qwik-city/CHANGELOG.md +++ b/packages/qwik-city/CHANGELOG.md @@ -1,5 +1,13 @@ # @builder.io/qwik-city +## 1.12.0 + +### Patch Changes + +- 🐞🩹 the previous URL now is undefined on first render. (by [@damianpumar](https://github.com/damianpumar) in [#7082](https://github.com/QwikDev/qwik/pull/7082)) + +- 🐞🩹 server$ functions now correctly throw errors for > 500 error codes (by [@DustinJSilk](https://github.com/DustinJSilk) in [#7078](https://github.com/QwikDev/qwik/pull/7078)) + ## 1.11.0 ## 1.10.0 diff --git a/packages/qwik-city/package.json b/packages/qwik-city/package.json index dfe66cc60f8..b29d5c3956e 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.11.0", + "version": "1.12.0", "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 de39b7afd7a..099967fcd7c 100644 --- a/packages/qwik/CHANGELOG.md +++ b/packages/qwik/CHANGELOG.md @@ -1,5 +1,17 @@ # @builder.io/qwik +## 1.12.0 + +### Minor Changes + +- ✨ The build constants `isDev`, `isBrowser` and `isServer` are now exported from `@builder.io/qwik` directly, so they are more discoverable and easier to add. `@builder.io/qwik/build` still remains. (by [@wmertens](https://github.com/wmertens) in [#7138](https://github.com/QwikDev/qwik/pull/7138)) + +### Patch Changes + +- 🐞🩹 add subscription when doing `"prop" in store` (by [@revintec](https://github.com/revintec) in [#7071](https://github.com/QwikDev/qwik/pull/7071)) + +- 🐞🩹 `stoppropagation` functionality (by [@shairez](https://github.com/shairez) in [#7102](https://github.com/QwikDev/qwik/pull/7102)) + ## 1.11.0 ### Minor Changes diff --git a/packages/qwik/package.json b/packages/qwik/package.json index 389aecdaa05..5a04f879ba6 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.11.0", + "version": "1.12.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"