diff --git a/.changeset/pre.json b/.changeset/pre.json index 54076c0ca2d..45b31c83d92 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -15,7 +15,9 @@ }, "branch": "build/v2", "changesets": [ + "afraid-bags-jam", "brave-files-grin", + "brown-ravens-behave", "calm-cycles-know", "chilled-spoons-wonder", "clever-flowers-drum", @@ -23,19 +25,25 @@ "five-kangaroos-matter", "fresh-rocks-exercise", "friendly-gorillas-walk", + "funny-apricots-learn", + "gentle-melons-pretend", "heavy-seas-carry", "hip-hornets-cheer", "mean-dingos-hug", "nervous-terms-explode", "nine-otters-repeat", "proud-pillows-try", + "red-trains-deny", "rich-wasps-tease", "rotten-weeks-tickle", + "shaggy-poems-return", "sour-zebras-tell", "sweet-socks-whisper", + "thirty-ravens-draw", "tiny-berries-bow", "tricky-meals-heal", "twenty-goats-flow", - "wild-cooks-pay" + "wild-cooks-pay", + "witty-balloons-thank" ] } diff --git a/packages/create-qwik/CHANGELOG.md b/packages/create-qwik/CHANGELOG.md index 703b297c47c..974bd2cb1fd 100644 --- a/packages/create-qwik/CHANGELOG.md +++ b/packages/create-qwik/CHANGELOG.md @@ -1,5 +1,7 @@ # create-qwik +## 2.0.0-alpha.5 + ## 2.0.0-alpha.4 ## 2.0.0-alpha.3 diff --git a/packages/create-qwik/package.json b/packages/create-qwik/package.json index d432760382f..a519bb294c3 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.4", + "version": "2.0.0-alpha.5", "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 e7bfe3c89ce..5aaaa4be3f1 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.5 + ## 2.0.0-alpha.4 ## 2.0.0-alpha.3 diff --git a/packages/eslint-plugin-qwik/package.json b/packages/eslint-plugin-qwik/package.json index 400f8aa1933..6fbe3d3494f 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.4", + "version": "2.0.0-alpha.5", "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 341b5027571..c15658053f8 100644 --- a/packages/qwik-react/CHANGELOG.md +++ b/packages/qwik-react/CHANGELOG.md @@ -1,5 +1,12 @@ # @qwik.dev/react +## 2.0.0-alpha.5 + +### Patch Changes + +- Updated dependencies [[`5408c40`](https://github.com/QwikDev/qwik/commit/5408c40cc360b71106a81cffbb1c6ac2d80083a1), [`0166199`](https://github.com/QwikDev/qwik/commit/01661997d4ab5e1c22c41e2670fdbb05f52efed3), [`08cb7c4`](https://github.com/QwikDev/qwik/commit/08cb7c4b0ba50bc914cf52a80ba2711c7dacd81b), [`1413bc0`](https://github.com/QwikDev/qwik/commit/1413bc004a81a3f51f3f0b44207f2d190192ca9c), [`ef92d10`](https://github.com/QwikDev/qwik/commit/ef92d105e0965dd82d8b630831f4d24a76f2b99c), [`5408c40`](https://github.com/QwikDev/qwik/commit/5408c40cc360b71106a81cffbb1c6ac2d80083a1), [`48af55c`](https://github.com/QwikDev/qwik/commit/48af55c3827da545f80fc38be014741b0a895c9a), [`6578707`](https://github.com/QwikDev/qwik/commit/657870713a00747d82672e1d5aa458f6ab6171c1)]: + - @qwik.dev/core@2.0.0-alpha.5 + ## 2.0.0-alpha.4 ### Patch Changes diff --git a/packages/qwik-react/package.json b/packages/qwik-react/package.json index c5342ba11ca..74adfb5744a 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.4", + "version": "2.0.0-alpha.5", "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 498d3db4617..a3548862bd0 100644 --- a/packages/qwik-router/CHANGELOG.md +++ b/packages/qwik-router/CHANGELOG.md @@ -1,5 +1,7 @@ # @qwik.dev/city +## 2.0.0-alpha.5 + ## 2.0.0-alpha.4 ## 2.0.0-alpha.3 diff --git a/packages/qwik-router/package.json b/packages/qwik-router/package.json index 5b06a7151f6..0713d92a9d7 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.4", + "version": "2.0.0-alpha.5", "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 9e6972db073..a5f4316d722 100644 --- a/packages/qwik/CHANGELOG.md +++ b/packages/qwik/CHANGELOG.md @@ -1,5 +1,25 @@ # @qwik.dev/core +## 2.0.0-alpha.5 + +### Patch Changes + +- 🐞🩹 Resource without onPending callback (by [@gimonaa](https://github.com/gimonaa) in [#7085](https://github.com/QwikDev/qwik/pull/7085)) + +- 🐞🩹 updating signal-based props (by [@Varixo](https://github.com/Varixo) in [#7198](https://github.com/QwikDev/qwik/pull/7198)) + +- 🐞🩹 moving existing virtual node during vnode diffing (by [@Varixo](https://github.com/Varixo) in [#7208](https://github.com/QwikDev/qwik/pull/7208)) + +- 🐞🩹 convert destructured string prop to props variable (by [@Varixo](https://github.com/Varixo) in [#7191](https://github.com/QwikDev/qwik/pull/7191)) + +- 🐞🩹 textarea with null value (by [@Varixo](https://github.com/Varixo) in [#7196](https://github.com/QwikDev/qwik/pull/7196)) + +- 🐞🩹 event handlers in loops (by [@gimonaa](https://github.com/gimonaa) in [#7085](https://github.com/QwikDev/qwik/pull/7085)) + +- 🐞🩹 destructured props for inline components (by [@Varixo](https://github.com/Varixo) in [#7190](https://github.com/QwikDev/qwik/pull/7190)) + +- 🐞🩹 serialize var prop (by [@Varixo](https://github.com/Varixo) in [#7193](https://github.com/QwikDev/qwik/pull/7193)) + ## 2.0.0-alpha.4 ### Patch Changes diff --git a/packages/qwik/package.json b/packages/qwik/package.json index ad8a08c16f7..fded1a5e65a 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.4", + "version": "2.0.0-alpha.5", "author": "Qwik Team", "bin": { "qwik": "./qwik-cli.cjs"