Skip to content

Commit bc9c479

Browse files
Version Packages (beta)
1 parent 0bdbd8f commit bc9c479

File tree

11 files changed

+47
-5
lines changed

11 files changed

+47
-5
lines changed

.changeset/pre.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"afraid-garlics-greet",
2020
"afraid-wolves-heal",
2121
"all-cloths-hammer",
22+
"all-poets-sink",
2223
"angry-boats-lose",
2324
"angry-grapes-itch",
2425
"angry-jokes-brush",
@@ -36,13 +37,16 @@
3637
"cold-moons-follow",
3738
"cold-rice-slide",
3839
"common-breads-wait",
40+
"crazy-cities-tap",
3941
"crazy-dodos-attend",
4042
"cyan-bottles-speak",
4143
"cyan-walls-sing",
4244
"dark-eagles-tap",
4345
"deep-places-allow",
4446
"dirty-lemons-shop",
4547
"dirty-lines-march",
48+
"dirty-meals-attack",
49+
"dull-insects-slide",
4650
"eager-coats-retire",
4751
"easy-geese-watch",
4852
"eighty-ligers-wink",
@@ -117,6 +121,7 @@
117121
"plain-eggs-clean",
118122
"polite-parents-win",
119123
"polite-sloths-visit",
124+
"poor-peaches-roll",
120125
"pretty-glasses-mate",
121126
"pretty-parents-draw",
122127
"pretty-trees-check",
@@ -176,6 +181,7 @@
176181
"tidy-chefs-tickle",
177182
"tiny-berries-bow",
178183
"tiny-cows-pick",
184+
"tough-plants-stay",
179185
"tricky-dogs-cross",
180186
"tricky-meals-heal",
181187
"tricky-peaches-buy",

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.15
4+
35
## 2.0.0-beta.14
46

57
### Major Changes

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.14",
4+
"version": "2.0.0-beta.15",
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.15
4+
35
## 2.0.0-beta.14
46

57
## 2.0.0-beta.13

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.14",
4+
"version": "2.0.0-beta.15",
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.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8af7775`](https://github.com/QwikDev/qwik/commit/8af7775a53c2ddb952b04360a79106b5c500b822), [`1fc309c`](https://github.com/QwikDev/qwik/commit/1fc309cc59227aa4913e70c0749e0c2aacc190db), [`23b3dcd`](https://github.com/QwikDev/qwik/commit/23b3dcddc25a1988ec96c024acd71e2a931edff4), [`86e3a98`](https://github.com/QwikDev/qwik/commit/86e3a98a4ee8fb53ffe0c26bf2788749ed949ff6), [`f026a32`](https://github.com/QwikDev/qwik/commit/f026a326ad2914a4e124602b6d491323928ffb73), [`dce9976`](https://github.com/QwikDev/qwik/commit/dce9976fb80a9d9f5f4e2a6f862c712c24993223)]:
8+
- @qwik.dev/core@2.0.0-beta.15
9+
310
## 2.0.0-beta.14
411

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

packages/qwik-router/CHANGELOG.md

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

3+
## 2.0.0-beta.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8af7775`](https://github.com/QwikDev/qwik/commit/8af7775a53c2ddb952b04360a79106b5c500b822), [`1fc309c`](https://github.com/QwikDev/qwik/commit/1fc309cc59227aa4913e70c0749e0c2aacc190db), [`23b3dcd`](https://github.com/QwikDev/qwik/commit/23b3dcddc25a1988ec96c024acd71e2a931edff4), [`86e3a98`](https://github.com/QwikDev/qwik/commit/86e3a98a4ee8fb53ffe0c26bf2788749ed949ff6), [`f026a32`](https://github.com/QwikDev/qwik/commit/f026a326ad2914a4e124602b6d491323928ffb73), [`dce9976`](https://github.com/QwikDev/qwik/commit/dce9976fb80a9d9f5f4e2a6f862c712c24993223)]:
8+
- @qwik.dev/core@2.0.0-beta.15
9+
310
## 2.0.0-beta.14
411

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

packages/qwik/CHANGELOG.md

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

3+
## 2.0.0-beta.15
4+
5+
### Minor Changes
6+
7+
- 🐞🩹 don't trigger document and window events for normal events (by [@Varixo](https://github.com/Varixo) in [#8170](https://github.com/QwikDev/qwik/pull/8170))
8+
9+
- ✨ make props more reactive for var props (by [@Varixo](https://github.com/Varixo) in [#8156](https://github.com/QwikDev/qwik/pull/8156))
10+
11+
### Patch Changes
12+
13+
- 🐞🩹 defer setting scoped style until jsx is resolved (by [@Varixo](https://github.com/Varixo) in [#8161](https://github.com/QwikDev/qwik/pull/8161))
14+
15+
- 🐞🩹 serialize correctly null or undefined value for signals (by [@Varixo](https://github.com/Varixo) in [#8160](https://github.com/QwikDev/qwik/pull/8160))
16+
17+
- 🐞🩹 correct running chores handling edge case (by [@Varixo](https://github.com/Varixo) in [#8167](https://github.com/QwikDev/qwik/pull/8167))
18+
19+
- 🐞🩹 setting undefined as input value (by [@Varixo](https://github.com/Varixo) in [#8157](https://github.com/QwikDev/qwik/pull/8157))
20+
321
## 2.0.0-beta.14
422

523
### Major Changes

0 commit comments

Comments
 (0)