Skip to content

Commit

Permalink
chore: release v0.1.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed Jun 14, 2021
1 parent 28ee565 commit e6b51d5
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 2 deletions.
37 changes: 37 additions & 0 deletions packages/checker-vls/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Changelog

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.

## 0.1.0-beta.0 (2021-06-09)


### Features

* can log out to stdout ([dde7cd7](https://github.com/fi3ework/vite-plugin-checker/commit/dde7cd75eb0442f1bd38d54f5917c63cd4466cae))
* can show client side overlay ([af77873](https://github.com/fi3ework/vite-plugin-checker/commit/af778735d2223b3194ec3bdf96f9d17deb5331b0))
* display code frame ([9a9eca8](https://github.com/fi3ework/vite-plugin-checker/commit/9a9eca868bc0fffe1019a347b871cf859b50f366))
* run checker in worker thread ([20702c8](https://github.com/fi3ework/vite-plugin-checker/commit/20702c82604e35e46c88d95dc15972f2f0c07078))
* run VLS in dev mode ([6bc50c1](https://github.com/fi3ework/vite-plugin-checker/commit/6bc50c1b2b1baf2978398e12520e829dc8500093))
* stdout formatted ts diagnostics ([96453a5](https://github.com/fi3ework/vite-plugin-checker/commit/96453a56c934ccba513e2d10c400b2b6ca0b61cc))
* support for running muliple checks in parallel ([34f68b2](https://github.com/fi3ework/vite-plugin-checker/commit/34f68b218c12691bb82b8a6f388990f11506a027))
* support read configs ([8bdf6e6](https://github.com/fi3ework/vite-plugin-checker/commit/8bdf6e6e4b0ee7cfc1ed1fce9d2a4428000074a7))
* **vls:** console error when dev ([8fec0ca](https://github.com/fi3ework/vite-plugin-checker/commit/8fec0ca1686057d95f144a7dcc1c0abf8f0f325d))
* **vls:** run VLS in worker thread ([276cc41](https://github.com/fi3ework/vite-plugin-checker/commit/276cc4149a50715da3011c34cd99ad130117c2eb))
* support custom tsconfig ([6bfd83b](https://github.com/fi3ework/vite-plugin-checker/commit/6bfd83bdc4cbb39dbea13712e638030229bf9d28))
* support VLS in dev mode ([3e151cf](https://github.com/fi3ework/vite-plugin-checker/commit/3e151cf72226c0611514d29d4f7db59760ea63d7))
* **vue2:** add vti check command ([de9f7f0](https://github.com/fi3ework/vite-plugin-checker/commit/de9f7f0f55868bf1d18c1992fa8b43638fa53c66))
* add react-example ([be8ea9b](https://github.com/fi3ework/vite-plugin-checker/commit/be8ea9b5ecd7d56b7553aa830a3dfd12389c0419))
* add vue-tsc example ([17d5d3b](https://github.com/fi3ework/vite-plugin-checker/commit/17d5d3b9233f3e6945349c3ab4c577dc2595f1c1))
* show formatted frame ([4025c4f](https://github.com/fi3ework/vite-plugin-checker/commit/4025c4f5d1e0275a31da69c27c7b19676871a6ad))
* show overlay error under API mode ([2ace313](https://github.com/fi3ework/vite-plugin-checker/commit/2ace313b546416382d4b2d608d0ff608184cf11c))
* support programmatic type check ([5231531](https://github.com/fi3ework/vite-plugin-checker/commit/5231531d3e805e72346a32bd075eddaccd28d962))
* work in buld mode ([88c3662](https://github.com/fi3ework/vite-plugin-checker/commit/88c3662eee95c5b21b77c2106b337238bc021303))


### Bug Fixes

* add simple vue-tsc ([fdb56be](https://github.com/fi3ework/vite-plugin-checker/commit/fdb56be2a35a87e55d0ce52ba1c338c79d8b1afb))
* checker can read shared and own config ([088a8bd](https://github.com/fi3ework/vite-plugin-checker/commit/088a8bd21b5421a609a65f8fdb6e3d6498ddeba3))
* ensure stdout after clear screen ([aa24643](https://github.com/fi3ework/vite-plugin-checker/commit/aa246435edd8957fb7df288c936a80afdf1d51ef))
* lockfile registry ([028c4ab](https://github.com/fi3ework/vite-plugin-checker/commit/028c4ab4ea604a484fcf12f398670b24e2b88077))
* use abs file path as error ID ([2150ddd](https://github.com/fi3ework/vite-plugin-checker/commit/2150ddd40a462d462db3ed18b11b7e23b5b016ab))
2 changes: 1 addition & 1 deletion packages/checker-vls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-checker-vls",
"version": "0.0.1",
"version": "0.1.0-beta.0",
"description": "VLS preset for vite-plugin-ts",
"main": "lib/main.js",
"types": "lib/main.d.ts",
Expand Down
37 changes: 37 additions & 0 deletions packages/vite-plugin-checker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Changelog

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.

## 0.1.0-beta.0 (2021-06-09)


### Features

* can log out to stdout ([dde7cd7](https://github.com/fi3ework/vite-plugin-checker/commit/dde7cd75eb0442f1bd38d54f5917c63cd4466cae))
* can show client side overlay ([af77873](https://github.com/fi3ework/vite-plugin-checker/commit/af778735d2223b3194ec3bdf96f9d17deb5331b0))
* display code frame ([9a9eca8](https://github.com/fi3ework/vite-plugin-checker/commit/9a9eca868bc0fffe1019a347b871cf859b50f366))
* run checker in worker thread ([20702c8](https://github.com/fi3ework/vite-plugin-checker/commit/20702c82604e35e46c88d95dc15972f2f0c07078))
* run VLS in dev mode ([6bc50c1](https://github.com/fi3ework/vite-plugin-checker/commit/6bc50c1b2b1baf2978398e12520e829dc8500093))
* stdout formatted ts diagnostics ([96453a5](https://github.com/fi3ework/vite-plugin-checker/commit/96453a56c934ccba513e2d10c400b2b6ca0b61cc))
* support for running muliple checks in parallel ([34f68b2](https://github.com/fi3ework/vite-plugin-checker/commit/34f68b218c12691bb82b8a6f388990f11506a027))
* support read configs ([8bdf6e6](https://github.com/fi3ework/vite-plugin-checker/commit/8bdf6e6e4b0ee7cfc1ed1fce9d2a4428000074a7))
* **vls:** console error when dev ([8fec0ca](https://github.com/fi3ework/vite-plugin-checker/commit/8fec0ca1686057d95f144a7dcc1c0abf8f0f325d))
* **vls:** run VLS in worker thread ([276cc41](https://github.com/fi3ework/vite-plugin-checker/commit/276cc4149a50715da3011c34cd99ad130117c2eb))
* support custom tsconfig ([6bfd83b](https://github.com/fi3ework/vite-plugin-checker/commit/6bfd83bdc4cbb39dbea13712e638030229bf9d28))
* support VLS in dev mode ([3e151cf](https://github.com/fi3ework/vite-plugin-checker/commit/3e151cf72226c0611514d29d4f7db59760ea63d7))
* **vue2:** add vti check command ([de9f7f0](https://github.com/fi3ework/vite-plugin-checker/commit/de9f7f0f55868bf1d18c1992fa8b43638fa53c66))
* add react-example ([be8ea9b](https://github.com/fi3ework/vite-plugin-checker/commit/be8ea9b5ecd7d56b7553aa830a3dfd12389c0419))
* add vue-tsc example ([17d5d3b](https://github.com/fi3ework/vite-plugin-checker/commit/17d5d3b9233f3e6945349c3ab4c577dc2595f1c1))
* show formatted frame ([4025c4f](https://github.com/fi3ework/vite-plugin-checker/commit/4025c4f5d1e0275a31da69c27c7b19676871a6ad))
* show overlay error under API mode ([2ace313](https://github.com/fi3ework/vite-plugin-checker/commit/2ace313b546416382d4b2d608d0ff608184cf11c))
* support programmatic type check ([5231531](https://github.com/fi3ework/vite-plugin-checker/commit/5231531d3e805e72346a32bd075eddaccd28d962))
* work in buld mode ([88c3662](https://github.com/fi3ework/vite-plugin-checker/commit/88c3662eee95c5b21b77c2106b337238bc021303))


### Bug Fixes

* add simple vue-tsc ([fdb56be](https://github.com/fi3ework/vite-plugin-checker/commit/fdb56be2a35a87e55d0ce52ba1c338c79d8b1afb))
* checker can read shared and own config ([088a8bd](https://github.com/fi3ework/vite-plugin-checker/commit/088a8bd21b5421a609a65f8fdb6e3d6498ddeba3))
* ensure stdout after clear screen ([aa24643](https://github.com/fi3ework/vite-plugin-checker/commit/aa246435edd8957fb7df288c936a80afdf1d51ef))
* lockfile registry ([028c4ab](https://github.com/fi3ework/vite-plugin-checker/commit/028c4ab4ea604a484fcf12f398670b24e2b88077))
* use abs file path as error ID ([2150ddd](https://github.com/fi3ework/vite-plugin-checker/commit/2150ddd40a462d462db3ed18b11b7e23b5b016ab))
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.0.1",
"version": "0.1.0-beta.0",
"description": "Vite plugin that runs TypeScript type checker on a separate process.",
"main": "lib/main.js",
"types": "lib/main.d.ts",
Expand Down

0 comments on commit e6b51d5

Please sign in to comment.