Skip to content

Commit be258ec

Browse files
committed
release: vite-plugin-checker@0.5.3
1 parent ab5798f commit be258ec

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ jobs:
3939
pnpm run clean
4040
pnpm run build
4141
cp README.md packages/vite-plugin-checker/README.md
42-
cd packages/vite-plugin-checker
4342
4443
- name: Publish to NPM
45-
run: pnpm publish --access public
44+
run: pnpm publish --filter vite-plugin-checker --no-git-checks
4645
env:
4746
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## <small>0.5.3 (2022-12-22)</small>
2+
3+
* ci: clean Netlify scripts for pnpm (#195) ([ab5798f](https://github.com/fi3ework/vite-plugin-checker/commit/ab5798f)), closes [#195](https://github.com/fi3ework/vite-plugin-checker/issues/195)
4+
* fix: update logic that is resolve socket url (#188) ([a3d9684](https://github.com/fi3ework/vite-plugin-checker/commit/a3d9684)), closes [#188](https://github.com/fi3ework/vite-plugin-checker/issues/188)
5+
* fix(stylelint): drop export default (#191) ([82f30b1](https://github.com/fi3ework/vite-plugin-checker/commit/82f30b1)), closes [#191](https://github.com/fi3ework/vite-plugin-checker/issues/191)
6+
* fix(typescript): Support custom path in build mode (#186) ([d1c422c](https://github.com/fi3ework/vite-plugin-checker/commit/d1c422c)), closes [#186](https://github.com/fi3ework/vite-plugin-checker/issues/186)
7+
* fix(vue-tsc): support volar v1.0.14 (#194) ([538a0d9](https://github.com/fi3ework/vite-plugin-checker/commit/538a0d9)), closes [#194](https://github.com/fi3ework/vite-plugin-checker/issues/194) [#193](https://github.com/fi3ework/vite-plugin-checker/issues/193)
8+
* build: publish package in CI ([8c638cf](https://github.com/fi3ework/vite-plugin-checker/commit/8c638cf))
9+
* refactor: no type check for mjs ([f0b78fa](https://github.com/fi3ework/vite-plugin-checker/commit/f0b78fa))
10+
11+
12+
113
## <small>0.5.2 (2022-12-10)</small>
214

315
* chore: allow future version of Vite as peer dep (close #187) ([32c5658](https://github.com/fi3ework/vite-plugin-checker/commit/32c5658)), closes [#187](https://github.com/fi3ework/vite-plugin-checker/issues/187)

packages/vite-plugin-checker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-checker",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
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)