diff --git a/.changeset/pre.json b/.changeset/pre.json index 34ab1d55b62..54076c0ca2d 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -23,13 +23,17 @@ "five-kangaroos-matter", "fresh-rocks-exercise", "friendly-gorillas-walk", + "heavy-seas-carry", "hip-hornets-cheer", + "mean-dingos-hug", + "nervous-terms-explode", "nine-otters-repeat", "proud-pillows-try", "rich-wasps-tease", "rotten-weeks-tickle", "sour-zebras-tell", "sweet-socks-whisper", + "tiny-berries-bow", "tricky-meals-heal", "twenty-goats-flow", "wild-cooks-pay" diff --git a/packages/create-qwik/CHANGELOG.md b/packages/create-qwik/CHANGELOG.md index a2a51d1228b..703b297c47c 100644 --- a/packages/create-qwik/CHANGELOG.md +++ b/packages/create-qwik/CHANGELOG.md @@ -1,5 +1,7 @@ # create-qwik +## 2.0.0-alpha.4 + ## 2.0.0-alpha.3 ## 2.0.0-alpha.2 diff --git a/packages/create-qwik/package.json b/packages/create-qwik/package.json index 33b2d96d022..d432760382f 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.3", + "version": "2.0.0-alpha.4", "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 182f83bd66d..e7bfe3c89ce 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.4 + ## 2.0.0-alpha.3 ## 2.0.0-alpha.2 diff --git a/packages/eslint-plugin-qwik/package.json b/packages/eslint-plugin-qwik/package.json index 9c94cb86e1e..400f8aa1933 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.3", + "version": "2.0.0-alpha.4", "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 3418c8ed99b..341b5027571 100644 --- a/packages/qwik-react/CHANGELOG.md +++ b/packages/qwik-react/CHANGELOG.md @@ -1,5 +1,12 @@ # @qwik.dev/react +## 2.0.0-alpha.4 + +### Patch Changes + +- Updated dependencies [[`8693165`](https://github.com/QwikDev/qwik/commit/86931654ce38a64d5c1730042f64989fa2a537ad), [`8693165`](https://github.com/QwikDev/qwik/commit/86931654ce38a64d5c1730042f64989fa2a537ad), [`8693165`](https://github.com/QwikDev/qwik/commit/86931654ce38a64d5c1730042f64989fa2a537ad), [`72d7c24`](https://github.com/QwikDev/qwik/commit/72d7c2450cbed380454869bab482ab6c01011221)]: + - @qwik.dev/core@2.0.0-alpha.4 + ## 2.0.0-alpha.3 ### Patch Changes diff --git a/packages/qwik-react/package.json b/packages/qwik-react/package.json index cc3c08b8fc2..c5342ba11ca 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.3", + "version": "2.0.0-alpha.4", "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 4081d6828e7..498d3db4617 100644 --- a/packages/qwik-router/CHANGELOG.md +++ b/packages/qwik-router/CHANGELOG.md @@ -1,5 +1,7 @@ # @qwik.dev/city +## 2.0.0-alpha.4 + ## 2.0.0-alpha.3 ## 2.0.0-alpha.2 diff --git a/packages/qwik-router/package.json b/packages/qwik-router/package.json index 18583310a25..5b06a7151f6 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.3", + "version": "2.0.0-alpha.4", "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 37313dea892..9e6972db073 100644 --- a/packages/qwik/CHANGELOG.md +++ b/packages/qwik/CHANGELOG.md @@ -1,5 +1,17 @@ # @qwik.dev/core +## 2.0.0-alpha.4 + +### Patch Changes + +- 🐞🩹 encode the `q:subs` property (by [@Varixo](https://github.com/Varixo) in [#7088](https://github.com/QwikDev/qwik/pull/7088)) + +- ✨ move signal invalidation to the scheduler (by [@Varixo](https://github.com/Varixo) in [#7088](https://github.com/QwikDev/qwik/pull/7088)) + +- ✨ better node attributes serialization (by [@Varixo](https://github.com/Varixo) in [#7088](https://github.com/QwikDev/qwik/pull/7088)) + +- 🐞🩹 serialize virtual props for DOM elements (by [@Varixo](https://github.com/Varixo) in [#7088](https://github.com/QwikDev/qwik/pull/7088)) + ## 2.0.0-alpha.3 ### Patch Changes diff --git a/packages/qwik/package.json b/packages/qwik/package.json index c75c7350ee2..ad8a08c16f7 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.3", + "version": "2.0.0-alpha.4", "author": "Qwik Team", "bin": { "qwik": "./qwik-cli.cjs"