From 744f61c96406a26ea82240ad38b7ca540df48e1b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 23:16:53 +0100 Subject: [PATCH] :package: RELEASE: new version (next) (#1144) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/pre.json | 3 +++ packages/eslint-config/CHANGELOG.md | 9 +++++++++ packages/eslint-config/package.json | 2 +- packages/internals/CHANGELOG.md | 11 +++++++++++ packages/internals/package.json | 2 +- packages/vite-plugin-kit-routes/CHANGELOG.md | 9 +++++++++ packages/vite-plugin-kit-routes/package.json | 2 +- packages/vite-plugin-stripper/CHANGELOG.md | 13 +++++++++++++ packages/vite-plugin-stripper/package.json | 2 +- 9 files changed, 49 insertions(+), 4 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index e9572cad..574f0b89 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -15,7 +15,10 @@ }, "changesets": [ "beige-owls-sip", + "chubby-lies-turn", + "curvy-rivers-build", "loud-facts-deny", + "thin-carrots-throw", "tough-cars-look", "wide-bottles-stick" ] diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 198e796f..91786a16 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,14 @@ # eslint-config-kitql +## 0.8.0-next.5 + +### Patch Changes + +- [#1153](https://github.com/jycouet/kitql/pull/1153) [`c53e710`](https://github.com/jycouet/kitql/commit/c53e710040b6076b8d52f23183b8703b4d55b846) Thanks [@jycouet](https://github.com/jycouet)! - feat(eslint): add `svelteConfig` in `options` + +- Updated dependencies []: + - @kitql/helpers@0.8.13 + ## 0.8.0-next.4 ### Patch Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 5137e994..d7cad1cf 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@kitql/eslint-config", - "version": "0.8.0-next.4", + "version": "0.8.0-next.5", "type": "module", "description": "opinionated linting and formatting for projects", "repository": { diff --git a/packages/internals/CHANGELOG.md b/packages/internals/CHANGELOG.md index 4b64f2d3..c0dd8efd 100644 --- a/packages/internals/CHANGELOG.md +++ b/packages/internals/CHANGELOG.md @@ -1,5 +1,16 @@ # @kitql/internals +## 0.11.0-next.0 + +### Minor Changes + +- [#1136](https://github.com/jycouet/kitql/pull/1136) [`6beba92`](https://github.com/jycouet/kitql/commit/6beba921bc4a46feb9985f219cd73fb6c3848d6a) Thanks [@jycouet](https://github.com/jycouet)! - rmv `babel` & `recast` in favor of `oxc` + +### Patch Changes + +- Updated dependencies []: + - @kitql/helpers@0.8.13 + ## 0.10.5 ### Patch Changes diff --git a/packages/internals/package.json b/packages/internals/package.json index f3589b64..bd9820b2 100644 --- a/packages/internals/package.json +++ b/packages/internals/package.json @@ -5,7 +5,7 @@ "AST", "fs" ], - "version": "0.10.5", + "version": "0.11.0-next.0", "license": "MIT", "funding": "https://github.com/sponsors/jycouet", "homepage": "https://www.kitql.dev/", diff --git a/packages/vite-plugin-kit-routes/CHANGELOG.md b/packages/vite-plugin-kit-routes/CHANGELOG.md index 3649f61d..6015ec54 100644 --- a/packages/vite-plugin-kit-routes/CHANGELOG.md +++ b/packages/vite-plugin-kit-routes/CHANGELOG.md @@ -1,5 +1,14 @@ # vite-plugin-kit-routes +## 1.0.3-next.0 + +### Patch Changes + +- Updated dependencies [[`6beba92`](https://github.com/jycouet/kitql/commit/6beba921bc4a46feb9985f219cd73fb6c3848d6a)]: + - @kitql/internals@0.11.0-next.0 + - @kitql/helpers@0.8.13 + - vite-plugin-watch-and-run@1.7.5 + ## 1.0.2 ### Patch Changes diff --git a/packages/vite-plugin-kit-routes/package.json b/packages/vite-plugin-kit-routes/package.json index 96e0cc19..2d3c90d4 100644 --- a/packages/vite-plugin-kit-routes/package.json +++ b/packages/vite-plugin-kit-routes/package.json @@ -4,7 +4,7 @@ "keywords": [ "vite" ], - "version": "1.0.2", + "version": "1.0.3-next.0", "license": "MIT", "funding": "https://github.com/sponsors/jycouet", "homepage": "https://www.kitql.dev/", diff --git a/packages/vite-plugin-stripper/CHANGELOG.md b/packages/vite-plugin-stripper/CHANGELOG.md index c7192b87..a906227c 100644 --- a/packages/vite-plugin-stripper/CHANGELOG.md +++ b/packages/vite-plugin-stripper/CHANGELOG.md @@ -1,5 +1,18 @@ # vite-plugin-stripper +## 0.10.0-next.0 + +### Minor Changes + +- [#1136](https://github.com/jycouet/kitql/pull/1136) [`6beba92`](https://github.com/jycouet/kitql/commit/6beba921bc4a46feb9985f219cd73fb6c3848d6a) Thanks [@jycouet](https://github.com/jycouet)! - remove option `log_on_throw_is_not_a_new_class` (ping me if you want support of it again!) + +### Patch Changes + +- Updated dependencies [[`6beba92`](https://github.com/jycouet/kitql/commit/6beba921bc4a46feb9985f219cd73fb6c3848d6a)]: + - @kitql/internals@0.11.0-next.0 + - @kitql/helpers@0.8.13 + - vite-plugin-watch-and-run@1.7.5 + ## 0.9.2 ### Patch Changes diff --git a/packages/vite-plugin-stripper/package.json b/packages/vite-plugin-stripper/package.json index ee20e186..e05d4bda 100644 --- a/packages/vite-plugin-stripper/package.json +++ b/packages/vite-plugin-stripper/package.json @@ -4,7 +4,7 @@ "keywords": [ "vite" ], - "version": "0.9.2", + "version": "0.10.0-next.0", "license": "MIT", "funding": "https://github.com/sponsors/jycouet", "homepage": "https://www.kitql.dev/", -- 2.51.2