Skip to content

Commit 66037b5

Browse files
V2 Version Packages (alpha) (#7363)
Version Packages (alpha) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b4b6cbc commit 66037b5

File tree

11 files changed

+49
-7
lines changed

11 files changed

+49
-7
lines changed

โ€Ž.changeset/pre.json

+9-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
"branch": "build/v2",
1717
"changesets": [
1818
"afraid-bags-jam",
19+
"afraid-garlics-greet",
1920
"angry-grapes-itch",
21+
"blue-beans-happen",
2022
"brave-files-grin",
2123
"brown-ravens-behave",
2224
"calm-cycles-know",
@@ -25,6 +27,7 @@
2527
"fast-baboons-itch",
2628
"few-mugs-accept",
2729
"five-kangaroos-matter",
30+
"five-shoes-deny",
2831
"forty-garlics-train",
2932
"fresh-rocks-exercise",
3033
"friendly-gorillas-walk",
@@ -41,7 +44,7 @@
4144
"long-shirts-thank",
4245
"loud-dolphins-relate",
4346
"mean-dingos-hug",
44-
"neat-maps-tickle",
47+
"mean-parents-buy",
4548
"nervous-terms-explode",
4649
"nine-otters-repeat",
4750
"old-mayflies-fetch",
@@ -51,7 +54,9 @@
5154
"purple-melons-invent",
5255
"red-trains-deny",
5356
"rich-wasps-tease",
57+
"rotten-penguins-cough",
5458
"rotten-weeks-tickle",
59+
"seven-pumpkins-argue",
5560
"shaggy-poems-appear",
5661
"shaggy-poems-return",
5762
"sharp-apples-relate",
@@ -60,13 +65,15 @@
6065
"sour-zebras-tell",
6166
"sweet-socks-whisper",
6267
"swift-flowers-juggle",
68+
"tasty-penguins-ring",
6369
"thirty-ravens-draw",
6470
"tiny-berries-bow",
6571
"tricky-meals-heal",
6672
"twenty-goats-flow",
6773
"unlucky-dodos-grab",
6874
"warm-camels-remain",
6975
"wild-cooks-pay",
70-
"witty-balloons-thank"
76+
"witty-balloons-thank",
77+
"young-cameras-hang"
7178
]
7279
}

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

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# create-qwik
22

3+
## 2.0.0-alpha.8
4+
35
## 2.0.0-alpha.7
46

57
## 2.0.0-alpha.6

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

+1-1
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.7",
4+
"version": "2.0.0-alpha.8",
55
"author": "Qwik Team",
66
"bin": "./create-qwik.cjs",
77
"bugs": "https://github.com/QwikDev/qwik/issues",

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

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# eslint-plugin-qwik
22

3+
## 2.0.0-alpha.8
4+
35
## 2.0.0-alpha.7
46

57
## 2.0.0-alpha.6

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

+1-1
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.7",
4+
"version": "2.0.0-alpha.8",
55
"author": "Qwik Team",
66
"bugs": "https://github.com/QwikDev/qwik/issues",
77
"dependencies": {

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

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @qwik.dev/react
22

3+
## 2.0.0-alpha.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`61f6f64`](https://github.com/QwikDev/qwik/commit/61f6f64bb4db04253ebb0b6a063ab63099832e9c), [`d82f44a`](https://github.com/QwikDev/qwik/commit/d82f44ad8f2bb8d14aa5ca5a10a8ba93d85cb09e), [`513c9ab`](https://github.com/QwikDev/qwik/commit/513c9ab027760bacccd9d7b749338efc31df2545), [`976e636`](https://github.com/QwikDev/qwik/commit/976e6369af633c780daea63260e6fed247bda78f), [`ed9d343`](https://github.com/QwikDev/qwik/commit/ed9d3438511d9eeb721f9ade351796e9c9fe8641), [`7ef293a`](https://github.com/QwikDev/qwik/commit/7ef293a40ef310a5fe1c7bcba178510dfaa2a07c), [`5eebd79`](https://github.com/QwikDev/qwik/commit/5eebd7999eb2552d94afee2b0bccc3f025696d5a)]:
8+
- @qwik.dev/[email protected]
9+
310
## 2.0.0-alpha.7
411

512
### Patch Changes

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

+1-1
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.7",
4+
"version": "2.0.0-alpha.8",
55
"bugs": "https://github.com/QwikDev/qwik/issues",
66
"devDependencies": {
77
"@qwik.dev/core": "workspace:*",

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

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @qwik.dev/city
22

3+
## 2.0.0-alpha.8
4+
5+
### Patch Changes
6+
7+
- ๐Ÿž๐Ÿฉน using routeLoader$ result as component prop (by [@Varixo](https://github.com/Varixo) in [#7384](https://github.com/QwikDev/qwik/pull/7384))
8+
39
## 2.0.0-alpha.7
410

511
## 2.0.0-alpha.6

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

+1-1
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.7",
4+
"version": "2.0.0-alpha.8",
55
"bugs": "https://github.com/QwikDev/qwik/issues",
66
"dependencies": {
77
"@mdx-js/mdx": "^3",

โ€Žpackages/qwik/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @qwik.dev/core
22

3+
## 2.0.0-alpha.8
4+
5+
### Patch Changes
6+
7+
- ๐Ÿž๐Ÿฉน don't escape value attribute (by [@Varixo](https://github.com/Varixo) in [#7369](https://github.com/QwikDev/qwik/pull/7369))
8+
9+
- ๐Ÿž๐Ÿฉน prevent infinity loop by inserting the same projection before itself (by [@Varixo](https://github.com/Varixo) in [#7350](https://github.com/QwikDev/qwik/pull/7350))
10+
11+
- ๐Ÿž๐Ÿฉน replace inline component with component$ with the same key (by [@Varixo](https://github.com/Varixo) in [#7365](https://github.com/QwikDev/qwik/pull/7365))
12+
13+
- ๐Ÿž๐Ÿฉน undefined or null as projection child (by [@Varixo](https://github.com/Varixo) in [#7376](https://github.com/QwikDev/qwik/pull/7376))
14+
15+
- ๐Ÿž๐Ÿฉน infinity serialization loop (by [@Varixo](https://github.com/Varixo) in [#7368](https://github.com/QwikDev/qwik/pull/7368))
16+
17+
- ๐Ÿž๐Ÿฉน prevent reusing projection if is marked as deleted (by [@Varixo](https://github.com/Varixo) in [#7350](https://github.com/QwikDev/qwik/pull/7350))
18+
19+
- ๐Ÿž๐Ÿฉน tracking whole store (by [@Varixo](https://github.com/Varixo) in [#7367](https://github.com/QwikDev/qwik/pull/7367))
20+
321
## 2.0.0-alpha.7
422

523
### Patch Changes

โ€Žpackages/qwik/package.json

+1-1
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.7",
4+
"version": "2.0.0-alpha.8",
55
"author": "Qwik Team",
66
"bin": {
77
"qwik": "./qwik-cli.cjs"

0 commit comments

Comments
ย (0)