diff --git a/.changeset/beige-sloths-wink.md b/.changeset/beige-sloths-wink.md deleted file mode 100644 index 05399b419..000000000 --- a/.changeset/beige-sloths-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kitql/handles': patch ---- - -add new handles `handleCors`, `handleCsrf`, and utility `createCorsWrapper` diff --git a/.changeset/rotten-crabs-drum.md b/.changeset/rotten-crabs-drum.md deleted file mode 100644 index 7082aa53e..000000000 --- a/.changeset/rotten-crabs-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vite-plugin-kit-routes": patch ---- - -add trailingSlash option to config (as a global flag) diff --git a/packages/handles/CHANGELOG.md b/packages/handles/CHANGELOG.md index 9fc4a522c..71d660636 100644 --- a/packages/handles/CHANGELOG.md +++ b/packages/handles/CHANGELOG.md @@ -1,5 +1,11 @@ # @kitql/handles +## 0.1.7 + +### Patch Changes + +- [#697](https://github.com/jycouet/kitql/pull/697) [`4b7e636`](https://github.com/jycouet/kitql/commit/4b7e63689540f874ae8f284f380e03fa6ca82863) Thanks [@fnimick](https://github.com/fnimick)! - add new handles `handleCors`, `handleCsrf`, and utility `createCorsWrapper` + ## 0.1.6 ### Patch Changes diff --git a/packages/handles/package.json b/packages/handles/package.json index 375384b71..3d7ce9747 100644 --- a/packages/handles/package.json +++ b/packages/handles/package.json @@ -5,7 +5,7 @@ "svelte", "sveltekit" ], - "version": "0.1.6", + "version": "0.1.7", "license": "MIT", "type": "module", "repository": { diff --git a/packages/vite-plugin-kit-routes/CHANGELOG.md b/packages/vite-plugin-kit-routes/CHANGELOG.md index ab281d117..9b9f0a33f 100644 --- a/packages/vite-plugin-kit-routes/CHANGELOG.md +++ b/packages/vite-plugin-kit-routes/CHANGELOG.md @@ -1,5 +1,11 @@ # vite-plugin-kit-routes +## 0.6.6 + +### Patch Changes + +- [#699](https://github.com/jycouet/kitql/pull/699) [`6e95cf7`](https://github.com/jycouet/kitql/commit/6e95cf7251ca255de8a3b5b1212ef15b6a4c0f85) Thanks [@jycouet](https://github.com/jycouet)! - add trailingSlash option to config (as a global flag) + ## 0.6.5 ### Patch Changes diff --git a/packages/vite-plugin-kit-routes/package.json b/packages/vite-plugin-kit-routes/package.json index ca7be4392..bdebcad9e 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.6.5", + "version": "0.6.6", "license": "MIT", "type": "module", "repository": {