diff --git a/.changeset/pre.json b/.changeset/pre.json index 881bf9912bc..34ab1d55b62 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -17,9 +17,12 @@ "changesets": [ "brave-files-grin", "calm-cycles-know", + "chilled-spoons-wonder", + "clever-flowers-drum", "fast-baboons-itch", "five-kangaroos-matter", "fresh-rocks-exercise", + "friendly-gorillas-walk", "hip-hornets-cheer", "nine-otters-repeat", "proud-pillows-try", @@ -28,6 +31,7 @@ "sour-zebras-tell", "sweet-socks-whisper", "tricky-meals-heal", + "twenty-goats-flow", "wild-cooks-pay" ] } diff --git a/packages/create-qwik/CHANGELOG.md b/packages/create-qwik/CHANGELOG.md index bba8845f93a..a2a51d1228b 100644 --- a/packages/create-qwik/CHANGELOG.md +++ b/packages/create-qwik/CHANGELOG.md @@ -1,5 +1,7 @@ # create-qwik +## 2.0.0-alpha.3 + ## 2.0.0-alpha.2 ## 2.0.0-alpha.1 diff --git a/packages/create-qwik/package.json b/packages/create-qwik/package.json index e89f911cb8a..33b2d96d022 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.2", + "version": "2.0.0-alpha.3", "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 11436a677b1..182f83bd66d 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.3 + ## 2.0.0-alpha.2 ## 2.0.0-alpha.1 diff --git a/packages/eslint-plugin-qwik/package.json b/packages/eslint-plugin-qwik/package.json index 6b1d1d2b388..9c94cb86e1e 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.2", + "version": "2.0.0-alpha.3", "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 a9fc56cba96..3418c8ed99b 100644 --- a/packages/qwik-react/CHANGELOG.md +++ b/packages/qwik-react/CHANGELOG.md @@ -1,5 +1,12 @@ # @qwik.dev/react +## 2.0.0-alpha.3 + +### Patch Changes + +- Updated dependencies [[`5352f6f`](https://github.com/QwikDev/qwik/commit/5352f6fff07a2d8d0c9efc20fc95421ced06ea8e), [`9cdfc58`](https://github.com/QwikDev/qwik/commit/9cdfc58762fc19375e49c9947a1c0dd1ac0d3d2f), [`107dbc1`](https://github.com/QwikDev/qwik/commit/107dbc177e01968a53f138ea9424b6bae0834f28), [`9e4bf8f`](https://github.com/QwikDev/qwik/commit/9e4bf8f1bd03edea93725778d41a42dc36c3fc7f)]: + - @qwik.dev/core@2.0.0-alpha.3 + ## 2.0.0-alpha.2 ### Patch Changes diff --git a/packages/qwik-react/package.json b/packages/qwik-react/package.json index 769ebcd8b95..cc3c08b8fc2 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.2", + "version": "2.0.0-alpha.3", "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 33a6dc41c26..4081d6828e7 100644 --- a/packages/qwik-router/CHANGELOG.md +++ b/packages/qwik-router/CHANGELOG.md @@ -1,5 +1,7 @@ # @qwik.dev/city +## 2.0.0-alpha.3 + ## 2.0.0-alpha.2 ## 2.0.0-alpha.1 diff --git a/packages/qwik-router/package.json b/packages/qwik-router/package.json index 4ee1f2c8633..18583310a25 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.2", + "version": "2.0.0-alpha.3", "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 d907edf377c..37313dea892 100644 --- a/packages/qwik/CHANGELOG.md +++ b/packages/qwik/CHANGELOG.md @@ -1,5 +1,17 @@ # @qwik.dev/core +## 2.0.0-alpha.3 + +### Patch Changes + +- 🐞🩹 prevent multiple store deserialization (by [@Varixo](https://github.com/Varixo) in [#7155](https://github.com/QwikDev/qwik/pull/7155)) + +- 🐞🩹 using ref inside useContext (by [@Varixo](https://github.com/Varixo) in [#7132](https://github.com/QwikDev/qwik/pull/7132)) + +- 🐞🩹 types error when migrating to V2 with `moduleResulution: "node"` (by [@shairez](https://github.com/shairez) in [#7159](https://github.com/QwikDev/qwik/pull/7159)) + +- 🐞🩹 replacing projection content with null or undefined (by [@Varixo](https://github.com/Varixo) in [#7148](https://github.com/QwikDev/qwik/pull/7148)) + ## 2.0.0-alpha.2 ### Patch Changes diff --git a/packages/qwik/package.json b/packages/qwik/package.json index c8623f8e6a6..c75c7350ee2 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.2", + "version": "2.0.0-alpha.3", "author": "Qwik Team", "bin": { "qwik": "./qwik-cli.cjs"