diff --git a/.changeset/pre.json b/.changeset/pre.json index adb854d68..d7a57f49a 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -12,5 +12,8 @@ "vite-plugin-watch-and-run": "1.4.3", "website": "1.1.2" }, - "changesets": [] + "changesets": [ + "curvy-eggs-deliver", + "quiet-horses-drop" + ] } diff --git a/packages/vite-plugin-kit-routes/CHANGELOG.md b/packages/vite-plugin-kit-routes/CHANGELOG.md index c76207a27..05494460e 100644 --- a/packages/vite-plugin-kit-routes/CHANGELOG.md +++ b/packages/vite-plugin-kit-routes/CHANGELOG.md @@ -1,5 +1,13 @@ # vite-plugin-kit-routes +## 0.1.1-next.0 + +### Patch Changes + +- Updated dependencies + [[`d52c197`](https://github.com/jycouet/kitql/commit/d52c19735a4702398dab9dc5592ce0b4cf98a939)]: + - vite-plugin-watch-and-run@1.4.4-next.0 + ## 0.1.0 ### Minor Changes diff --git a/packages/vite-plugin-kit-routes/package.json b/packages/vite-plugin-kit-routes/package.json index fecb38053..f3515ff61 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.0", + "version": "0.1.1-next.0", "license": "MIT", "type": "module", "repository": { diff --git a/packages/vite-plugin-striper/CHANGELOG.md b/packages/vite-plugin-striper/CHANGELOG.md index 8dc027bb5..64d94a33f 100644 --- a/packages/vite-plugin-striper/CHANGELOG.md +++ b/packages/vite-plugin-striper/CHANGELOG.md @@ -1,5 +1,17 @@ # vite-plugin-striper +## 0.0.5-next.0 + +### 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 + +- Updated dependencies + [[`d52c197`](https://github.com/jycouet/kitql/commit/d52c19735a4702398dab9dc5592ce0b4cf98a939)]: + - vite-plugin-watch-and-run@1.4.4-next.0 + ## 0.0.4 ### Patch Changes diff --git a/packages/vite-plugin-striper/package.json b/packages/vite-plugin-striper/package.json index 62d3922d6..a1fa3a2d0 100644 --- a/packages/vite-plugin-striper/package.json +++ b/packages/vite-plugin-striper/package.json @@ -4,7 +4,7 @@ "keywords": [ "vite" ], - "version": "0.0.4", + "version": "0.0.5-next.0", "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 305ba2fc4..9d44d6b1d 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-next.0 + +### 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.3 ### Patch Changes diff --git a/packages/vite-plugin-watch-and-run/package.json b/packages/vite-plugin-watch-and-run/package.json index 469dc0dff..62869a261 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.3", + "version": "1.4.4-next.0", "license": "MIT", "type": "module", "repository": {