Skip to content

Commit d516cf7

Browse files
committed
release: v1.0.0-beta.5
1 parent aab0d1b commit d516cf7

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

packages/unplugin-dts/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# [1.0.0-beta.5](https://github.com/qmhc/vite-plugin-dts/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2025-07-30)
2+
3+
4+
### Bug Fixes
5+
6+
* deep merge bundleTypes.extractorConfig ([e305f33](https://github.com/qmhc/vite-plugin-dts/commit/e305f336b109e124c814fcf3cc9172e2a7c376ba)), closes [#438](https://github.com/qmhc/vite-plugin-dts/issues/438)
7+
8+
9+
### Features
10+
11+
* add processor option for program creation ([d98261b](https://github.com/qmhc/vite-plugin-dts/commit/d98261b190ca99bf6387c8c72ddeaeb3b6ac8c51)), closes [#436](https://github.com/qmhc/vite-plugin-dts/issues/436)
12+
* supports specify real config file for bundling types ([aab0d1b](https://github.com/qmhc/vite-plugin-dts/commit/aab0d1b7d506e2ce97d2d583810f3ddee7b168a8))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* The plugin will no longer heuristically
18+
detect Vue dependencies to determine whether to use
19+
`@vue/language-core` for creating the program. You now
20+
need to explicitly specify the `processor` option to tell
21+
the plugin which method to use for program creation.
22+
23+
24+
125
# [1.0.0-beta.4](https://github.com/qmhc/vite-plugin-dts/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2025-07-13)
226

327

packages/unplugin-dts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unplugin-dts",
3-
"version": "1.0.0-beta.4",
3+
"version": "1.0.0-beta.5",
44
"type": "module",
55
"license": "MIT",
66
"author": "qmhc",

0 commit comments

Comments
 (0)