Skip to content

Commit 7eff689

Browse files
Version Packages (alpha)
1 parent 9b92141 commit 7eff689

File tree

11 files changed

+31
-5
lines changed

11 files changed

+31
-5
lines changed

.changeset/pre.json

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"hip-hornets-cheer",
3434
"loud-dolphins-relate",
3535
"mean-dingos-hug",
36+
"neat-maps-tickle",
3637
"nervous-terms-explode",
3738
"nine-otters-repeat",
3839
"proud-pillows-try",
@@ -41,12 +42,14 @@
4142
"rich-wasps-tease",
4243
"rotten-weeks-tickle",
4344
"shaggy-poems-return",
45+
"slimy-weeks-hope",
4446
"sour-zebras-tell",
4547
"sweet-socks-whisper",
4648
"thirty-ravens-draw",
4749
"tiny-berries-bow",
4850
"tricky-meals-heal",
4951
"twenty-goats-flow",
52+
"unlucky-dodos-grab",
5053
"wild-cooks-pay",
5154
"witty-balloons-thank"
5255
]

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 [[`3065344`](https://github.com/QwikDev/qwik/commit/3065344906c882998e7fd276a92df62e10c51cf6), [`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

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

3+
## 2.0.0-alpha.6
4+
5+
### Patch Changes
6+
7+
- 🐞🩹 input's value is string when passing number (by [@JerryWu1234](https://github.com/JerryWu1234) in [#7182](https://github.com/QwikDev/qwik/pull/7182))
8+
9+
- 🐞🩹 retry vnode diffing on promise throw (by [@Varixo](https://github.com/Varixo) in [#7259](https://github.com/QwikDev/qwik/pull/7259))
10+
11+
- 🐞🩹 convert destructured array's props to signal (by [@Varixo](https://github.com/Varixo) in [#7217](https://github.com/QwikDev/qwik/pull/7217))
12+
313
## 2.0.0-alpha.5
414

515
### 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)