diff --git a/.changeset/curvy-eggs-deliver.md b/.changeset/curvy-eggs-deliver.md deleted file mode 100644 index d911cc1ba..000000000 --- a/.changeset/curvy-eggs-deliver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'vite-plugin-watch-and-run': patch ---- - -add absolutePath in second param of run as info diff --git a/.changeset/five-falcons-join.md b/.changeset/five-falcons-join.md deleted file mode 100644 index 268dbf815..000000000 --- a/.changeset/five-falcons-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'vite-plugin-kit-routes': patch ---- - -manage [...rest] routes diff --git a/.changeset/little-parrots-hug.md b/.changeset/little-parrots-hug.md deleted file mode 100644 index 34714db88..000000000 --- a/.changeset/little-parrots-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'vite-plugin-kit-routes': patch ---- - -add new format: variables diff --git a/.changeset/many-needles-serve.md b/.changeset/many-needles-serve.md deleted file mode 100644 index 03b03baa8..000000000 --- a/.changeset/many-needles-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'vite-plugin-kit-routes': patch ---- - -Add logs options to display more of less things (by default you have everything) diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index 7f1090229..000000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "mode": "exit", - "tag": "next", - "initialVersions": { - "@kitql-old/all-in": "0.9.6", - "create-kitql": "0.0.2", - "eslint-config-kitql": "0.0.2", - "@kitql/handles": "0.1.3", - "@kitql/helpers": "0.8.4", - "vite-plugin-kit-routes": "0.1.0", - "vite-plugin-striper": "0.0.4", - "vite-plugin-watch-and-run": "1.4.3", - "website": "1.1.2" - }, - "changesets": [ - "curvy-eggs-deliver", - "five-falcons-join", - "little-parrots-hug", - "many-needles-serve", - "quiet-horses-drop" - ] -} diff --git a/.changeset/quiet-horses-drop.md b/.changeset/quiet-horses-drop.md deleted file mode 100644 index 354d16be8..000000000 --- a/.changeset/quiet-horses-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'vite-plugin-striper': patch ---- - -add log_warning_on_throw_is_not_a_class option diff --git a/.changeset/strange-wasps-camp.md b/.changeset/strange-wasps-camp.md deleted file mode 100644 index 25d88b9ed..000000000 --- a/.changeset/strange-wasps-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'vite-plugin-striper': patch ---- - -cleanup namings diff --git a/packages/vite-plugin-kit-routes/CHANGELOG.md b/packages/vite-plugin-kit-routes/CHANGELOG.md index b9b314ac1..28edf9772 100644 --- a/packages/vite-plugin-kit-routes/CHANGELOG.md +++ b/packages/vite-plugin-kit-routes/CHANGELOG.md @@ -1,5 +1,26 @@ # vite-plugin-kit-routes +## 0.1.1 + +### Patch Changes + +- [#475](https://github.com/jycouet/kitql/pull/475) + [`ada65e2`](https://github.com/jycouet/kitql/commit/ada65e2ce1c3c6f1865768b1c6f6f64fe2ea51e7) + Thanks [@jycouet](https://github.com/jycouet)! - manage [...rest] routes + +- [#477](https://github.com/jycouet/kitql/pull/477) + [`0e2e67d`](https://github.com/jycouet/kitql/commit/0e2e67d69a31989c675be0cc8a9bd5a0982dde22) + Thanks [@jycouet](https://github.com/jycouet)! - add new format: variables + +- [#475](https://github.com/jycouet/kitql/pull/475) + [`ada65e2`](https://github.com/jycouet/kitql/commit/ada65e2ce1c3c6f1865768b1c6f6f64fe2ea51e7) + Thanks [@jycouet](https://github.com/jycouet)! - Add logs options to display more of less things + (by default you have everything) + +- Updated dependencies + [[`d52c197`](https://github.com/jycouet/kitql/commit/d52c19735a4702398dab9dc5592ce0b4cf98a939)]: + - vite-plugin-watch-and-run@1.4.4 + ## 0.1.1-next.2 ### Patch Changes diff --git a/packages/vite-plugin-kit-routes/package.json b/packages/vite-plugin-kit-routes/package.json index d302f9c35..d586d9f98 100644 --- a/packages/vite-plugin-kit-routes/package.json +++ b/packages/vite-plugin-kit-routes/package.json @@ -4,7 +4,7 @@ "keywords": [ "vite" ], - "version": "0.1.1-next.2", + "version": "0.1.1", "license": "MIT", "type": "module", "repository": { diff --git a/packages/vite-plugin-striper/CHANGELOG.md b/packages/vite-plugin-striper/CHANGELOG.md index 64d94a33f..b09363966 100644 --- a/packages/vite-plugin-striper/CHANGELOG.md +++ b/packages/vite-plugin-striper/CHANGELOG.md @@ -1,5 +1,21 @@ # vite-plugin-striper +## 0.0.5 + +### Patch Changes + +- [#472](https://github.com/jycouet/kitql/pull/472) + [`d52c197`](https://github.com/jycouet/kitql/commit/d52c19735a4702398dab9dc5592ce0b4cf98a939) + Thanks [@jycouet](https://github.com/jycouet)! - add log_warning_on_throw_is_not_a_class option + +- [#479](https://github.com/jycouet/kitql/pull/479) + [`5f65923`](https://github.com/jycouet/kitql/commit/5f6592335caa72f0b81e93ac61565ba9b89c94ee) + Thanks [@jycouet](https://github.com/jycouet)! - cleanup namings + +- Updated dependencies + [[`d52c197`](https://github.com/jycouet/kitql/commit/d52c19735a4702398dab9dc5592ce0b4cf98a939)]: + - vite-plugin-watch-and-run@1.4.4 + ## 0.0.5-next.0 ### Patch Changes diff --git a/packages/vite-plugin-striper/package.json b/packages/vite-plugin-striper/package.json index a1fa3a2d0..93891a844 100644 --- a/packages/vite-plugin-striper/package.json +++ b/packages/vite-plugin-striper/package.json @@ -4,7 +4,7 @@ "keywords": [ "vite" ], - "version": "0.0.5-next.0", + "version": "0.0.5", "license": "MIT", "type": "module", "repository": { diff --git a/packages/vite-plugin-watch-and-run/CHANGELOG.md b/packages/vite-plugin-watch-and-run/CHANGELOG.md index 9d44d6b1d..7b2ab9aff 100644 --- a/packages/vite-plugin-watch-and-run/CHANGELOG.md +++ b/packages/vite-plugin-watch-and-run/CHANGELOG.md @@ -1,5 +1,13 @@ # @kitql/vite-plugin-watch-and-run +## 1.4.4 + +### Patch Changes + +- [#472](https://github.com/jycouet/kitql/pull/472) + [`d52c197`](https://github.com/jycouet/kitql/commit/d52c19735a4702398dab9dc5592ce0b4cf98a939) + Thanks [@jycouet](https://github.com/jycouet)! - add absolutePath in second param of run as info + ## 1.4.4-next.0 ### Patch Changes diff --git a/packages/vite-plugin-watch-and-run/package.json b/packages/vite-plugin-watch-and-run/package.json index 62869a261..cf113449a 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.4.4-next.0", + "version": "1.4.4", "license": "MIT", "type": "module", "repository": {