diff --git a/.changeset/pre.json b/.changeset/pre.json index 88217821272..87521003a7b 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -25,6 +25,7 @@ "chilled-spoons-wonder", "chilly-fans-shave", "clever-flowers-drum", + "cold-moons-follow", "cyan-bottles-speak", "dirty-lemons-shop", "eighty-ligers-wink", @@ -62,6 +63,7 @@ "proud-pillows-try", "purple-melons-invent", "red-trains-deny", + "rich-shirts-thank", "rich-wasps-tease", "rotten-penguins-cough", "rotten-weeks-tickle", @@ -73,6 +75,7 @@ "slimy-weeks-hope", "sour-zebras-tell", "strange-bottles-sleep", + "sweet-hairs-remember", "sweet-socks-whisper", "swift-flowers-juggle", "tame-glasses-explain", @@ -83,7 +86,9 @@ "tricky-peaches-buy", "twenty-goats-flow", "unlucky-dodos-grab", + "unlucky-olives-knock", "warm-camels-remain", + "wet-bobcats-decide", "wicked-pets-chew", "wild-cooks-pay", "witty-balloons-thank", diff --git a/packages/create-qwik/CHANGELOG.md b/packages/create-qwik/CHANGELOG.md index c3385f45ad9..c6351fe6706 100644 --- a/packages/create-qwik/CHANGELOG.md +++ b/packages/create-qwik/CHANGELOG.md @@ -1,5 +1,7 @@ # create-qwik +## 2.0.0-alpha.10 + ## 2.0.0-alpha.9 ## 2.0.0-alpha.8 diff --git a/packages/create-qwik/package.json b/packages/create-qwik/package.json index 5c0ac318c93..3332e21dc03 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.9", + "version": "2.0.0-alpha.10", "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 b9f052738d8..aec15fa4f27 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.10 + ## 2.0.0-alpha.9 ## 2.0.0-alpha.8 diff --git a/packages/eslint-plugin-qwik/package.json b/packages/eslint-plugin-qwik/package.json index e5c6ff4db78..5632ec9a10b 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.9", + "version": "2.0.0-alpha.10", "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 5d508dffb7f..27848acce83 100644 --- a/packages/qwik-react/CHANGELOG.md +++ b/packages/qwik-react/CHANGELOG.md @@ -1,5 +1,12 @@ # @qwik.dev/react +## 2.0.0-alpha.10 + +### Patch Changes + +- Updated dependencies [[`8fbbe3e`](https://github.com/QwikDev/qwik/commit/8fbbe3e7e74d256514f60f0bb44785737f8c4c6b), [`7968493`](https://github.com/QwikDev/qwik/commit/79684932b0ae329dda11adb247ca7f9197235519), [`11dce5d`](https://github.com/QwikDev/qwik/commit/11dce5d0a5d104d84a2a8e84a844ab822ffb5cc4), [`eb493de`](https://github.com/QwikDev/qwik/commit/eb493deb3e1af3cb2ea9a4d1f60f822f5731f778), [`f5732f5`](https://github.com/QwikDev/qwik/commit/f5732f509853840a0337f823ed7d40920fae325b)]: + - @qwik.dev/core@2.0.0-alpha.10 + ## 2.0.0-alpha.9 ### Patch Changes diff --git a/packages/qwik-react/package.json b/packages/qwik-react/package.json index 44deaa46007..fc2ec3e4f4e 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.9", + "version": "2.0.0-alpha.10", "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 29629d82a4d..844e8cd1390 100644 --- a/packages/qwik-router/CHANGELOG.md +++ b/packages/qwik-router/CHANGELOG.md @@ -1,5 +1,7 @@ # @qwik.dev/city +## 2.0.0-alpha.10 + ## 2.0.0-alpha.9 ## 2.0.0-alpha.8 diff --git a/packages/qwik-router/package.json b/packages/qwik-router/package.json index e22b4d8daa0..d2648b9ae7c 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.9", + "version": "2.0.0-alpha.10", "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 d3a6dff0268..f48f125511f 100644 --- a/packages/qwik/CHANGELOG.md +++ b/packages/qwik/CHANGELOG.md @@ -1,5 +1,19 @@ # @qwik.dev/core +## 2.0.0-alpha.10 + +### Patch Changes + +- 🐞🩹 infinity loop while tracking element ref (by [@Varixo](https://github.com/Varixo) in [#7574](https://github.com/QwikDev/qwik/pull/7574)) + +- 🐞🩹 add HTMLElementAttrs and SVGProps types to exports (by [@JerryWu1234](https://github.com/JerryWu1234) in [#7510](https://github.com/QwikDev/qwik/pull/7510)) + +- 🐞🩹 Introduce retry logic for QRL resolution to handle potential promise retries, ensuring robustness in asynchronous operations. (by [@JerryWu1234](https://github.com/JerryWu1234) in [#7470](https://github.com/QwikDev/qwik/pull/7470)) + +- 🐞🩹 signal wrapper should not rerender causing missing child error (by [@Varixo](https://github.com/Varixo) in [#7550](https://github.com/QwikDev/qwik/pull/7550)) + +- 🐞🩹 inflating text nodes from single shared text node (by [@Varixo](https://github.com/Varixo) in [#7538](https://github.com/QwikDev/qwik/pull/7538)) + ## 2.0.0-alpha.9 ### Minor Changes diff --git a/packages/qwik/package.json b/packages/qwik/package.json index a96b14f3afb..93e15327fde 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.9", + "version": "2.0.0-alpha.10", "author": "Qwik Team", "bin": { "qwik": "./qwik-cli.cjs"