Skip to content

Commit 5994de2

Browse files
authored
Merge pull request #8426 from QwikDev/changeset-release/upcoming
Version Packages
2 parents d7aee95 + 0a5e7a4 commit 5994de2

File tree

11 files changed

+22
-19
lines changed

11 files changed

+22
-19
lines changed

.changeset/breezy-items-relax.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/small-candies-train.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/smooth-ends-count.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

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+
## 1.19.2
4+
35
## 1.19.1
46

57
## 1.19.0

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": "1.19.1",
4+
"version": "1.19.2",
55
"author": "Builder.io 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+
## 1.19.2
4+
35
## 1.19.1
46

57
### Patch 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": "1.19.1",
4+
"version": "1.19.2",
55
"author": "Builder Team",
66
"bugs": "https://github.com/QwikDev/qwik/issues",
77
"dependencies": {

packages/qwik-city/CHANGELOG.md

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

3+
## 1.19.2
4+
5+
### Patch Changes
6+
7+
- 🐞🩹 When a form POST is done, keys like "name.1" mean it's an array. However, later keys could be strings like "name.value". Now, we check if all the keys are numbers, otherwise we make an object instead of an array. This allows for more correct form data handling. (by [@wmertens](https://github.com/wmertens) in [#8424](https://github.com/QwikDev/qwik/pull/8424))
8+
9+
- 🐞🩹 handle special characters in dynamic route (by [@gioboa](https://github.com/gioboa) in [#8400](https://github.com/QwikDev/qwik/pull/8400))
10+
311
## 1.19.1
412

513
### Patch Changes

packages/qwik-city/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@builder.io/qwik-city",
33
"description": "The meta-framework for Qwik.",
4-
"version": "1.19.1",
4+
"version": "1.19.2",
55
"bugs": "https://github.com/QwikDev/qwik/issues",
66
"dependencies": {
77
"@mdx-js/mdx": "^3.1.1",

packages/qwik/CHANGELOG.md

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

3+
## 1.19.2
4+
5+
### Patch Changes
6+
7+
- 🐞🩹 type casts to bridge Rollup vs Rolldown type differences without changing runtime behavior (by [@gioboa](https://github.com/gioboa) in [#8405](https://github.com/QwikDev/qwik/pull/8405))
8+
39
## 1.19.1
410

511
### Patch Changes

0 commit comments

Comments
 (0)