Skip to content

Commit afba44a

Browse files
Version Packages (beta)
1 parent 0ad6748 commit afba44a

File tree

13 files changed

+80
-6
lines changed

13 files changed

+80
-6
lines changed

.changeset/pre.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"all-cloths-hammer",
2222
"angry-boats-lose",
2323
"angry-grapes-itch",
24+
"angry-jokes-brush",
2425
"better-shrimps-sin",
2526
"blue-beans-happen",
2627
"brave-files-grin",
@@ -35,14 +36,18 @@
3536
"cold-moons-follow",
3637
"cold-rice-slide",
3738
"common-breads-wait",
39+
"crazy-dodos-attend",
3840
"cyan-bottles-speak",
3941
"cyan-walls-sing",
4042
"dark-eagles-tap",
43+
"deep-places-allow",
4144
"dirty-lemons-shop",
4245
"dirty-lines-march",
46+
"eager-coats-retire",
4347
"easy-geese-watch",
4448
"eighty-ligers-wink",
4549
"eighty-points-argue",
50+
"empty-mails-laugh",
4651
"every-badgers-bake",
4752
"fair-cameras-boil",
4853
"famous-numbers-kneel",
@@ -69,6 +74,7 @@
6974
"great-news-lie",
7075
"green-drinks-strive",
7176
"happy-banks-dream",
77+
"heavy-clouds-walk",
7278
"heavy-kids-wave",
7379
"heavy-maps-wash",
7480
"heavy-radios-dream",
@@ -105,6 +111,8 @@
105111
"olive-yaks-prove",
106112
"open-beds-grab",
107113
"orange-otters-attend",
114+
"orange-planes-kiss",
115+
"petite-experts-press",
108116
"plain-eggs-clean",
109117
"polite-parents-win",
110118
"polite-sloths-visit",
@@ -167,6 +175,7 @@
167175
"tidy-chefs-tickle",
168176
"tiny-berries-bow",
169177
"tiny-cows-pick",
178+
"tricky-dogs-cross",
170179
"tricky-meals-heal",
171180
"tricky-peaches-buy",
172181
"twelve-buckets-brake",

packages/create-qwik/CHANGELOG.md

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

