Skip to content

Commit 39e2bc9

Browse files
committed
release(unplugin-dts): v1.0.3
1 parent 195d759 commit 39e2bc9

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

packages/unplugin-dts/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [1.0.3](https://github.com/qmhc/unplugin-dts/compare/v1.0.0-beta.7...v1.0.3) (2026-06-24)
2+
3+
### Bug Fixes
4+
5+
- avoid self-referencing synthetic entry when entry dts path equals types path ([f08ae3e](https://github.com/qmhc/unplugin-dts/commit/f08ae3ec690156be02fb55ca231fa014880e906b)), closes [#420](https://github.com/qmhc/unplugin-dts/issues/420)
6+
- include .vue files when resolving tsconfig include patterns ([d4e41d2](https://github.com/qmhc/unplugin-dts/commit/d4e41d26f825fe6ef6ca682bf36be2687992e20e)), closes [#469](https://github.com/qmhc/unplugin-dts/issues/469)
7+
- loop through all aliases so wildcard _ does not block @/_ resolution ([#477](https://github.com/qmhc/unplugin-dts/issues/477)) ([57b6278](https://github.com/qmhc/unplugin-dts/commit/57b6278f69d4fd057a2658ccaea6ff45166f8405))
8+
- **plugin:** re-emit declarations when non-type files change in watch mode ([a6bc975](https://github.com/qmhc/unplugin-dts/commit/a6bc975a106f73dd41edea49bf4208d5d1b9b623)), closes [#335](https://github.com/qmhc/unplugin-dts/issues/335)
9+
- relax vue language core peer range ([89b6634](https://github.com/qmhc/unplugin-dts/commit/89b663478cf484049c6edba01d5f182a67c6e8f6))
10+
- **rolldown:** correct exported type for Rolldown plugin ([6e0c0d2](https://github.com/qmhc/unplugin-dts/commit/6e0c0d2aec8d971a28530b649b0d822004f27bd8)), closes [#470](https://github.com/qmhc/unplugin-dts/issues/470)
11+
- **unplugin-dts:** add .js extension to synthetic entry imports for nodenext ([fff6ee3](https://github.com/qmhc/unplugin-dts/commit/fff6ee3ce4c6bf50cda5dcef4ef550256c1d69ca)), closes [#417](https://github.com/qmhc/unplugin-dts/issues/417)
12+
- **unplugin-dts:** avoid leaking optional peer types into declaration files ([e0eda08](https://github.com/qmhc/unplugin-dts/commit/e0eda08c3efe59e5fdc3b6bbf1b3c9da1a8a0ae6)), closes [#476](https://github.com/qmhc/unplugin-dts/issues/476)
13+
- **unplugin-dts:** fix getResolvedModule error when bundling dts files outside src ([89a12db](https://github.com/qmhc/unplugin-dts/commit/89a12dba6e23b220d598beca20356c54376f4f50)), closes [#401](https://github.com/qmhc/unplugin-dts/issues/401)
14+
- **unplugin-dts:** forward aliasesExclude to Runtime ([739db62](https://github.com/qmhc/unplugin-dts/commit/739db6209ff21d7b3d6ca0c5b394b474ce85c641)), closes [#472](https://github.com/qmhc/unplugin-dts/issues/472)
15+
- **unplugin-dts:** separate publicRoot/entryRoot for TS 6.0 ([#479](https://github.com/qmhc/unplugin-dts/issues/479)) ([351500a](https://github.com/qmhc/unplugin-dts/commit/351500a4cc8e45c4691aabd04ebfa40654267060)), closes [#467](https://github.com/qmhc/unplugin-dts/issues/467) [#467](https://github.com/qmhc/unplugin-dts/issues/467)
16+
117
## [1.0.2](https://github.com/qmhc/unplugin-dts/compare/v1.0.0-beta.7...v1.0.2) (2026-06-01)
218

319
### Bug Fixes

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.2",
3+
"version": "1.0.3",
44
"type": "module",
55
"license": "MIT",
66
"author": "qmhc",

0 commit comments

Comments
 (0)