Skip to content

Commit 7a60fa2

Browse files
committed
v0.36.0
1 parent 70333db commit 7a60fa2

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

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

55
- Fix template type-checking when typescript >= 4.5. #3323,#3424.
66
- Export all component for volar together.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Vue tooling for VS Code",
55
"author": "Pine Wu <[email protected]>",
66
"icon": "asset/vue.png",
7-
"version": "0.35.0",
7+
"version": "0.36.0",
88
"publisher": "octref",
99
"scripts": {
1010
"postinstall": "run-s install:*",

server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vls",
33
"description": "Vue Language Server",
4-
"version": "0.7.6",
4+
"version": "0.8.0",
55
"author": "Pine Wu <[email protected]>",
66
"license": "MIT",
77
"main": "dist/vls.js",

vti/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "vti",
33
"description": "Vetur Terminal Interface",
4-
"version": "0.1.5",
4+
"version": "0.1.6",
55
"main": "./dist/cli.js",
66
"bin": "./bin/vti",
77
"author": "Pine Wu <[email protected]>",
88
"license": "MIT",
99
"dependencies": {
1010
"commander": "^8.3.0",
11-
"vls": "^0.7.6"
11+
"vls": "^0.8.0"
1212
},
1313
"scripts": {
1414
"compile": "rollup -c rollup.config.js",

vti/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1003,10 +1003,10 @@ v8-compile-cache@^2.0.3:
10031003
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
10041004
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
10051005

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

0 commit comments

Comments
 (0)