From 7a60fa2ebffb9a8c02285e9e8184d943eb5f374b Mon Sep 17 00:00:00 2001 From: yoyo930021 Date: Mon, 11 Jul 2022 13:03:21 +0800 Subject: [PATCH] v0.36.0 --- CHANGELOG.md | 2 +- package.json | 2 +- server/package.json | 2 +- vti/package.json | 4 ++-- vti/yarn.lock | 8 ++++---- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0c5545afa..1d273c370b 100644 --- a/CHANGELOG.md +++ b/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. diff --git a/package.json b/package.json index 43c13acf57..e0090303fb 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Vue tooling for VS Code", "author": "Pine Wu ", "icon": "asset/vue.png", - "version": "0.35.0", + "version": "0.36.0", "publisher": "octref", "scripts": { "postinstall": "run-s install:*", diff --git a/server/package.json b/server/package.json index be757f24ca..ee86a7b8c3 100644 --- a/server/package.json +++ b/server/package.json @@ -1,7 +1,7 @@ { "name": "vls", "description": "Vue Language Server", - "version": "0.7.6", + "version": "0.8.0", "author": "Pine Wu ", "license": "MIT", "main": "dist/vls.js", diff --git a/vti/package.json b/vti/package.json index 3cb032e314..54f97f288f 100644 --- a/vti/package.json +++ b/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 ", "license": "MIT", "dependencies": { "commander": "^8.3.0", - "vls": "^0.7.6" + "vls": "^0.8.0" }, "scripts": { "compile": "rollup -c rollup.config.js", diff --git a/vti/yarn.lock b/vti/yarn.lock index eb20191f1b..d798bc6fec 100644 --- a/vti/yarn.lock +++ b/vti/yarn.lock @@ -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"