Skip to content

Commit

Permalink
chore: next release (#334)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jul 6, 2024
1 parent 2a0af74 commit e4f2afe
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/neat-seas-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-bags-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-years-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-impalas-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-keys-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-moons-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-mangos-approve.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/vite-plugin-checker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# vite-plugin-checker

## 0.7.1

### Patch Changes

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

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-checker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-checker",
"version": "0.7.0",
"version": "0.7.1",
"description": "Vite plugin that runs TypeScript type checker on a separate process.",
"types": "./dist/esm/main.d.ts",
"main": "./dist/cjs/main.js",
Expand Down

0 comments on commit e4f2afe

Please sign in to comment.