Skip to content

Commit

Permalink
v0.0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Mar 28, 2024
1 parent c579f98 commit 9f261a7
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -4,5 +4,5 @@
"packages": [
"packages/*"
],
"version": "0.0.36"
"version": "0.0.37"
}
2 changes: 1 addition & 1 deletion packages/css/package.json
@@ -1,6 +1,6 @@
{
"name": "volar-service-css",
"version": "0.0.36",
"version": "0.0.37",
"description": "Integrate vscode-css-languageservice into Volar",
"homepage": "https://github.com/volarjs/services/tree/master/packages/css",
"bugs": "https://github.com/volarjs/services/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/emmet/package.json
@@ -1,6 +1,6 @@
{
"name": "volar-service-emmet",
"version": "0.0.36",
"version": "0.0.37",
"description": "Integrate @vscode/emmet-helper into Volar",
"homepage": "https://github.com/volarjs/services/tree/master/packages/emmet",
"bugs": "https://github.com/volarjs/services/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/html/package.json
@@ -1,6 +1,6 @@
{
"name": "volar-service-html",
"version": "0.0.36",
"version": "0.0.37",
"description": "Integrate vscode-languageservice-html into Volar",
"homepage": "https://github.com/volarjs/services/tree/master/packages/html",
"bugs": "https://github.com/volarjs/services/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/json/package.json
@@ -1,6 +1,6 @@
{
"name": "volar-service-json",
"version": "0.0.36",
"version": "0.0.37",
"description": "Integrate vscode-json-languageservice into Volar",
"homepage": "https://github.com/volarjs/services/tree/master/packages/json",
"bugs": "https://github.com/volarjs/services/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
@@ -1,6 +1,6 @@
{
"name": "volar-service-markdown",
"version": "0.0.36",
"version": "0.0.37",
"description": "Integrate vscode-markdown-languageservice into Volar",
"homepage": "https://github.com/volarjs/services/tree/master/packages/markdown",
"bugs": "https://github.com/volarjs/services/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier/package.json
@@ -1,6 +1,6 @@
{
"name": "volar-service-prettier",
"version": "0.0.36",
"version": "0.0.37",
"description": "Integrate Prettier into Volar",
"homepage": "https://github.com/volarjs/services/tree/master/packages/prettier",
"bugs": "https://github.com/volarjs/services/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettyhtml/package.json
@@ -1,6 +1,6 @@
{
"name": "volar-service-prettyhtml",
"version": "0.0.36",
"version": "0.0.37",
"description": "Integrate prettyhtml into Volar",
"homepage": "https://github.com/volarjs/services/tree/master/packages/prettyhtml",
"bugs": "https://github.com/volarjs/services/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/pug-beautify/package.json
@@ -1,6 +1,6 @@
{
"name": "volar-service-pug-beautify",
"version": "0.0.36",
"version": "0.0.37",
"description": "Integrate pug-beautify into Volar",
"homepage": "https://github.com/volarjs/services/tree/master/packages/pug-beautify",
"bugs": "https://github.com/volarjs/services/issues",
Expand Down
4 changes: 2 additions & 2 deletions packages/pug/package.json
@@ -1,6 +1,6 @@
{
"name": "volar-service-pug",
"version": "0.0.36",
"version": "0.0.37",
"description": "Integrate Pug into Volar",
"homepage": "https://github.com/volarjs/services/tree/master/packages/pug",
"bugs": "https://github.com/volarjs/services/issues",
Expand All @@ -27,7 +27,7 @@
"@volar/language-service": "~2.2.0-alpha.1",
"pug-lexer": "^5.0.1",
"pug-parser": "^6.0.0",
"volar-service-html": "0.0.36",
"volar-service-html": "0.0.37",
"vscode-html-languageservice": "^5.1.0",
"vscode-languageserver-textdocument": "^1.0.11"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sass-formatter/package.json
@@ -1,6 +1,6 @@
{
"name": "volar-service-sass-formatter",
"version": "0.0.36",
"version": "0.0.37",
"description": "Integrate sass-formatter into Volar",
"homepage": "https://github.com/volarjs/services/tree/master/packages/sass-formatter",
"bugs": "https://github.com/volarjs/services/issues",
Expand Down
4 changes: 2 additions & 2 deletions packages/typescript-twoslash-queries/package.json
@@ -1,6 +1,6 @@
{
"name": "volar-service-typescript-twoslash-queries",
"version": "0.0.36",
"version": "0.0.37",
"description": "Integrate TypeScript Twoslash into Volar",
"homepage": "https://github.com/volarjs/services/tree/master/packages/typescript-twoslash-queries",
"bugs": "https://github.com/volarjs/services/issues",
Expand All @@ -24,7 +24,7 @@
"url": "https://github.com/johnsoncodehk"
},
"devDependencies": {
"volar-service-typescript": "0.0.36"
"volar-service-typescript": "0.0.37"
},
"peerDependencies": {
"@volar/language-service": "~2.2.0-alpha.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "volar-service-typescript",
"version": "0.0.36",
"version": "0.0.37",
"description": "Integrate TypeScript into Volar",
"homepage": "https://github.com/volarjs/services/tree/master/packages/typescript",
"bugs": "https://github.com/volarjs/services/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/vetur/package.json
@@ -1,6 +1,6 @@
{
"name": "volar-service-vetur",
"version": "0.0.36",
"version": "0.0.37",
"description": "Integrate Vetur into Volar",
"homepage": "https://github.com/volarjs/services/tree/master/packages/vetur",
"bugs": "https://github.com/volarjs/services/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/yaml/package.json
@@ -1,6 +1,6 @@
{
"name": "volar-service-yaml",
"version": "0.0.36",
"version": "0.0.37",
"description": "Integrate yaml-language-server into Volar",
"homepage": "https://github.com/volarjs/services/tree/master/packages/yaml",
"bugs": "https://github.com/volarjs/services/issues",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9f261a7

Please sign in to comment.