From a59f32eaeeef7b807e44f7476e5930b36c3c69d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 12:03:43 +0100 Subject: [PATCH] :package: RELEASE: new version (next) (#1182) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/pre.json | 1 + packages/eslint-config/CHANGELOG.md | 9 +++++++++ packages/eslint-config/package.json | 2 +- packages/handles/CHANGELOG.md | 9 +++++++++ packages/handles/package.json | 2 +- packages/internals/CHANGELOG.md | 9 +++++++++ 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 | 11 +++++++++++ packages/vite-plugin-stripper/package.json | 2 +- packages/vite-plugin-watch-and-run/CHANGELOG.md | 9 +++++++++ packages/vite-plugin-watch-and-run/package.json | 2 +- 13 files changed, 63 insertions(+), 6 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 272c1012..fb6f8ee4 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -16,6 +16,7 @@ "changesets": [ "beige-owls-sip", "chubby-lies-turn", + "clever-needles-take", "curvy-rivers-build", "loud-facts-deny", "silent-plums-invent", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 92553e92..7d7169ed 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,14 @@ # eslint-config-kitql +## 0.8.0-next.7 + +### Patch Changes + +- [#1181](https://github.com/jycouet/kitql/pull/1181) [`e89ca16`](https://github.com/jycouet/kitql/commit/e89ca1621950d61cfc54b75a12b6174ef975aa34) Thanks [@jycouet](https://github.com/jycouet)! - chore(remove): `eslint-plugin-unused-imports`, managed by https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.53.0 + +- Updated dependencies []: + - @kitql/helpers@0.8.13 + ## 0.8.0-next.6 ### Patch Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index f51f4712..a577df2c 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.6", + "version": "0.8.0-next.7", "type": "module", "description": "opinionated linting and formatting for projects", "repository": { diff --git a/packages/handles/CHANGELOG.md b/packages/handles/CHANGELOG.md index 17140b5c..6fbec6ff 100644 --- a/packages/handles/CHANGELOG.md +++ b/packages/handles/CHANGELOG.md @@ -1,5 +1,14 @@ # @kitql/handles +## 0.3.1-next.0 + +### Patch Changes + +- [#1181](https://github.com/jycouet/kitql/pull/1181) [`e89ca16`](https://github.com/jycouet/kitql/commit/e89ca1621950d61cfc54b75a12b6174ef975aa34) Thanks [@jycouet](https://github.com/jycouet)! - chore(remove): `eslint-plugin-unused-imports`, managed by https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.53.0 + +- Updated dependencies []: + - @kitql/helpers@0.8.13 + ## 0.3.0 ### Minor Changes diff --git a/packages/handles/package.json b/packages/handles/package.json index f66e2046..dee2e146 100644 --- a/packages/handles/package.json +++ b/packages/handles/package.json @@ -5,7 +5,7 @@ "svelte", "sveltekit" ], - "version": "0.3.0", + "version": "0.3.1-next.0", "license": "MIT", "funding": "https://github.com/sponsors/jycouet", "homepage": "https://www.kitql.dev/", diff --git a/packages/internals/CHANGELOG.md b/packages/internals/CHANGELOG.md index c0dd8efd..b0e5a384 100644 --- a/packages/internals/CHANGELOG.md +++ b/packages/internals/CHANGELOG.md @@ -1,5 +1,14 @@ # @kitql/internals +## 0.11.0-next.1 + +### Patch Changes + +- [#1181](https://github.com/jycouet/kitql/pull/1181) [`e89ca16`](https://github.com/jycouet/kitql/commit/e89ca1621950d61cfc54b75a12b6174ef975aa34) Thanks [@jycouet](https://github.com/jycouet)! - chore(remove): `eslint-plugin-unused-imports`, managed by https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.53.0 + +- Updated dependencies []: + - @kitql/helpers@0.8.13 + ## 0.11.0-next.0 ### Minor Changes diff --git a/packages/internals/package.json b/packages/internals/package.json index 94d9d5fe..fbe95fa7 100644 --- a/packages/internals/package.json +++ b/packages/internals/package.json @@ -5,7 +5,7 @@ "AST", "fs" ], - "version": "0.11.0-next.0", + "version": "0.11.0-next.1", "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 6015ec54..5747c0cc 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.1 + +### Patch Changes + +- Updated dependencies [[`e89ca16`](https://github.com/jycouet/kitql/commit/e89ca1621950d61cfc54b75a12b6174ef975aa34)]: + - vite-plugin-watch-and-run@1.7.6-next.0 + - @kitql/internals@0.11.0-next.1 + - @kitql/helpers@0.8.13 + ## 1.0.3-next.0 ### Patch Changes diff --git a/packages/vite-plugin-kit-routes/package.json b/packages/vite-plugin-kit-routes/package.json index 913280bd..33f986a9 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.3-next.0", + "version": "1.0.3-next.1", "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 a906227c..4b4d4529 100644 --- a/packages/vite-plugin-stripper/CHANGELOG.md +++ b/packages/vite-plugin-stripper/CHANGELOG.md @@ -1,5 +1,16 @@ # vite-plugin-stripper +## 0.10.0-next.1 + +### Patch Changes + +- [#1181](https://github.com/jycouet/kitql/pull/1181) [`e89ca16`](https://github.com/jycouet/kitql/commit/e89ca1621950d61cfc54b75a12b6174ef975aa34) Thanks [@jycouet](https://github.com/jycouet)! - chore(remove): `eslint-plugin-unused-imports`, managed by https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.53.0 + +- Updated dependencies [[`e89ca16`](https://github.com/jycouet/kitql/commit/e89ca1621950d61cfc54b75a12b6174ef975aa34)]: + - vite-plugin-watch-and-run@1.7.6-next.0 + - @kitql/internals@0.11.0-next.1 + - @kitql/helpers@0.8.13 + ## 0.10.0-next.0 ### Minor Changes diff --git a/packages/vite-plugin-stripper/package.json b/packages/vite-plugin-stripper/package.json index 1b500bc1..b8384cc6 100644 --- a/packages/vite-plugin-stripper/package.json +++ b/packages/vite-plugin-stripper/package.json @@ -4,7 +4,7 @@ "keywords": [ "vite" ], - "version": "0.10.0-next.0", + "version": "0.10.0-next.1", "license": "MIT", "funding": "https://github.com/sponsors/jycouet", "homepage": "https://www.kitql.dev/", diff --git a/packages/vite-plugin-watch-and-run/CHANGELOG.md b/packages/vite-plugin-watch-and-run/CHANGELOG.md index 74fb1fd9..8e0900c5 100644 --- a/packages/vite-plugin-watch-and-run/CHANGELOG.md +++ b/packages/vite-plugin-watch-and-run/CHANGELOG.md @@ -1,5 +1,14 @@ # @kitql/vite-plugin-watch-and-run +## 1.7.6-next.0 + +### Patch Changes + +- [#1181](https://github.com/jycouet/kitql/pull/1181) [`e89ca16`](https://github.com/jycouet/kitql/commit/e89ca1621950d61cfc54b75a12b6174ef975aa34) Thanks [@jycouet](https://github.com/jycouet)! - chore(remove): `eslint-plugin-unused-imports`, managed by https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.53.0 + +- Updated dependencies []: + - @kitql/helpers@0.8.13 + ## 1.7.5 ### Patch Changes diff --git a/packages/vite-plugin-watch-and-run/package.json b/packages/vite-plugin-watch-and-run/package.json index e35e5786..30eba154 100644 --- a/packages/vite-plugin-watch-and-run/package.json +++ b/packages/vite-plugin-watch-and-run/package.json @@ -4,7 +4,7 @@ "keywords": [ "vite" ], - "version": "1.7.5", + "version": "1.7.6-next.0", "license": "MIT", "funding": "https://github.com/sponsors/jycouet", "homepage": "https://www.kitql.dev/", -- 2.51.2