Skip to content

Commit 79e551a

Browse files
Version Packages
1 parent 9bcb4ee commit 79e551a

File tree

13 files changed

+46
-34
lines changed

13 files changed

+46
-34
lines changed

.changeset/curly-moons-shave.md

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

.changeset/early-eels-listen.md

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

.changeset/small-rocks-relate.md

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

.changeset/social-kings-visit.md

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

.changeset/young-groups-open.md

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

packages/create-qwik/CHANGELOG.md

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

3+
## 1.16.0
4+
5+
### Minor Changes
6+
7+
- ✨ bump Vite to v7 (by [@gioboa](https://github.com/gioboa) in [#7762](https://github.com/QwikDev/qwik/pull/7762))
8+
9+
### Patch Changes
10+
11+
- 🐞🩹 fix up TypeScript compatibility in the localize starter (by [@FDiskas](https://github.com/FDiskas) in [#7617](https://github.com/QwikDev/qwik/pull/7617))
12+
313
## 1.15.0
414

515
### 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.15.0",
4+
"version": "1.16.0",
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.16.0
4+
5+
### Minor Changes
6+
7+
- ✨ bump Vite to v7 (by [@gioboa](https://github.com/gioboa) in [#7762](https://github.com/QwikDev/qwik/pull/7762))
8+
39
## 1.15.0
410

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

packages/qwik-city/CHANGELOG.md

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

3+
## 1.16.0
4+
5+
### Minor Changes
6+
7+
- ✨ bump Vite to v7 (by [@gioboa](https://github.com/gioboa) in [#7762](https://github.com/QwikDev/qwik/pull/7762))
8+
9+
### Patch Changes
10+
11+
- PATCH: Keeping the service worker components now properly unregisters them. (by [@maiieul](https://github.com/maiieul) in [#7781](https://github.com/QwikDev/qwik/pull/7781))
12+
13+
- PATCH: Keeping the service worker components now also removes their associated Cache storage. (by [@maiieul](https://github.com/maiieul) in [#7782](https://github.com/QwikDev/qwik/pull/7782))
14+
315
## 1.15.0
416

517
### Minor Changes

0 commit comments

Comments
 (0)