File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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 )
4
4
5
5
- Fix template type-checking when typescript >= 4.5. #3323 ,#3424 .
6
6
- Export all component for volar together.
Original file line number Diff line number Diff line change 4
4
"description" : " Vue tooling for VS Code" ,
5
5
"author" :
" Pine Wu <[email protected] >" ,
6
6
"icon" : " asset/vue.png" ,
7
- "version" : " 0.35 .0" ,
7
+ "version" : " 0.36 .0" ,
8
8
"publisher" : " octref" ,
9
9
"scripts" : {
10
10
"postinstall" : " run-s install:*" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vls" ,
3
3
"description" : " Vue Language Server" ,
4
- "version" : " 0.7.6 " ,
4
+ "version" : " 0.8.0 " ,
5
5
"author" :
" Pine Wu <[email protected] >" ,
6
6
"license" : " MIT" ,
7
7
"main" : " dist/vls.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vti" ,
3
3
"description" : " Vetur Terminal Interface" ,
4
- "version" : " 0.1.5 " ,
4
+ "version" : " 0.1.6 " ,
5
5
"main" : " ./dist/cli.js" ,
6
6
"bin" : " ./bin/vti" ,
7
7
"author" :
" Pine Wu <[email protected] >" ,
8
8
"license" : " MIT" ,
9
9
"dependencies" : {
10
10
"commander" : " ^8.3.0" ,
11
- "vls" : " ^0.7.6 "
11
+ "vls" : " ^0.8.0 "
12
12
},
13
13
"scripts" : {
14
14
"compile" : " rollup -c rollup.config.js" ,
Original file line number Diff line number Diff line change @@ -1003,10 +1003,10 @@ v8-compile-cache@^2.0.3:
1003
1003
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
1004
1004
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
1005
1005
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 ==
1010
1010
dependencies :
1011
1011
eslint "^7.32.0"
1012
1012
eslint-plugin-vue "^7.19.1"
You can’t perform that action at this time.
0 commit comments