Skip to content

Commit 0a6c92c

Browse files
Version Packages (alpha)
1 parent e24338a commit 0a6c92c

File tree

11 files changed

+39
-5
lines changed

11 files changed

+39
-5
lines changed

.changeset/pre.json

+5
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"funny-apricots-learn",
4343
"fuzzy-jobs-compare",
4444
"gentle-melons-pretend",
45+
"good-tables-rush",
4546
"heavy-kids-wave",
4647
"heavy-radios-dream",
4748
"heavy-seas-carry",
@@ -62,6 +63,7 @@
6263
"proud-pillows-try",
6364
"purple-melons-invent",
6465
"red-trains-deny",
66+
"rich-shirts-thank",
6567
"rich-wasps-tease",
6668
"rotten-penguins-cough",
6769
"rotten-weeks-tickle",
@@ -73,6 +75,7 @@
7375
"slimy-weeks-hope",
7476
"sour-zebras-tell",
7577
"strange-bottles-sleep",
78+
"sweet-hairs-remember",
7679
"sweet-socks-whisper",
7780
"swift-flowers-juggle",
7881
"tame-glasses-explain",
@@ -83,7 +86,9 @@
8386
"tricky-peaches-buy",
8487
"twenty-goats-flow",
8588
"unlucky-dodos-grab",
89+
"unlucky-olives-knock",
8690
"warm-camels-remain",
91+
"wet-bobcats-decide",
8792
"wicked-pets-chew",
8893
"wild-cooks-pay",
8994
"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 [[`6ddb0cf`](https://github.com/QwikDev/qwik/commit/6ddb0cf2923d09317b1c8eeb87138337c02691ea), [`7968493`](https://github.com/QwikDev/qwik/commit/79684932b0ae329dda11adb247ca7f9197235519), [`11dce5d`](https://github.com/QwikDev/qwik/commit/11dce5d0a5d104d84a2a8e84a844ab822ffb5cc4), [`eb493de`](https://github.com/QwikDev/qwik/commit/eb493deb3e1af3cb2ea9a4d1f60f822f5731f778), [`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

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

3+
## 2.0.0-alpha.10
4+
5+
### Minor Changes
6+
7+
- ✨ allow async operations in useComputed$ hook (by [@Varixo](https://github.com/Varixo) in [#7552](https://github.com/QwikDev/qwik/pull/7552))
8+
9+
### Patch Changes
10+
11+
- 🐞🩹 add HTMLElementAttrs and SVGProps types to exports (by [@JerryWu1234](https://github.com/JerryWu1234) in [#7510](https://github.com/QwikDev/qwik/pull/7510))
12+
13+
- 🐞🩹 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))
14+
15+
- 🐞🩹 signal wrapper should not rerender causing missing child error (by [@Varixo](https://github.com/Varixo) in [#7550](https://github.com/QwikDev/qwik/pull/7550))
16+
17+
- 🐞🩹 inflating text nodes from single shared text node (by [@Varixo](https://github.com/Varixo) in [#7538](https://github.com/QwikDev/qwik/pull/7538))
18+
319
## 2.0.0-alpha.9
420

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