Skip to content

Commit fe02134

Browse files
authored
Merge pull request #8398 from QwikDev/changeset-release/upcoming
Version Packages
2 parents f92f301 + d507a08 commit fe02134

File tree

13 files changed

+30
-30
lines changed

13 files changed

+30
-30
lines changed

.changeset/deno-production-builds.md

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

.changeset/eager-sides-sit.md

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

.changeset/fix-virtual-css-dev-ssr.md

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

.changeset/late-parrots-open.md

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

.changeset/shaky-ends-help.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.1
4+
35
## 1.19.0
46

57
### Patch 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": "1.19.0",
4+
"version": "1.19.1",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# eslint-plugin-qwik
22

3+
## 1.19.1
4+
5+
### Patch Changes
6+
7+
- Support ESLint v10 (by [@azat-io](https://github.com/azat-io) in [#8395](https://github.com/QwikDev/qwik/pull/8395))
8+
39
## 1.19.0
410

511
## 1.18.0

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.0",
4+
"version": "1.19.1",
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.1
4+
5+
### Patch Changes
6+
7+
- 🐞🩹 support Deno as package manager for production builds. The Vite plugin now recognizes Deno as a Node-compatible runtime for manifest passing, and SSG delegates to the Node implementation instead of stubbing out. (by [@ianlet](https://github.com/ianlet) in [#8385](https://github.com/QwikDev/qwik/pull/8385))
8+
9+
- 🐞🩹 Link hash change now properly updates location.url.hash (by [@maiieul](https://github.com/maiieul) in [#8305](https://github.com/QwikDev/qwik/pull/8305))
10+
311
## 1.19.0
412

513
### Minor Changes

0 commit comments

Comments
 (0)