Skip to content

Commit adf6100

Browse files
Version Packages (#8201)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a35f2ae commit adf6100

File tree

14 files changed

+46
-29
lines changed

14 files changed

+46
-29
lines changed

.changeset/bumpy-cycles-carry.md

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

.changeset/kind-yaks-rule.md

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

.changeset/loud-cars-run.md

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

.changeset/stupid-spoons-strive.md

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

packages/create-qwik/CHANGELOG.md

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

3+
## 1.18.0
4+
5+
### Patch Changes
6+
7+
- execute cleanup cb for all component tree while calling dispose.cleanup method returned by render fn (by [@sashkashishka](https://github.com/sashkashishka) in [#8164](https://github.com/QwikDev/qwik/pull/8164))
8+
39
## 1.17.2
410

511
## 1.17.1

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.17.2",
4+
"version": "1.18.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.18.0
4+
5+
### Patch Changes
6+
7+
- execute cleanup cb for all component tree while calling dispose.cleanup method returned by render fn (by [@sashkashishka](https://github.com/sashkashishka) in [#8164](https://github.com/QwikDev/qwik/pull/8164))
8+
39
## 1.17.2
410

511
## 1.17.1

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

packages/qwik-city/CHANGELOG.md

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

3+
## 1.18.0
4+
5+
### Patch Changes
6+
7+
- execute cleanup cb for all component tree while calling dispose.cleanup method returned by render fn (by [@sashkashishka](https://github.com/sashkashishka) in [#8164](https://github.com/QwikDev/qwik/pull/8164))
8+
39
## 1.17.2
410

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

0 commit comments

Comments
 (0)