Skip to content

Commit

Permalink
v0.27.25
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Sep 26, 2021
1 parent 89c9235 commit c3bd73a
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions extensions/vscode-typescript-vue-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "vscode-typescript-vue-plugin",
"version": "0.27.24",
"version": "0.27.25",
"repository": {
"type": "git",
"url": "https://github.com/johnsoncodehk/volar.git",
Expand Down Expand Up @@ -37,7 +37,7 @@
"../../packages/vscode-vue-languageservice"
],
"dependencies": {
"typescript-vue-plugin": "^0.27.24"
"typescript-vue-plugin": "^0.27.25"
},
"devDependencies": {
"vsce": "latest"
Expand Down
4 changes: 2 additions & 2 deletions extensions/vscode-vue-language-features/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "volar",
"version": "0.27.24",
"version": "0.27.25",
"repository": {
"type": "git",
"url": "https://github.com/johnsoncodehk/volar.git",
Expand Down Expand Up @@ -404,7 +404,7 @@
"../../packages/*"
],
"dependencies": {
"@volar/client": "^0.27.24"
"@volar/client": "^0.27.25"
},
"devDependencies": {
"vsce": "latest"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"extensions/*",
"packages/*"
],
"version": "0.27.24"
"version": "0.27.25"
}
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"private": true,
"name": "@volar/client",
"version": "0.27.24",
"version": "0.27.25",
"repository": {
"type": "git",
"url": "https://github.com/johnsoncodehk/volar.git",
"directory": "packages/client"
},
"dependencies": {
"@volar/server": "^0.27.24",
"@volar/server": "^0.27.25",
"@volar/shared": "^0.27.24",
"@vue/reactivity": "^3.2.19",
"upath": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/experimental/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@volar/experimental",
"version": "0.27.24",
"version": "0.27.25",
"main": "out/index.js",
"license": "MIT",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@volar/server",
"version": "0.27.24",
"version": "0.27.25",
"license": "MIT",
"files": [
"out/**/*.js",
Expand All @@ -25,6 +25,6 @@
"upath": "^2.0.1",
"vscode-languageserver": "^8.0.0-next.2",
"vscode-languageserver-textdocument": "^1.0.1",
"vscode-vue-languageservice": "^0.27.24"
"vscode-vue-languageservice": "^0.27.25"
}
}
4 changes: 2 additions & 2 deletions packages/typescript-vue-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-vue-plugin",
"version": "0.27.24",
"version": "0.27.25",
"main": "out/index.js",
"license": "MIT",
"files": [
Expand All @@ -18,6 +18,6 @@
"dependencies": {
"@volar/shared": "^0.27.24",
"upath": "^2.0.1",
"vscode-vue-languageservice": "^0.27.24"
"vscode-vue-languageservice": "^0.27.25"
}
}
2 changes: 1 addition & 1 deletion packages/vscode-typescript-languageservice/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-typescript-languageservice",
"version": "0.27.24",
"version": "0.27.25",
"main": "out/index.js",
"license": "MIT",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode-vue-languageservice/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-vue-languageservice",
"version": "0.27.24",
"version": "0.27.25",
"main": "out/index.js",
"license": "MIT",
"files": [
Expand Down Expand Up @@ -33,6 +33,6 @@
"vscode-languageserver": "^8.0.0-next.2",
"vscode-languageserver-textdocument": "^1.0.1",
"vscode-pug-languageservice": "^0.27.24",
"vscode-typescript-languageservice": "^0.27.24"
"vscode-typescript-languageservice": "^0.27.25"
}
}

0 comments on commit c3bd73a

Please sign in to comment.