Skip to content

Commit 4f295d5

Browse files
authored
Merge branch 'unjs:main' into feature/sourcemap-generation
2 parents 40bded1 + 818b664 commit 4f295d5

File tree

8 files changed

+284
-195
lines changed

8 files changed

+284
-195
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## v2.2.0
6+
7+
[compare changes](https://github.com/unjs/mkdist/compare/v2.1.0...v2.2.0)
8+
9+
### 🚀 Enhancements
10+
11+
- **dts:** Expose ts compiler errors ([#278](https://github.com/unjs/mkdist/pull/278))
12+
13+
### 🩹 Fixes
14+
15+
- Only add known ignore patterns by default ([#279](https://github.com/unjs/mkdist/pull/279))
16+
17+
### ❤️ Contributors
18+
19+
- Pooya Parsa ([@pi0](http://github.com/pi0))
20+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
21+
522
## v2.1.0
623

724
[compare changes](https://github.com/unjs/mkdist/compare/v2.0.1...v2.1.0)

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdist",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Lightweight file-to-file transformer",
55
"repository": "unjs/mkdist",
66
"license": "MIT",
@@ -33,7 +33,7 @@
3333
"citty": "^0.1.6",
3434
"cssnano": "^7.0.6",
3535
"defu": "^6.1.4",
36-
"esbuild": "^0.24.0",
36+
"esbuild": "^0.24.2",
3737
"jiti": "^1.21.7",
3838
"mlly": "^1.7.3",
3939
"pathe": "^1.1.2",
@@ -48,7 +48,7 @@
4848
"@types/semver": "^7.5.8",
4949
"@vitest/coverage-v8": "^2.1.8",
5050
"@volar/typescript": "^2.4.11",
51-
"@vue/language-core": "^2.1.10",
51+
"@vue/language-core": "^2.2.0",
5252
"@vue/language-core2.0": "npm:@vue/language-core@2.0.29",
5353
"c8": "latest",
5454
"changelogen": "^0.5.7",
@@ -61,7 +61,7 @@
6161
"unbuild": "^3.0.1",
6262
"vitest": "^2.1.8",
6363
"vue": "^3.5.13",
64-
"vue-tsc": "^2.1.10",
64+
"vue-tsc": "^2.2.0",
6565
"vue-tsc1": "npm:vue-tsc@^1.8.27",
6666
"vue-tsc2.0": "npm:vue-tsc@2.0.29"
6767
},
@@ -85,5 +85,5 @@
8585
"optional": true
8686
}
8787
},
88-
"packageManager": "pnpm@9.15.0"
88+
"packageManager": "pnpm@9.15.1"
8989
}

0 commit comments

Comments
 (0)