Skip to content

Commit ef261c4

Browse files
committed
v0.34.14
1 parent 800a18f commit ef261c4

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

extensions/vscode-typescript-vue-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "vscode-typescript-vue-plugin",
4-
"version": "0.34.13",
4+
"version": "0.34.14",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/johnsoncodehk/volar.git",

extensions/vscode-vue-language-features/package.json

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "volar",
4-
"version": "0.34.13",
4+
"version": "0.34.14",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/johnsoncodehk/volar.git",
@@ -392,11 +392,18 @@
392392
},
393393
"volar.splitEditors.layout.left": {
394394
"type": "array",
395-
"default": ["script", "scriptSetup", "styles"]
395+
"default": [
396+
"script",
397+
"scriptSetup",
398+
"styles"
399+
]
396400
},
397401
"volar.splitEditors.layout.right": {
398402
"type": "array",
399-
"default": ["template", "customBlocks"]
403+
"default": [
404+
"template",
405+
"customBlocks"
406+
]
400407
}
401408
}
402409
},
@@ -663,4 +670,4 @@
663670
"vscode-languageclient": "^8.0.0-next.14",
664671
"vscode-nls": "5.0.0"
665672
}
666-
}
673+
}

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"extensions/*",
44
"packages/*"
55
],
6-
"version": "0.34.13"
6+
"version": "0.34.14"
77
}

0 commit comments

Comments
 (0)