Skip to content

Commit 4980e40

Browse files
Version Packages (beta)
1 parent 65ca15c commit 4980e40

File tree

11 files changed

+36
-5
lines changed

11 files changed

+36
-5
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"clever-flowers-drum",
3232
"cold-moons-follow",
3333
"cold-rice-slide",
34+
"common-breads-wait",
3435
"cyan-bottles-speak",
3536
"cyan-walls-sing",
3637
"dirty-lemons-shop",
@@ -103,8 +104,10 @@
103104
"sharp-apples-relate",
104105
"short-suits-bet",
105106
"shy-walls-shake",
107+
"silly-symbols-sleep",
106108
"six-games-float",
107109
"sixty-grapes-beam",
110+
"slick-clowns-relax",
108111
"slimy-weeks-hope",
109112
"smooth-cups-press",
110113
"soft-insects-see",
@@ -120,6 +123,7 @@
120123
"tall-rivers-appear",
121124
"tame-glasses-explain",
122125
"tasty-penguins-ring",
126+
"tasty-turkeys-stand",
123127
"thirty-carrots-stand",
124128
"thirty-ravens-draw",
125129
"tiny-berries-bow",

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

57
## 2.0.0-beta.6

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

57
## 2.0.0-beta.6

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.7",
4+
"version": "2.0.0-beta.8",
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.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`08c3a0c`](https://github.com/QwikDev/qwik/commit/08c3a0cd31c3e14880961320017053b5bea8f114), [`3cb6697`](https://github.com/QwikDev/qwik/commit/3cb669797a90e27e954808b5cbf4325e1976c0be), [`01c35f8`](https://github.com/QwikDev/qwik/commit/01c35f8678e240e2d4e3016b79ba2ff6458f36f3)]:
8+
- @qwik.dev/[email protected]
9+
310
## 2.0.0-beta.7
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.7",
4+
"version": "2.0.0-beta.8",
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.8
4+
5+
### Patch Changes
6+
7+
- 🐞🩹 Zod validator uses defined locale for the current request (by [@knoid](https://github.com/knoid) in [#7804](https://github.com/QwikDev/qwik/pull/7804))
8+
39
## 2.0.0-beta.7
410

511
### Minor 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.7",
4+
"version": "2.0.0-beta.8",
55
"bugs": "https://github.com/QwikDev/qwik/issues",
66
"dependencies": {
77
"@mdx-js/mdx": "^3",

packages/qwik/CHANGELOG.md

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

3+
## 2.0.0-beta.8
4+
5+
### Patch Changes
6+
7+
- 🐞🩹 handle falsy value as context value (by [@Varixo](https://github.com/Varixo) in [#7814](https://github.com/QwikDev/qwik/pull/7814))
8+
9+
- Add explicit tag nesting rules for <picture> and <button> elements (by [@tzdesign](https://github.com/tzdesign) in [#7798](https://github.com/QwikDev/qwik/pull/7798))
10+
11+
- 🐞🩹 handle falsy value for dangerouslySetInnerHTML (by [@Varixo](https://github.com/Varixo) in [#7810](https://github.com/QwikDev/qwik/pull/7810))
12+
313
## 2.0.0-beta.7
414

515
## 2.0.0-beta.6

0 commit comments

Comments
 (0)