Skip to content

Commit 9849dcf

Browse files
authored
Merge pull request #7701 from QwikDev/changeset-release/build/v2
2 parents e02bb88 + f8f88ee commit 9849dcf

File tree

11 files changed

+50
-5
lines changed

11 files changed

+50
-5
lines changed

.changeset/pre.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,11 @@
3131
"cyan-bottles-speak",
3232
"cyan-walls-sing",
3333
"dirty-lemons-shop",
34+
"dirty-lines-march",
3435
"eighty-ligers-wink",
36+
"eighty-points-argue",
3537
"fair-cameras-boil",
38+
"famous-numbers-kneel",
3639
"fast-baboons-itch",
3740
"few-mugs-accept",
3841
"five-kangaroos-matter",
@@ -63,11 +66,13 @@
6366
"nervous-terms-explode",
6467
"nine-otters-repeat",
6568
"old-guests-stare",
69+
"old-mangos-return",
6670
"old-mayflies-fetch",
6771
"olive-cameras-collect",
6872
"olive-yaks-prove",
6973
"orange-otters-attend",
7074
"pretty-trees-check",
75+
"proud-houses-fix",
7176
"proud-kangaroos-boil",
7277
"proud-pillows-try",
7378
"purple-melons-invent",
@@ -84,6 +89,7 @@
8489
"sharp-apples-relate",
8590
"shy-walls-shake",
8691
"six-games-float",
92+
"sixty-grapes-beam",
8793
"slimy-weeks-hope",
8894
"soft-insects-see",
8995
"some-birds-juggle",
@@ -94,6 +100,7 @@
94100
"sweet-hairs-remember",
95101
"sweet-socks-whisper",
96102
"swift-flowers-juggle",
103+
"tall-rivers-appear",
97104
"tame-glasses-explain",
98105
"tasty-penguins-ring",
99106
"thirty-carrots-stand",
@@ -107,6 +114,7 @@
107114
"warm-camels-remain",
108115
"wet-bobcats-decide",
109116
"wicked-pets-chew",
117+
"wide-boats-pump",
110118
"wild-cooks-pay",
111119
"witty-balloons-thank",
112120
"young-cameras-hang"

packages/create-qwik/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# create-qwik
22

3+
## 2.0.0-beta.4
4+
35
## 2.0.0-beta.3
46

57
## 2.0.0-beta.2

packages/create-qwik/package.json

Lines changed: 1 addition & 1 deletion
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-beta.3",
4+
"version": "2.0.0-beta.4",
55
"author": "Qwik Team",
66
"bin": "./create-qwik.cjs",
77
"bugs": "https://github.com/QwikDev/qwik/issues",

packages/eslint-plugin-qwik/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# eslint-plugin-qwik
22

3+
## 2.0.0-beta.4
4+
35
## 2.0.0-beta.3
46

57
## 2.0.0-beta.2

packages/eslint-plugin-qwik/package.json

Lines changed: 1 addition & 1 deletion
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-beta.3",
4+
"version": "2.0.0-beta.4",
55
"author": "Qwik Team",
66
"bugs": "https://github.com/QwikDev/qwik/issues",
77
"dependencies": {

packages/qwik-react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @qwik.dev/react
22

3+
## 2.0.0-beta.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b0e9c6b`](https://github.com/QwikDev/qwik/commit/b0e9c6b125f9365b86a3a19ba8b27b0a386ac3ad), [`b0e9c6b`](https://github.com/QwikDev/qwik/commit/b0e9c6b125f9365b86a3a19ba8b27b0a386ac3ad), [`b0e9c6b`](https://github.com/QwikDev/qwik/commit/b0e9c6b125f9365b86a3a19ba8b27b0a386ac3ad), [`b0e9c6b`](https://github.com/QwikDev/qwik/commit/b0e9c6b125f9365b86a3a19ba8b27b0a386ac3ad), [`b0e9c6b`](https://github.com/QwikDev/qwik/commit/b0e9c6b125f9365b86a3a19ba8b27b0a386ac3ad), [`b0e9c6b`](https://github.com/QwikDev/qwik/commit/b0e9c6b125f9365b86a3a19ba8b27b0a386ac3ad), [`b0e9c6b`](https://github.com/QwikDev/qwik/commit/b0e9c6b125f9365b86a3a19ba8b27b0a386ac3ad)]:
8+
- @qwik.dev/[email protected]
9+
310
## 2.0.0-beta.3
411

512
### Patch Changes

packages/qwik-react/package.json

Lines changed: 1 addition & 1 deletion
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-beta.3",
4+
"version": "2.0.0-beta.4",
55
"bugs": "https://github.com/QwikDev/qwik/issues",
66
"devDependencies": {
77
"@qwik.dev/core": "workspace:*",

packages/qwik-router/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @qwik.dev/city
22

3+
## 2.0.0-beta.4
4+
5+
### Minor Changes
6+
7+
- ✨ implement route loaders serialization RFC with the correct "data shaken" (by [@Varixo](https://github.com/Varixo) in [#7466](https://github.com/QwikDev/qwik/pull/7466))
8+
39
## 2.0.0-beta.3
410

511
## 2.0.0-beta.2

packages/qwik-router/package.json

Lines changed: 1 addition & 1 deletion
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-beta.3",
4+
"version": "2.0.0-beta.4",
55
"bugs": "https://github.com/QwikDev/qwik/issues",
66
"dependencies": {
77
"@mdx-js/mdx": "^3",

packages/qwik/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @qwik.dev/core
22

3+
## 2.0.0-beta.4
4+
5+
### Minor Changes
6+
7+
- ✨ implement new SerializationWeakRef class for values that can be not serialized (by [@Varixo](https://github.com/Varixo) in [#7466](https://github.com/QwikDev/qwik/pull/7466))
8+
9+
- ✨ expose option to never or always serialize computed-like signal value (by [@Varixo](https://github.com/Varixo) in [#7466](https://github.com/QwikDev/qwik/pull/7466))
10+
11+
### Patch Changes
12+
13+
- 🐞🩹 async computed signal promise rejection (by [@Varixo](https://github.com/Varixo) in [#7466](https://github.com/QwikDev/qwik/pull/7466))
14+
15+
- ✨ expose invalidate method for computed-like signals (by [@Varixo](https://github.com/Varixo) in [#7466](https://github.com/QwikDev/qwik/pull/7466))
16+
17+
- 🐞🩹 maximum component rerender retries (by [@Varixo](https://github.com/Varixo) in [#7466](https://github.com/QwikDev/qwik/pull/7466))
18+
19+
- 🐞🩹 serializer symbol value recalculate without update function (by [@Varixo](https://github.com/Varixo) in [#7466](https://github.com/QwikDev/qwik/pull/7466))
20+
21+
- 🐞🩹 async computed correctly handle returning falsy value (by [@Varixo](https://github.com/Varixo) in [#7466](https://github.com/QwikDev/qwik/pull/7466))
22+
323
## 2.0.0-beta.3
424

525
### Patch Changes

0 commit comments

Comments
 (0)