3+
## 2.0.0-beta.14
4+
5+
### Major Changes
6+
7+
- BREAKING: the CJS/UMD builds have been removed; ESM is well-supported everywhere and allows better optimizations. (by [@JerryWu1234](https://github.com/JerryWu1234) in [#8103](https://github.com/QwikDev/qwik/pull/8103))
8+
39
## 2.0.0-beta.13
410

511
## 2.0.0-beta.12

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.13",
4+
"version": "2.0.0-beta.14",
55
"author": "Qwik Team",
66
"bin": "./create-qwik.mjs",
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.14
4+
35
## 2.0.0-beta.13
46

57
### Minor Changes

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.13",
4+
"version": "2.0.0-beta.14",
55
"author": "Qwik Team",
66
"bugs": "https://github.com/QwikDev/qwik/issues",
77
"dependencies": {

packages/qwik-react/CHANGELOG.md

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

3+
## 2.0.0-beta.14
4+
5+
### Major Changes
6+
7+
- BREAKING: the CJS/UMD builds have been removed; ESM is well-supported everywhere and allows better optimizations. (by [@JerryWu1234](https://github.com/JerryWu1234) in [#8103](https://github.com/QwikDev/qwik/pull/8103))
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`2d69c94`](https://github.com/QwikDev/qwik/commit/2d69c9421bb5dd81aa884def45d5059e2bd8c31f), [`d8767fb`](https://github.com/QwikDev/qwik/commit/d8767fb3ff186446aa7254047c28ee2292133c63), [`3bbd3d8`](https://github.com/QwikDev/qwik/commit/3bbd3d8040b6bf12e62b1e92570ec34df7ea5a72), [`e20e531`](https://github.com/QwikDev/qwik/commit/e20e53148d59dd370774552b4bfb69129547523e), [`022969a`](https://github.com/QwikDev/qwik/commit/022969ace44a07a40ab73daeae0e414fc3200ba9), [`a369eeb`](https://github.com/QwikDev/qwik/commit/a369eebb2637fbd46ca13960277e9c45f41422b7), [`0a69921`](https://github.com/QwikDev/qwik/commit/0a69921049732b732d39bc36824ab1f11d68c21e), [`dd12f2f`](https://github.com/QwikDev/qwik/commit/dd12f2f7df28ef4cc480a01498b0c573307b2644)]:
12+
- @qwik.dev/core@2.0.0-beta.14
13+
314
## 2.0.0-beta.13
415

516
### 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.13",
4+
"version": "2.0.0-beta.14",
55
"bugs": "https://github.com/QwikDev/qwik/issues",
66
"devDependencies": {
77
"@qwik.dev/core": "workspace:*",

packages/qwik-router/CHANGELOG.md

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

3+
## 2.0.0-beta.14
4+
5+
### Major Changes
6+
7+
- BREAKING: the CJS/UMD builds have been removed; ESM is well-supported everywhere and allows better optimizations. (by [@JerryWu1234](https://github.com/JerryWu1234) in [#8103](https://github.com/QwikDev/qwik/pull/8103))
8+
9+
### Minor Changes
10+
11+
- ✨ extend routeLoader$ signal type and eslint rule (by [@Varixo](https://github.com/Varixo) in [#8126](https://github.com/QwikDev/qwik/pull/8126))
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`2d69c94`](https://github.com/QwikDev/qwik/commit/2d69c9421bb5dd81aa884def45d5059e2bd8c31f), [`d8767fb`](https://github.com/QwikDev/qwik/commit/d8767fb3ff186446aa7254047c28ee2292133c63), [`3bbd3d8`](https://github.com/QwikDev/qwik/commit/3bbd3d8040b6bf12e62b1e92570ec34df7ea5a72), [`e20e531`](https://github.com/QwikDev/qwik/commit/e20e53148d59dd370774552b4bfb69129547523e), [`022969a`](https://github.com/QwikDev/qwik/commit/022969ace44a07a40ab73daeae0e414fc3200ba9), [`a369eeb`](https://github.com/QwikDev/qwik/commit/a369eebb2637fbd46ca13960277e9c45f41422b7), [`0a69921`](https://github.com/QwikDev/qwik/commit/0a69921049732b732d39bc36824ab1f11d68c21e), [`dd12f2f`](https://github.com/QwikDev/qwik/commit/dd12f2f7df28ef4cc480a01498b0c573307b2644)]:
16+
- @qwik.dev/core@2.0.0-beta.14
17+
318
## 2.0.0-beta.13
419

520
### Patch Changes

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.13",
4+
"version": "2.0.0-beta.14",
55
"bugs": "https://github.com/QwikDev/qwik/issues",
66
"dependencies": {
77
"@azure/functions": "3.5.1",

packages/qwik/CHANGELOG.md

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

3+
## 2.0.0-beta.14
4+
5+
### Major Changes
6+
7+
- BREAKING: the CJS/UMD builds have been removed; ESM is well-supported everywhere and allows better optimizations. (by [@JerryWu1234](https://github.com/JerryWu1234) in [#8103](https://github.com/QwikDev/qwik/pull/8103))
8+
9+
### Minor Changes
10+
11+
- ✨ rename .resolve() to .promise() (by [@Varixo](https://github.com/Varixo) in [#8126](https://github.com/QwikDev/qwik/pull/8126))
12+
13+
- ✨ support promises in attributes (by [@Varixo](https://github.com/Varixo) in [#8117](https://github.com/QwikDev/qwik/pull/8117))
14+
15+
- ✨ change behavior of useAsyncComputed$ to throw only once (by [@Varixo](https://github.com/Varixo) in [#8126](https://github.com/QwikDev/qwik/pull/8126))
16+
17+
### Patch Changes
18+
19+
- 🐞🩹 Qwik vite plugin respects outDir change (by [@gnemanja](https://github.com/gnemanja) in [#8127](https://github.com/QwikDev/qwik/pull/8127))
20+
21+
- 🐞🩹 serializing reused qrl (by [@Varixo](https://github.com/Varixo) in [#8131](https://github.com/QwikDev/qwik/pull/8131))
22+
23+
- 🐞🩹 allow to modify inline component's children component props (by [@Varixo](https://github.com/Varixo) in [#8141](https://github.com/QwikDev/qwik/pull/8141))
24+
25+
- 🐞🩹 The types for the JSX event handlers are more precise about their scope (e.g. no `document:OnQVisible$` or `onQIdle$`). (by [@wmertens](https://github.com/wmertens) in [#8134](https://github.com/QwikDev/qwik/pull/8134))
26+
327
## 2.0.0-beta.13
428

529
### Minor Changes

0 commit comments

Comments
 (0)