Skip to content

Commit

Permalink
v0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo930021 committed Jul 11, 2022
1 parent 70333db commit 7a60fa2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

### Un release
### 0.36.0 | 2022-07-11 | [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.36.0/vspackage)

- Fix template type-checking when typescript >= 4.5. #3323,#3424.
- Export all component for volar together.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "Vue tooling for VS Code",
"author": "Pine Wu <octref@gmail.com>",
"icon": "asset/vue.png",
"version": "0.35.0",
"version": "0.36.0",
"publisher": "octref",
"scripts": {
"postinstall": "run-s install:*",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
@@ -1,7 +1,7 @@
{
"name": "vls",
"description": "Vue Language Server",
"version": "0.7.6",
"version": "0.8.0",
"author": "Pine Wu <octref@gmail.com>",
"license": "MIT",
"main": "dist/vls.js",
Expand Down
4 changes: 2 additions & 2 deletions vti/package.json
@@ -1,14 +1,14 @@
{
"name": "vti",
"description": "Vetur Terminal Interface",
"version": "0.1.5",
"version": "0.1.6",
"main": "./dist/cli.js",
"bin": "./bin/vti",
"author": "Pine Wu <octref@gmail.com>",
"license": "MIT",
"dependencies": {
"commander": "^8.3.0",
"vls": "^0.7.6"
"vls": "^0.8.0"
},
"scripts": {
"compile": "rollup -c rollup.config.js",
Expand Down
8 changes: 4 additions & 4 deletions vti/yarn.lock
Expand Up @@ -1003,10 +1003,10 @@ v8-compile-cache@^2.0.3:
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==

vls@^0.7.6:
version "0.7.6"
resolved "https://registry.yarnpkg.com/vls/-/vls-0.7.6.tgz#22b879ce5d58c1f40cc34f59a73f7e51fad7aab2"
integrity sha512-UaE5peKpeT0dsTg4KAbxRVKLotD4i0DW3wb/srcJgNJmpBmTv2HAkE3hMR/naf1bMmUTpQyQPUaZOJE5ihBqlA==
vls@^0.8.0:
version "0.8.0"
resolved "https://registry.yarnpkg.com/vls/-/vls-0.8.0.tgz#18b9d91a584dfbbd80361aef294a528230816daa"
integrity sha512-Ca9WQmvjgd8GTjEZB4rfsxgsmquinuwDXHXHVLN0u7V+Iy3xEzlmaK7JN7AFKr+ORD5xB+17dn7tskqY+kln/Q==
dependencies:
eslint "^7.32.0"
eslint-plugin-vue "^7.19.1"
Expand Down

0 comments on commit 7a60fa2

Please sign in to comment.