Skip to content

Commit e4f2afe

Browse files
chore: next release (#334)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2a0af74 commit e4f2afe

9 files changed

+13
-36
lines changed

.changeset/neat-seas-lick.md

-5
This file was deleted.

.changeset/smooth-bags-grow.md

-5
This file was deleted.

.changeset/stupid-years-juggle.md

-5
This file was deleted.

.changeset/tiny-impalas-cheat.md

-5
This file was deleted.

.changeset/unlucky-keys-kneel.md

-5
This file was deleted.

.changeset/violet-moons-shake.md

-5
This file was deleted.

.changeset/wild-mangos-approve.md

-5
This file was deleted.

packages/vite-plugin-checker/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# vite-plugin-checker
22

3+
## 0.7.1
4+
5+
### Patch Changes
6+
7+
- 909182e: Remove extraneous non props attributes warning
8+
- e881c44: Bump @vitejs/plugin-vue to resolve runtime warning, see #346
9+
- 80ca69c: Resolve optionaltor from ESLint path, do not requires to install optionator anymore
10+
- 78fc007: Throw error and hint user when vue-tsc working with typescript lower than 5.0.0
11+
- 52423b2: sync runTsc https://github.com/volarjs/volar.js/blob/630f31118d3986c00cc730eb83cd896709fd547e/packages/typescript/lib/quickstart/runTsc.ts
12+
- 2a0af74: refactor: reuse codeFrame helper in logger and deduplicate code
13+
- 7d985e7: refactor: import `@volar/typescript` from `vue-tsc`
14+
315
## 0.7.0
416

517
### Minor Changes

packages/vite-plugin-checker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-checker",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "Vite plugin that runs TypeScript type checker on a separate process.",
55
"types": "./dist/esm/main.d.ts",
66
"main": "./dist/cjs/main.js",

0 commit comments

Comments
 (0)