Skip to content

Commit 683d7c0

Browse files
Version Packages (alpha)
1 parent b65dcdf commit 683d7c0

File tree

11 files changed

+28
-5
lines changed

11 files changed

+28
-5
lines changed

.changeset/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"slimy-weeks-hope",
7474
"sour-zebras-tell",
7575
"strange-bottles-sleep",
76+
"sweet-hairs-remember",
7677
"sweet-socks-whisper",
7778
"swift-flowers-juggle",
7879
"tame-glasses-explain",
@@ -84,6 +85,7 @@
8485
"twenty-goats-flow",
8586
"unlucky-dodos-grab",
8687
"warm-camels-remain",
88+
"wet-bobcats-decide",
8789
"wicked-pets-chew",
8890
"wild-cooks-pay",
8991
"witty-balloons-thank",

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

57
## 2.0.0-alpha.8

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

57
## 2.0.0-alpha.8

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.9",
4+
"version": "2.0.0-alpha.10",
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.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`11dce5d`](https://github.com/QwikDev/qwik/commit/11dce5d0a5d104d84a2a8e84a844ab822ffb5cc4), [`f5732f5`](https://github.com/QwikDev/qwik/commit/f5732f509853840a0337f823ed7d40920fae325b)]:
8+
- @qwik.dev/[email protected]
9+
310
## 2.0.0-alpha.9
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.9",
4+
"version": "2.0.0-alpha.10",
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.10
4+
35
## 2.0.0-alpha.9
46

57
## 2.0.0-alpha.8

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

packages/qwik/CHANGELOG.md

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

3+
## 2.0.0-alpha.10
4+
5+
### Patch Changes
6+
7+
- 🐞🩹 Introduce retry logic for QRL resolution to handle potential promise retries, ensuring robustness in asynchronous operations. (by [@JerryWu1234](https://github.com/JerryWu1234) in [#7470](https://github.com/QwikDev/qwik/pull/7470))
8+
9+
- 🐞🩹 inflating text nodes from single shared text node (by [@Varixo](https://github.com/Varixo) in [#7538](https://github.com/QwikDev/qwik/pull/7538))
10+
311
## 2.0.0-alpha.9
412

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

0 commit comments

Comments
 (0)