diff --git a/.changeset/pre.json b/.changeset/pre.json index f36f06d16..73dccfaf7 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -11,5 +11,11 @@ "vite-plugin-watch-and-run": "1.4.3", "website": "1.1.2" }, - "changesets": [] + "changesets": [ + "hip-ways-serve", + "little-crews-smell", + "poor-starfishes-complain", + "popular-trains-swim", + "tame-jars-chew" + ] } diff --git a/packages/vite-plugin-kit-routes/CHANGELOG.md b/packages/vite-plugin-kit-routes/CHANGELOG.md index 544b78914..8a688c8aa 100644 --- a/packages/vite-plugin-kit-routes/CHANGELOG.md +++ b/packages/vite-plugin-kit-routes/CHANGELOG.md @@ -1,5 +1,31 @@ # vite-plugin-kit-routes +## 0.0.15-next.1 + +### Patch Changes + +- [#451](https://github.com/jycouet/kitql/pull/451) + [`4312432`](https://github.com/jycouet/kitql/commit/4312432d915a9f50f78d87c67623a941bb86db8a) + Thanks [@jycouet](https://github.com/jycouet)! - fix when route is starting with group + +- [#448](https://github.com/jycouet/kitql/pull/448) + [`9e087ba`](https://github.com/jycouet/kitql/commit/9e087ba1ad9060409ca8eafc58212f4ccb162bb1) + Thanks [@jycouet](https://github.com/jycouet)! - BREAKING: without a param, it's not a function + anymore + +- [#448](https://github.com/jycouet/kitql/pull/448) + [`9e087ba`](https://github.com/jycouet/kitql/commit/9e087ba1ad9060409ca8eafc58212f4ccb162bb1) + Thanks [@jycouet](https://github.com/jycouet)! - BREAKING: change default format to '/' + +- [#448](https://github.com/jycouet/kitql/pull/448) + [`9e087ba`](https://github.com/jycouet/kitql/commit/9e087ba1ad9060409ca8eafc58212f4ccb162bb1) + Thanks [@jycouet](https://github.com/jycouet)! - internal: remove ensurePrefix + +- [#448](https://github.com/jycouet/kitql/pull/448) + [`9e087ba`](https://github.com/jycouet/kitql/commit/9e087ba1ad9060409ca8eafc58212f4ccb162bb1) + Thanks [@jycouet](https://github.com/jycouet)! - rmv groups from key (as it's not possible to have + 2 matching) + ## 0.0.15-next.0 ### Patch Changes diff --git a/packages/vite-plugin-kit-routes/package.json b/packages/vite-plugin-kit-routes/package.json index fc5af52ee..547aada9c 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.0.15-next.0", + "version": "0.0.15-next.1", "license": "MIT", "type": "module", "repository": {