diff --git a/.changeset/pre.json b/.changeset/pre.json index df8e4575..eb46b707 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -14,5 +14,9 @@ "vite-plugin-watch-and-run": "1.7.1", "website": "1.1.2" }, - "changesets": [] + "changesets": [ + "brave-ads-decide", + "happy-radios-melt", + "smart-planes-pull" + ] } diff --git a/.changeset/tidy-timers-listen.md b/.changeset/tidy-timers-listen.md new file mode 100644 index 00000000..7d94ecc9 --- /dev/null +++ b/.changeset/tidy-timers-listen.md @@ -0,0 +1,7 @@ +--- +'vite-plugin-kit-routes': minor +'vite-plugin-stripper': minor +'@kitql/internals': minor +--- + +Bump internals to Svelte 5 diff --git a/packages/internals/CHANGELOG.md b/packages/internals/CHANGELOG.md index e4bc56ed..8616fe26 100644 --- a/packages/internals/CHANGELOG.md +++ b/packages/internals/CHANGELOG.md @@ -1,5 +1,17 @@ # @kitql/internals +## 0.9.11-next.0 + +### Patch Changes + +- [#760](https://github.com/jycouet/kitql/pull/760) + [`3d93a2a`](https://github.com/jycouet/kitql/commit/3d93a2ab41b7f65be382ccab126b36cc2346de90) + Thanks [@jycouet](https://github.com/jycouet)! - internal using svelte 5 + +- [#760](https://github.com/jycouet/kitql/pull/760) + [`3d93a2a`](https://github.com/jycouet/kitql/commit/3d93a2ab41b7f65be382ccab126b36cc2346de90) + Thanks [@jycouet](https://github.com/jycouet)! - expose visit from recast + ## 0.9.10 ### Patch Changes diff --git a/packages/internals/package.json b/packages/internals/package.json index c2e594cb..f8a8f734 100644 --- a/packages/internals/package.json +++ b/packages/internals/package.json @@ -5,7 +5,7 @@ "AST", "fs" ], - "version": "0.9.10", + "version": "0.9.11-next.0", "license": "MIT", "type": "module", "repository": { diff --git a/packages/vite-plugin-kit-routes/CHANGELOG.md b/packages/vite-plugin-kit-routes/CHANGELOG.md index d3a9baf6..cd7991a0 100644 --- a/packages/vite-plugin-kit-routes/CHANGELOG.md +++ b/packages/vite-plugin-kit-routes/CHANGELOG.md @@ -1,5 +1,19 @@ # vite-plugin-kit-routes +## 0.6.12-next.0 + +### Patch Changes + +- [#760](https://github.com/jycouet/kitql/pull/760) + [`3d93a2a`](https://github.com/jycouet/kitql/commit/3d93a2ab41b7f65be382ccab126b36cc2346de90) + Thanks [@jycouet](https://github.com/jycouet)! - remove babel & refact as direct dep and move it + to @kitql/internals + +- Updated dependencies + [[`3d93a2a`](https://github.com/jycouet/kitql/commit/3d93a2ab41b7f65be382ccab126b36cc2346de90), + [`3d93a2a`](https://github.com/jycouet/kitql/commit/3d93a2ab41b7f65be382ccab126b36cc2346de90)]: + - @kitql/internals@0.9.11-next.0 + ## 0.6.11 ### Patch Changes diff --git a/packages/vite-plugin-kit-routes/package.json b/packages/vite-plugin-kit-routes/package.json index a545c594..b90b7ef0 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.11", + "version": "0.6.12-next.0", "license": "MIT", "type": "module", "repository": { diff --git a/packages/vite-plugin-stripper/CHANGELOG.md b/packages/vite-plugin-stripper/CHANGELOG.md index ed4ab2d8..bc2870a5 100644 --- a/packages/vite-plugin-stripper/CHANGELOG.md +++ b/packages/vite-plugin-stripper/CHANGELOG.md @@ -1,5 +1,14 @@ # vite-plugin-stripper +## 0.5.6-next.0 + +### Patch Changes + +- Updated dependencies + [[`3d93a2a`](https://github.com/jycouet/kitql/commit/3d93a2ab41b7f65be382ccab126b36cc2346de90), + [`3d93a2a`](https://github.com/jycouet/kitql/commit/3d93a2ab41b7f65be382ccab126b36cc2346de90)]: + - @kitql/internals@0.9.11-next.0 + ## 0.5.5 ### Patch Changes diff --git a/packages/vite-plugin-stripper/package.json b/packages/vite-plugin-stripper/package.json index 5f26c7be..9eed9284 100644 --- a/packages/vite-plugin-stripper/package.json +++ b/packages/vite-plugin-stripper/package.json @@ -4,7 +4,7 @@ "keywords": [ "vite" ], - "version": "0.5.5", + "version": "0.5.6-next.0", "license": "MIT", "type": "module", "repository": {