Skip to content

Commit

Permalink
Merge branch 'unjs:main' into feature/sourcemap-generation
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-hoang authored Dec 31, 2024
2 parents 40bded1 + 818b664 commit 4f295d5
Show file tree
Hide file tree
Showing 8 changed files with 284 additions and 195 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.

## v2.2.0

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

### 🚀 Enhancements

- **dts:** Expose ts compiler errors ([#278](https://github.com/unjs/mkdist/pull/278))

### 🩹 Fixes

- Only add known ignore patterns by default ([#279](https://github.com/unjs/mkdist/pull/279))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Daniel Roe ([@danielroe](http://github.com/danielroe))

## v2.1.0

[compare changes](https://github.com/unjs/mkdist/compare/v2.0.1...v2.1.0)
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mkdist",
"version": "2.1.0",
"version": "2.2.0",
"description": "Lightweight file-to-file transformer",
"repository": "unjs/mkdist",
"license": "MIT",
Expand Down Expand Up @@ -33,7 +33,7 @@
"citty": "^0.1.6",
"cssnano": "^7.0.6",
"defu": "^6.1.4",
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"jiti": "^1.21.7",
"mlly": "^1.7.3",
"pathe": "^1.1.2",
Expand All @@ -48,7 +48,7 @@
"@types/semver": "^7.5.8",
"@vitest/coverage-v8": "^2.1.8",
"@volar/typescript": "^2.4.11",
"@vue/language-core": "^2.1.10",
"@vue/language-core": "^2.2.0",
"@vue/language-core2.0": "npm:@vue/[email protected]",
"c8": "latest",
"changelogen": "^0.5.7",
Expand All @@ -61,7 +61,7 @@
"unbuild": "^3.0.1",
"vitest": "^2.1.8",
"vue": "^3.5.13",
"vue-tsc": "^2.1.10",
"vue-tsc": "^2.2.0",
"vue-tsc1": "npm:vue-tsc@^1.8.27",
"vue-tsc2.0": "npm:[email protected]"
},
Expand All @@ -85,5 +85,5 @@
"optional": true
}
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
Loading

0 comments on commit 4f295d5

Please sign in to comment.