Skip to content

Commit 4c1a22b

Browse files
Version Packages (alpha)
1 parent c647c56 commit 4c1a22b

File tree

11 files changed

+40
-5
lines changed

11 files changed

+40
-5
lines changed

โ€Ž.changeset/pre.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"chilly-fans-shave",
2727
"clever-flowers-drum",
2828
"cold-moons-follow",
29+
"cold-rice-slide",
2930
"cyan-bottles-speak",
3031
"dirty-lemons-shop",
3132
"eighty-ligers-wink",
@@ -58,10 +59,13 @@
5859
"nine-otters-repeat",
5960
"old-mayflies-fetch",
6061
"olive-cameras-collect",
62+
"olive-yaks-prove",
6163
"orange-otters-attend",
64+
"pretty-trees-check",
6265
"proud-kangaroos-boil",
6366
"proud-pillows-try",
6467
"purple-melons-invent",
68+
"rare-candies-join",
6569
"red-trains-deny",
6670
"rich-shirts-thank",
6771
"rich-wasps-tease",
@@ -71,8 +75,10 @@
7175
"shaggy-poems-appear",
7276
"shaggy-poems-return",
7377
"sharp-apples-relate",
78+
"shy-walls-shake",
7479
"six-games-float",
7580
"slimy-weeks-hope",
81+
"some-birds-juggle",
7682
"sour-zebras-tell",
7783
"strange-bottles-sleep",
7884
"sweet-hairs-remember",

โ€Žpackages/create-qwik/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# create-qwik
22

3+
## 2.0.0-alpha.11
4+
35
## 2.0.0-alpha.10
46

57
## 2.0.0-alpha.9

โ€Žpackages/create-qwik/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-qwik",
33
"description": "Interactive CLI for create Qwik projects and adding features.",
4-
"version": "2.0.0-alpha.10",
4+
"version": "2.0.0-alpha.11",
55
"author": "Qwik Team",
66
"bin": "./create-qwik.cjs",
77
"bugs": "https://github.com/QwikDev/qwik/issues",

โ€Žpackages/eslint-plugin-qwik/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# eslint-plugin-qwik
22

3+
## 2.0.0-alpha.11
4+
35
## 2.0.0-alpha.10
46

57
## 2.0.0-alpha.9

โ€Žpackages/eslint-plugin-qwik/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-plugin-qwik",
33
"description": "An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.",
4-
"version": "2.0.0-alpha.10",
4+
"version": "2.0.0-alpha.11",
55
"author": "Qwik Team",
66
"bugs": "https://github.com/QwikDev/qwik/issues",
77
"dependencies": {

โ€Žpackages/qwik-react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @qwik.dev/react
22

3+
## 2.0.0-alpha.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5b3a514`](https://github.com/QwikDev/qwik/commit/5b3a514108737624661dd568cd59a7d6b7041976), [`6dbd58f`](https://github.com/QwikDev/qwik/commit/6dbd58f870aa32ac4aa252597b723f659d03c9bd), [`3949581`](https://github.com/QwikDev/qwik/commit/3949581c958c2d4d80403d535dd7fbf7e4729f21), [`6c4bd10`](https://github.com/QwikDev/qwik/commit/6c4bd10392d7b6f7ee900976422ed1e3ca8640cf), [`c3f45f0`](https://github.com/QwikDev/qwik/commit/c3f45f0688489a59fc401fe5c7955833045e8ce8), [`24585a5`](https://github.com/QwikDev/qwik/commit/24585a5c88fcdb6a7a214da8ec1bfb687d0bb330)]:
8+
- @qwik.dev/[email protected]
9+
310
## 2.0.0-alpha.10
411

512
### Patch Changes

โ€Žpackages/qwik-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@qwik.dev/react",
33
"description": "Qwik React allows adding React components into existing Qwik application",
4-
"version": "2.0.0-alpha.10",
4+
"version": "2.0.0-alpha.11",
55
"bugs": "https://github.com/QwikDev/qwik/issues",
66
"devDependencies": {
77
"@qwik.dev/core": "workspace:*",

โ€Žpackages/qwik-router/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @qwik.dev/city
22

3+
## 2.0.0-alpha.11
4+
35
## 2.0.0-alpha.10
46

57
## 2.0.0-alpha.9

โ€Žpackages/qwik-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@qwik.dev/router",
33
"description": "The router for Qwik.",
4-
"version": "2.0.0-alpha.10",
4+
"version": "2.0.0-alpha.11",
55
"bugs": "https://github.com/QwikDev/qwik/issues",
66
"dependencies": {
77
"@mdx-js/mdx": "^3",

โ€Žpackages/qwik/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @qwik.dev/core
22

3+
## 2.0.0-alpha.11
4+
5+
### Patch Changes
6+
7+
- ๐Ÿž๐Ÿฉน proper empty props diffing (by [@Varixo](https://github.com/Varixo) in [#7633](https://github.com/QwikDev/qwik/pull/7633))
8+
9+
- ๐Ÿž๐Ÿฉน don't wrap static objects with signal (by [@Varixo](https://github.com/Varixo) in [#7637](https://github.com/QwikDev/qwik/pull/7637))
10+
11+
- ๐Ÿž๐Ÿฉน ensure components are only rendered when necessary (by [@Varixo](https://github.com/Varixo) in [#7631](https://github.com/QwikDev/qwik/pull/7631))
12+
13+
- ๐Ÿž๐Ÿฉน skip serialize functions wrapped with the `noSerialize` (by [@Varixo](https://github.com/Varixo) in [#7621](https://github.com/QwikDev/qwik/pull/7621))
14+
15+
- ๐Ÿž๐Ÿฉน reactivity for type-asserted variables in templates (by [@Varixo](https://github.com/Varixo) in [#7619](https://github.com/QwikDev/qwik/pull/7619))
16+
17+
- ๐Ÿž๐Ÿฉน reactivity for logical expressions in templates (by [@Varixo](https://github.com/Varixo) in [#7619](https://github.com/QwikDev/qwik/pull/7619))
18+
319
## 2.0.0-alpha.10
420

521
### Patch Changes

โ€Žpackages/qwik/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@qwik.dev/core",
33
"description": "An open source framework for building instant loading web apps at any scale, without the extra effort.",
4-
"version": "2.0.0-alpha.10",
4+
"version": "2.0.0-alpha.11",
55
"author": "Qwik Team",
66
"bin": {
77
"qwik": "./qwik-cli.cjs"

0 commit comments

Comments
ย (0)