Skip to content

Commit e2ed493

Browse files
github-actions[bot]fi3ework
authored andcommitted
release: publish
1 parent bad24c7 commit e2ed493

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.changeset/light-olives-act.md

-5
This file was deleted.

.changeset/warm-socks-sniff.md

-5
This file was deleted.

packages/vite-plugin-checker/CHANGELOG.md

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

3+
## 0.6.2
4+
5+
### Patch Changes
6+
7+
- ab70e33: fix config.overlay.panelStyle not be applied at runtime
8+
- bad24c7: add optional global configuration of root directory (#262)
9+
310
## 0.6.1
411

512
### Patch 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.6.1",
3+
"version": "0.6.2",
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)