diff --git a/.changeset/pre.json b/.changeset/pre.json index 8d875a4fe18..63e2fdc9035 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -28,11 +28,13 @@ "friendly-gorillas-walk", "friendly-sloths-return", "funny-apricots-learn", + "fuzzy-jobs-compare", "gentle-melons-pretend", "heavy-seas-carry", "hip-hornets-cheer", "loud-dolphins-relate", "mean-dingos-hug", + "neat-maps-tickle", "nervous-terms-explode", "nine-otters-repeat", "proud-pillows-try", @@ -40,13 +42,16 @@ "red-trains-deny", "rich-wasps-tease", "rotten-weeks-tickle", + "shaggy-poems-appear", "shaggy-poems-return", + "slimy-weeks-hope", "sour-zebras-tell", "sweet-socks-whisper", "thirty-ravens-draw", "tiny-berries-bow", "tricky-meals-heal", "twenty-goats-flow", + "unlucky-dodos-grab", "wild-cooks-pay", "witty-balloons-thank" ] diff --git a/packages/create-qwik/CHANGELOG.md b/packages/create-qwik/CHANGELOG.md index 18610026d2c..80a70d2ed79 100644 --- a/packages/create-qwik/CHANGELOG.md +++ b/packages/create-qwik/CHANGELOG.md @@ -1,5 +1,7 @@ # create-qwik +## 2.0.0-alpha.6 + ## 2.0.0-alpha.5 ## 2.0.0-alpha.4 diff --git a/packages/create-qwik/package.json b/packages/create-qwik/package.json index a519bb294c3..21e43321966 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.5", + "version": "2.0.0-alpha.6", "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 223fbc76d3d..8eee429d19e 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.6 + ## 2.0.0-alpha.5 ## 2.0.0-alpha.4 diff --git a/packages/eslint-plugin-qwik/package.json b/packages/eslint-plugin-qwik/package.json index 9444e34b49e..63634450ecd 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.5", + "version": "2.0.0-alpha.6", "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 cbd70161873..65a38d1e319 100644 --- a/packages/qwik-react/CHANGELOG.md +++ b/packages/qwik-react/CHANGELOG.md @@ -1,5 +1,12 @@ # @qwik.dev/react +## 2.0.0-alpha.6 + +### Patch Changes + +- Updated dependencies [[`fe8c395`](https://github.com/QwikDev/qwik/commit/fe8c39590c01621432e7a642c2e5988dfb93986f), [`3065344`](https://github.com/QwikDev/qwik/commit/3065344906c882998e7fd276a92df62e10c51cf6), [`50adb35`](https://github.com/QwikDev/qwik/commit/50adb352f1f30ff408d600286c7040b29d972a9e), [`dc08212`](https://github.com/QwikDev/qwik/commit/dc08212ef5e2157aa401dcb13419fc452f10d523), [`decee40`](https://github.com/QwikDev/qwik/commit/decee4066bf8ecf2cc6db976bc7ecae9ecf59ceb)]: + - @qwik.dev/core@2.0.0-alpha.6 + ## 2.0.0-alpha.5 ### Patch Changes diff --git a/packages/qwik-react/package.json b/packages/qwik-react/package.json index 74adfb5744a..9b14ce9fdc3 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.5", + "version": "2.0.0-alpha.6", "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 bc10ffe1e21..a3147f21139 100644 --- a/packages/qwik-router/CHANGELOG.md +++ b/packages/qwik-router/CHANGELOG.md @@ -1,5 +1,7 @@ # @qwik.dev/city +## 2.0.0-alpha.6 + ## 2.0.0-alpha.5 ## 2.0.0-alpha.4 diff --git a/packages/qwik-router/package.json b/packages/qwik-router/package.json index 0713d92a9d7..f68337b3b89 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.5", + "version": "2.0.0-alpha.6", "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 baa079463a2..30bff2b155e 100644 --- a/packages/qwik/CHANGELOG.md +++ b/packages/qwik/CHANGELOG.md @@ -1,5 +1,19 @@ # @qwik.dev/core +## 2.0.0-alpha.6 + +### Patch Changes + +- 🐞🩹 component props as var props (by [@Varixo](https://github.com/Varixo) in [#7265](https://github.com/QwikDev/qwik/pull/7265)) + +- 🐞🩹 input's value is string when passing number (by [@JerryWu1234](https://github.com/JerryWu1234) in [#7182](https://github.com/QwikDev/qwik/pull/7182)) + +- ✨ log a warning instead of throwing an error for server host mismatch error (by [@Varixo](https://github.com/Varixo) in [#7236](https://github.com/QwikDev/qwik/pull/7236)) + +- 🐞🩹 retry vnode diffing on promise throw (by [@Varixo](https://github.com/Varixo) in [#7259](https://github.com/QwikDev/qwik/pull/7259)) + +- 🐞🩹 convert destructured array's props to signal (by [@Varixo](https://github.com/Varixo) in [#7217](https://github.com/QwikDev/qwik/pull/7217)) + ## 2.0.0-alpha.5 ### Patch Changes diff --git a/packages/qwik/package.json b/packages/qwik/package.json index 186a2945260..cfaeeaad3bd 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.5", + "version": "2.0.0-alpha.6", "author": "Qwik Team", "bin": { "qwik": "./qwik-cli.cjs"