diff --git a/.changeset/vite-plugin-dts-5-vite8.md b/.changeset/vite-plugin-dts-5-vite8.md deleted file mode 100644 index 1b50925..0000000 --- a/.changeset/vite-plugin-dts-5-vite8.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -'@tanstack/vite-config': minor ---- - -Support vite-plugin-dts 5 - -- Bump the bundled `vite-plugin-dts` to `5.0.3`, which adds TypeScript 7 / tsgo - support and renames the `outDir` option to `outDirs`. -- Emit `preserveModules` under both `build.rolldownOptions` and - `build.rollupOptions`, so module preservation holds whether the consumer - builds with Vite 7 (Rollup) or Vite 8 (Rolldown). - -This lets consumers on the new toolchain build declarations without patching -`@tanstack/vite-config`. diff --git a/packages/vite-config/CHANGELOG.md b/packages/vite-config/CHANGELOG.md index 7cdccc9..1bee73d 100644 --- a/packages/vite-config/CHANGELOG.md +++ b/packages/vite-config/CHANGELOG.md @@ -1,5 +1,20 @@ # @tanstack/vite-config +## 0.6.0 + +### Minor Changes + +- [#403](https://github.com/TanStack/config/pull/403) [`ebbe489`](https://github.com/TanStack/config/commit/ebbe48901af036cf8875445e376ecbf36a496f32) - Support vite-plugin-dts 5 + + - Bump the bundled `vite-plugin-dts` to `5.0.3`, which adds TypeScript 7 / tsgo + support and renames the `outDir` option to `outDirs`. + - Emit `preserveModules` under both `build.rolldownOptions` and + `build.rollupOptions`, so module preservation holds whether the consumer + builds with Vite 7 (Rollup) or Vite 8 (Rolldown). + + This lets consumers on the new toolchain build declarations without patching + `@tanstack/vite-config`. + ## 0.5.2 ### Patch Changes diff --git a/packages/vite-config/package.json b/packages/vite-config/package.json index d15913c..bd7d7e3 100644 --- a/packages/vite-config/package.json +++ b/packages/vite-config/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vite-config", - "version": "0.5.2", + "version": "0.6.0", "description": "Shared Vite build config used by TanStack projects.", "author": "tannerlinsley", "license": "MIT",