Skip to content

Commit 9e84a18

Browse files
Version Packages (alpha)
1 parent bd9dbf1 commit 9e84a18

File tree

11 files changed

+37
-5
lines changed

11 files changed

+37
-5
lines changed

.changeset/pre.json

+5
Original file line numberDiff line numberDiff line change
@@ -28,25 +28,30 @@
2828
"friendly-gorillas-walk",
2929
"friendly-sloths-return",
3030
"funny-apricots-learn",
31+
"fuzzy-jobs-compare",
3132
"gentle-melons-pretend",
3233
"heavy-seas-carry",
3334
"hip-hornets-cheer",
3435
"loud-dolphins-relate",
3536
"mean-dingos-hug",
37+
"neat-maps-tickle",
3638
"nervous-terms-explode",
3739
"nine-otters-repeat",
3840
"proud-pillows-try",
3941
"purple-melons-invent",
4042
"red-trains-deny",
4143
"rich-wasps-tease",
4244
"rotten-weeks-tickle",
45+
"shaggy-poems-appear",
4346
"shaggy-poems-return",
47+
"slimy-weeks-hope",
4448
"sour-zebras-tell",
4549
"sweet-socks-whisper",
4650
"thirty-ravens-draw",
4751
"tiny-berries-bow",
4852
"tricky-meals-heal",
4953
"twenty-goats-flow",
54+
"unlucky-dodos-grab",
5055
"wild-cooks-pay",
5156
"witty-balloons-thank"
5257
]

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.6
4+
35
## 2.0.0-alpha.5
46

57
## 2.0.0-alpha.4

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.5",
4+
"version": "2.0.0-alpha.6",
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.6
4+
35
## 2.0.0-alpha.5
46

57
## 2.0.0-alpha.4

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.5",
4+
"version": "2.0.0-alpha.6",
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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`fe8c395`](https://github.com/QwikDev/qwik/commit/fe8c39590c01621432e7a642c2e5988dfb93986f), [`3065344`](https://github.com/QwikDev/qwik/commit/3065344906c882998e7fd276a92df62e10c51cf6), [`50adb35`](https://github.com/QwikDev/qwik/commit/50adb352f1f30ff408d600286c7040b29d972a9e), [`dc08212`](https://github.com/QwikDev/qwik/commit/dc08212ef5e2157aa401dcb13419fc452f10d523), [`decee40`](https://github.com/QwikDev/qwik/commit/decee4066bf8ecf2cc6db976bc7ecae9ecf59ceb)]:
8+
- @qwik.dev/[email protected]
9+
310
## 2.0.0-alpha.5
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.5",
4+
"version": "2.0.0-alpha.6",
55
"bugs": "https://github.com/QwikDev/qwik/issues",
66
"devDependencies": {
77
"@qwik.dev/core": "workspace:*",

packages/qwik-router/CHANGELOG.md

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

3+
## 2.0.0-alpha.6
4+
35
## 2.0.0-alpha.5
46

57
## 2.0.0-alpha.4

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

packages/qwik/CHANGELOG.md

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

3+
## 2.0.0-alpha.6
4+
5+
### Patch Changes
6+
7+
- 🐞🩹 component props as var props (by [@Varixo](https://github.com/Varixo) in [#7265](https://github.com/QwikDev/qwik/pull/7265))
8+
9+
- 🐞🩹 input's value is string when passing number (by [@JerryWu1234](https://github.com/JerryWu1234) in [#7182](https://github.com/QwikDev/qwik/pull/7182))
10+
11+
- ✨ log a warning instead of throwing an error for server host mismatch error (by [@Varixo](https://github.com/Varixo) in [#7236](https://github.com/QwikDev/qwik/pull/7236))
12+
13+
- 🐞🩹 retry vnode diffing on promise throw (by [@Varixo](https://github.com/Varixo) in [#7259](https://github.com/QwikDev/qwik/pull/7259))
14+
15+
- 🐞🩹 convert destructured array's props to signal (by [@Varixo](https://github.com/Varixo) in [#7217](https://github.com/QwikDev/qwik/pull/7217))
16+
317
## 2.0.0-alpha.5
418

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

0 commit comments

Comments
 (0)