Skip to content

Commit 56202de

Browse files
Version Packages (alpha)
1 parent d7421f1 commit 56202de

File tree

11 files changed

+42
-5
lines changed

11 files changed

+42
-5
lines changed

.changeset/pre.json

+6
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"chilled-spoons-wonder",
2626
"chilly-fans-shave",
2727
"clever-flowers-drum",
28+
"cold-moons-follow",
2829
"cyan-bottles-speak",
2930
"dirty-lemons-shop",
3031
"eighty-ligers-wink",
@@ -42,6 +43,7 @@
4243
"funny-apricots-learn",
4344
"fuzzy-jobs-compare",
4445
"gentle-melons-pretend",
46+
"good-tables-rush",
4547
"heavy-kids-wave",
4648
"heavy-radios-dream",
4749
"heavy-seas-carry",
@@ -62,6 +64,7 @@
6264
"proud-pillows-try",
6365
"purple-melons-invent",
6466
"red-trains-deny",
67+
"rich-shirts-thank",
6568
"rich-wasps-tease",
6669
"rotten-penguins-cough",
6770
"rotten-weeks-tickle",
@@ -73,6 +76,7 @@
7376
"slimy-weeks-hope",
7477
"sour-zebras-tell",
7578
"strange-bottles-sleep",
79+
"sweet-hairs-remember",
7680
"sweet-socks-whisper",
7781
"swift-flowers-juggle",
7882
"tame-glasses-explain",
@@ -83,7 +87,9 @@
8387
"tricky-peaches-buy",
8488
"twenty-goats-flow",
8589
"unlucky-dodos-grab",
90+
"unlucky-olives-knock",
8691
"warm-camels-remain",
92+
"wet-bobcats-decide",
8793
"wicked-pets-chew",
8894
"wild-cooks-pay",
8995
"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 [[`8fbbe3e`](https://github.com/QwikDev/qwik/commit/8fbbe3e7e74d256514f60f0bb44785737f8c4c6b), [`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

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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+
- 🐞🩹 infinity loop while tracking element ref (by [@Varixo](https://github.com/Varixo) in [#7574](https://github.com/QwikDev/qwik/pull/7574))
12+
13+
- 🐞🩹 add HTMLElementAttrs and SVGProps types to exports (by [@JerryWu1234](https://github.com/JerryWu1234) in [#7510](https://github.com/QwikDev/qwik/pull/7510))
14+
15+
- 🐞🩹 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))
16+
17+
- 🐞🩹 signal wrapper should not rerender causing missing child error (by [@Varixo](https://github.com/Varixo) in [#7550](https://github.com/QwikDev/qwik/pull/7550))
18+
19+
- 🐞🩹 inflating text nodes from single shared text node (by [@Varixo](https://github.com/Varixo) in [#7538](https://github.com/QwikDev/qwik/pull/7538))
20+
321
## 2.0.0-alpha.9
422

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