From aae4206753a1a70df5127715a9932c5997fc0dd2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:22:32 +0000 Subject: [PATCH] Version Packages (alpha) --- .changeset/pre.json | 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-react/CHANGELOG.md | 7 +++++++ packages/qwik-react/package.json | 2 +- packages/qwik-router/CHANGELOG.md | 2 ++ packages/qwik-router/package.json | 2 +- packages/qwik/CHANGELOG.md | 14 ++++++++++++++ packages/qwik/package.json | 2 +- 11 files changed, 37 insertions(+), 5 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 63e2fdc9035..1554f447728 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -22,6 +22,7 @@ "chilled-spoons-wonder", "clever-flowers-drum", "fast-baboons-itch", + "few-mugs-accept", "five-kangaroos-matter", "forty-garlics-train", "fresh-rocks-exercise", @@ -37,6 +38,7 @@ "neat-maps-tickle", "nervous-terms-explode", "nine-otters-repeat", + "old-mayflies-fetch", "proud-pillows-try", "purple-melons-invent", "red-trains-deny", @@ -44,6 +46,8 @@ "rotten-weeks-tickle", "shaggy-poems-appear", "shaggy-poems-return", + "sharp-apples-relate", + "six-games-float", "slimy-weeks-hope", "sour-zebras-tell", "sweet-socks-whisper", @@ -52,6 +56,7 @@ "tricky-meals-heal", "twenty-goats-flow", "unlucky-dodos-grab", + "warm-camels-remain", "wild-cooks-pay", "witty-balloons-thank" ] diff --git a/packages/create-qwik/CHANGELOG.md b/packages/create-qwik/CHANGELOG.md index 80a70d2ed79..ea96fcf4655 100644 --- a/packages/create-qwik/CHANGELOG.md +++ b/packages/create-qwik/CHANGELOG.md @@ -1,5 +1,7 @@ # create-qwik +## 2.0.0-alpha.7 + ## 2.0.0-alpha.6 ## 2.0.0-alpha.5 diff --git a/packages/create-qwik/package.json b/packages/create-qwik/package.json index 21e43321966..e6d280d57a4 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": "2.0.0-alpha.6", + "version": "2.0.0-alpha.7", "author": "Qwik 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 8eee429d19e..ff814f4c2db 100644 --- a/packages/eslint-plugin-qwik/CHANGELOG.md +++ b/packages/eslint-plugin-qwik/CHANGELOG.md @@ -1,5 +1,7 @@ # eslint-plugin-qwik +## 2.0.0-alpha.7 + ## 2.0.0-alpha.6 ## 2.0.0-alpha.5 diff --git a/packages/eslint-plugin-qwik/package.json b/packages/eslint-plugin-qwik/package.json index 63634450ecd..acf5995224f 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": "2.0.0-alpha.6", + "version": "2.0.0-alpha.7", "author": "Qwik Team", "bugs": "https://github.com/QwikDev/qwik/issues", "dependencies": { diff --git a/packages/qwik-react/CHANGELOG.md b/packages/qwik-react/CHANGELOG.md index 65a38d1e319..2b0c7ce5fdb 100644 --- a/packages/qwik-react/CHANGELOG.md +++ b/packages/qwik-react/CHANGELOG.md @@ -1,5 +1,12 @@ # @qwik.dev/react +## 2.0.0-alpha.7 + +### Patch Changes + +- Updated dependencies [[`3134fad`](https://github.com/QwikDev/qwik/commit/3134fad5d7fbf92831bc87fefdeeba08ec61dd33), [`43846be`](https://github.com/QwikDev/qwik/commit/43846bee8c8dafe9aba09a8a37eaaea3826897bd), [`021ecdd`](https://github.com/QwikDev/qwik/commit/021ecdd050d286855b03af42e45d55a68d4cf7cc), [`ff9e6a1`](https://github.com/QwikDev/qwik/commit/ff9e6a10a8da582ac837fcfddeb8db1f260e4ec1), [`f5326c3`](https://github.com/QwikDev/qwik/commit/f5326c3ff47b97bc30e9c01f6e85b8f74d038787)]: + - @qwik.dev/core@2.0.0-alpha.7 + ## 2.0.0-alpha.6 ### Patch Changes diff --git a/packages/qwik-react/package.json b/packages/qwik-react/package.json index 9b14ce9fdc3..682805315ce 100644 --- a/packages/qwik-react/package.json +++ b/packages/qwik-react/package.json @@ -1,7 +1,7 @@ { "name": "@qwik.dev/react", "description": "Qwik React allows adding React components into existing Qwik application", - "version": "2.0.0-alpha.6", + "version": "2.0.0-alpha.7", "bugs": "https://github.com/QwikDev/qwik/issues", "devDependencies": { "@qwik.dev/core": "workspace:*", diff --git a/packages/qwik-router/CHANGELOG.md b/packages/qwik-router/CHANGELOG.md index a3147f21139..a805eb37a35 100644 --- a/packages/qwik-router/CHANGELOG.md +++ b/packages/qwik-router/CHANGELOG.md @@ -1,5 +1,7 @@ # @qwik.dev/city +## 2.0.0-alpha.7 + ## 2.0.0-alpha.6 ## 2.0.0-alpha.5 diff --git a/packages/qwik-router/package.json b/packages/qwik-router/package.json index f68337b3b89..b4d2f27dfbf 100644 --- a/packages/qwik-router/package.json +++ b/packages/qwik-router/package.json @@ -1,7 +1,7 @@ { "name": "@qwik.dev/router", "description": "The router for Qwik.", - "version": "2.0.0-alpha.6", + "version": "2.0.0-alpha.7", "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 30bff2b155e..ede49bc10af 100644 --- a/packages/qwik/CHANGELOG.md +++ b/packages/qwik/CHANGELOG.md @@ -1,5 +1,19 @@ # @qwik.dev/core +## 2.0.0-alpha.7 + +### Patch Changes + +- 🐞🩹 null or undefined as ref attribute value (by [@Varixo](https://github.com/Varixo) in [#7285](https://github.com/QwikDev/qwik/pull/7285)) + +- 🐞🩹 the use hook didn't work when type is Slot. (by [@JerryWu1234](https://github.com/JerryWu1234) in [#7250](https://github.com/QwikDev/qwik/pull/7250)) + +- 🐞🩹 vNode serialization error on server$ (by [@damianpumar](https://github.com/damianpumar) in [#7278](https://github.com/QwikDev/qwik/pull/7278)) + +- 🐞🩹 don't wrap and serialize functions that are attribute values (by [@Varixo](https://github.com/Varixo) in [#7284](https://github.com/QwikDev/qwik/pull/7284)) + +- Expose missing types into `public.d.ts` and fix types uri for internal export inside `package.json` (by [@GrandSchtroumpf](https://github.com/GrandSchtroumpf) in [#7289](https://github.com/QwikDev/qwik/pull/7289)) + ## 2.0.0-alpha.6 ### Patch Changes diff --git a/packages/qwik/package.json b/packages/qwik/package.json index a915add8029..b19a20f2900 100644 --- a/packages/qwik/package.json +++ b/packages/qwik/package.json @@ -1,7 +1,7 @@ { "name": "@qwik.dev/core", "description": "An open source framework for building instant loading web apps at any scale, without the extra effort.", - "version": "2.0.0-alpha.6", + "version": "2.0.0-alpha.7", "author": "Qwik Team", "bin": { "qwik": "./qwik-cli.cjs"