From 0fb84518e575051382fae82d3aa681fca0cc623d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 23 Nov 2023 17:12:33 +0000 Subject: [PATCH] :package: RELEASE: new version --- .changeset/hip-ways-serve.md | 5 -- .changeset/little-crews-smell.md | 5 -- .changeset/lucky-impalas-impress.md | 6 --- .changeset/moody-melons-impress.md | 5 -- .changeset/olive-toes-trade.md | 5 -- .changeset/poor-starfishes-complain.md | 5 -- .changeset/popular-trains-swim.md | 5 -- .changeset/pre.json | 30 ----------- .changeset/rotten-tips-cry.md | 5 -- .changeset/rude-pillows-train.md | 5 -- .changeset/smooth-pants-travel.md | 5 -- .changeset/soft-lions-compare.md | 5 -- .changeset/tame-jars-chew.md | 5 -- .changeset/unlucky-bulldogs-occur.md | 5 -- packages/create-kitql/CHANGELOG.md | 15 ++++++ packages/create-kitql/package.json | 2 +- packages/vite-plugin-kit-routes/CHANGELOG.md | 54 ++++++++++++++++++++ packages/vite-plugin-kit-routes/package.json | 2 +- 18 files changed, 71 insertions(+), 98 deletions(-) delete mode 100644 .changeset/hip-ways-serve.md delete mode 100644 .changeset/little-crews-smell.md delete mode 100644 .changeset/lucky-impalas-impress.md delete mode 100644 .changeset/moody-melons-impress.md delete mode 100644 .changeset/olive-toes-trade.md delete mode 100644 .changeset/poor-starfishes-complain.md delete mode 100644 .changeset/popular-trains-swim.md delete mode 100644 .changeset/pre.json delete mode 100644 .changeset/rotten-tips-cry.md delete mode 100644 .changeset/rude-pillows-train.md delete mode 100644 .changeset/smooth-pants-travel.md delete mode 100644 .changeset/soft-lions-compare.md delete mode 100644 .changeset/tame-jars-chew.md delete mode 100644 .changeset/unlucky-bulldogs-occur.md diff --git a/.changeset/hip-ways-serve.md b/.changeset/hip-ways-serve.md deleted file mode 100644 index a108b2ab7..000000000 --- a/.changeset/hip-ways-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'vite-plugin-kit-routes': patch ---- - -fix when route is starting with group diff --git a/.changeset/little-crews-smell.md b/.changeset/little-crews-smell.md deleted file mode 100644 index 9ebe216ed..000000000 --- a/.changeset/little-crews-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'vite-plugin-kit-routes': patch ---- - -BREAKING: without a param, it's not a function anymore diff --git a/.changeset/lucky-impalas-impress.md b/.changeset/lucky-impalas-impress.md deleted file mode 100644 index d6d245bc9..000000000 --- a/.changeset/lucky-impalas-impress.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'create-kitql': patch -'vite-plugin-kit-routes': patch ---- - -update readme on npm (this needs a publish of a new version) diff --git a/.changeset/moody-melons-impress.md b/.changeset/moody-melons-impress.md deleted file mode 100644 index e6a14e1c3..000000000 --- a/.changeset/moody-melons-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'vite-plugin-kit-routes': minor ---- - -Add LINKS diff --git a/.changeset/olive-toes-trade.md b/.changeset/olive-toes-trade.md deleted file mode 100644 index 8af896db0..000000000 --- a/.changeset/olive-toes-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-kitql': patch ---- - -update template kit routes diff --git a/.changeset/poor-starfishes-complain.md b/.changeset/poor-starfishes-complain.md deleted file mode 100644 index 150bd9f57..000000000 --- a/.changeset/poor-starfishes-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'vite-plugin-kit-routes': patch ---- - -BREAKING: change default format to '/' diff --git a/.changeset/popular-trains-swim.md b/.changeset/popular-trains-swim.md deleted file mode 100644 index 1e8c626bb..000000000 --- a/.changeset/popular-trains-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'vite-plugin-kit-routes': patch ---- - -internal: remove ensurePrefix diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index 47eb3d0bf..000000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "mode": "exit", - "tag": "next", - "initialVersions": { - "@kitql-old/all-in": "0.9.6", - "eslint-config-kitql": "0.0.2", - "@kitql/handles": "0.1.3", - "@kitql/helpers": "0.8.4", - "vite-plugin-kit-routes": "0.0.13", - "vite-plugin-striper": "0.0.4", - "vite-plugin-watch-and-run": "1.4.3", - "website": "1.1.2", - "create-kitql": "0.0.1" - }, - "changesets": [ - "hip-ways-serve", - "little-crews-smell", - "lucky-impalas-impress", - "moody-melons-impress", - "olive-toes-trade", - "poor-starfishes-complain", - "popular-trains-swim", - "rotten-tips-cry", - "rude-pillows-train", - "smooth-pants-travel", - "soft-lions-compare", - "tame-jars-chew", - "unlucky-bulldogs-occur" - ] -} diff --git a/.changeset/rotten-tips-cry.md b/.changeset/rotten-tips-cry.md deleted file mode 100644 index 012c50229..000000000 --- a/.changeset/rotten-tips-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-kitql': patch ---- - -init create kitql diff --git a/.changeset/rude-pillows-train.md b/.changeset/rude-pillows-train.md deleted file mode 100644 index 33c350254..000000000 --- a/.changeset/rude-pillows-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'vite-plugin-kit-routes': patch ---- - -rename object_keys_format to format diff --git a/.changeset/smooth-pants-travel.md b/.changeset/smooth-pants-travel.md deleted file mode 100644 index 1e5084d6d..000000000 --- a/.changeset/smooth-pants-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'vite-plugin-kit-routes': patch ---- - -update readme diff --git a/.changeset/soft-lions-compare.md b/.changeset/soft-lions-compare.md deleted file mode 100644 index 758a14eda..000000000 --- a/.changeset/soft-lions-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'vite-plugin-kit-routes': patch ---- - -fix: default params in LINKS are now taken into account diff --git a/.changeset/tame-jars-chew.md b/.changeset/tame-jars-chew.md deleted file mode 100644 index 62f6d9af4..000000000 --- a/.changeset/tame-jars-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'vite-plugin-kit-routes': patch ---- - -rmv groups from key (as it's not possible to have 2 matching) diff --git a/.changeset/unlucky-bulldogs-occur.md b/.changeset/unlucky-bulldogs-occur.md deleted file mode 100644 index 6bd9e5ca0..000000000 --- a/.changeset/unlucky-bulldogs-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'vite-plugin-kit-routes': patch ---- - -remove exdend in the config to reduce the file nesting diff --git a/packages/create-kitql/CHANGELOG.md b/packages/create-kitql/CHANGELOG.md index 17e6806f3..dc962d8b6 100644 --- a/packages/create-kitql/CHANGELOG.md +++ b/packages/create-kitql/CHANGELOG.md @@ -1,5 +1,20 @@ # create-kitql +## 0.0.2 + +### Patch Changes + +- [`6f6b0d1`](https://github.com/jycouet/kitql/commit/6f6b0d1e172b8a696e1e35ced9d4db61a58c05f6) + Thanks [@jycouet](https://github.com/jycouet)! - update readme on npm (this needs a publish of a + new version) + +- [`e6b0cd9`](https://github.com/jycouet/kitql/commit/e6b0cd97d83f652171d6f512edf47df53e7b5f62) + Thanks [@jycouet](https://github.com/jycouet)! - update template kit routes + +- [#465](https://github.com/jycouet/kitql/pull/465) + [`fe26405`](https://github.com/jycouet/kitql/commit/fe26405110965f1d56aaeba1c078f48d1b6fa36f) + Thanks [@jycouet](https://github.com/jycouet)! - init create kitql + ## 0.0.2-next.3 ### Patch Changes diff --git a/packages/create-kitql/package.json b/packages/create-kitql/package.json index 26dac1130..3c9e15303 100644 --- a/packages/create-kitql/package.json +++ b/packages/create-kitql/package.json @@ -6,7 +6,7 @@ "svelte", "sveltekit" ], - "version": "0.0.2-next.3", + "version": "0.0.2", "license": "MIT", "type": "module", "repository": { diff --git a/packages/vite-plugin-kit-routes/CHANGELOG.md b/packages/vite-plugin-kit-routes/CHANGELOG.md index 74936dadb..c76207a27 100644 --- a/packages/vite-plugin-kit-routes/CHANGELOG.md +++ b/packages/vite-plugin-kit-routes/CHANGELOG.md @@ -1,5 +1,59 @@ # vite-plugin-kit-routes +## 0.1.0 + +### Minor Changes + +- [#453](https://github.com/jycouet/kitql/pull/453) + [`ac6e5aa`](https://github.com/jycouet/kitql/commit/ac6e5aa4a1cd27249ea504bff9fa1d72fa2c6ae9) + Thanks [@jycouet](https://github.com/jycouet)! - Add LINKS + +### 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 + +- [`6f6b0d1`](https://github.com/jycouet/kitql/commit/6f6b0d1e172b8a696e1e35ced9d4db61a58c05f6) + Thanks [@jycouet](https://github.com/jycouet)! - update readme on npm (this needs a publish of a + new version) + +- [#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 + +- [#455](https://github.com/jycouet/kitql/pull/455) + [`d20fed5`](https://github.com/jycouet/kitql/commit/d20fed5b428e5b0d964eb734773a230ac6e6dace) + Thanks [@jycouet](https://github.com/jycouet)! - rename object_keys_format to format + +- [#463](https://github.com/jycouet/kitql/pull/463) + [`9d0dfd9`](https://github.com/jycouet/kitql/commit/9d0dfd960df4841052d63d83cfd42a651f3abf25) + Thanks [@jycouet](https://github.com/jycouet)! - update readme + +- [#461](https://github.com/jycouet/kitql/pull/461) + [`a076ea5`](https://github.com/jycouet/kitql/commit/a076ea5dc6dc297f5560a6a1cd5956cd478b5ac5) + Thanks [@jycouet](https://github.com/jycouet)! - fix: default params in LINKS are now taken into + account + +- [#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) + +- [#455](https://github.com/jycouet/kitql/pull/455) + [`d20fed5`](https://github.com/jycouet/kitql/commit/d20fed5b428e5b0d964eb734773a230ac6e6dace) + Thanks [@jycouet](https://github.com/jycouet)! - remove exdend in the config to reduce the file + nesting + ## 0.1.0-next.6 ### Patch Changes diff --git a/packages/vite-plugin-kit-routes/package.json b/packages/vite-plugin-kit-routes/package.json index 2027ed975..fecb38053 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-next.6", + "version": "0.1.0", "license": "MIT", "type": "module", "repository": {