Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.0.71 (2026-03-04)

- ci: create draft PR for version bump
- chore: upgrade tsslint to v3
- Refactor release workflow for push and dispatch triggers

## 0.0.70 (2026-02-26)

- refactor(pug): import parser from @vue/language-plugin-pug (#113)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages": [
"packages/*"
],
"version": "0.0.70"
"version": "0.0.71"
}
2 changes: 1 addition & 1 deletion packages/css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "volar-service-css",
"version": "0.0.70",
"version": "0.0.71",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "volar-service-emmet",
"version": "0.0.70",
"version": "0.0.71",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "volar-service-html",
"version": "0.0.70",
"version": "0.0.71",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "volar-service-json",
"version": "0.0.70",
"version": "0.0.71",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "volar-service-markdown",
"version": "0.0.70",
"version": "0.0.71",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "volar-service-prettier",
"version": "0.0.70",
"version": "0.0.71",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "volar-service-prettyhtml",
"version": "0.0.70",
"version": "0.0.71",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "volar-service-pug-beautify",
"version": "0.0.70",
"version": "0.0.71",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "volar-service-pug",
"version": "0.0.70",
"version": "0.0.71",
"description": "Integrate Pug into Volar",
"homepage": "https://github.com/volarjs/services/tree/master/packages/pug",
"bugs": "https://github.com/volarjs/services/issues",
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@volar/language-service": "~2.4.0",
"@vue/language-plugin-pug": "~3.2.2",
"volar-service-html": "0.0.70",
"volar-service-html": "0.0.71",
"vscode-html-languageservice": "^5.3.0",
"vscode-languageserver-textdocument": "^1.0.11"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sass-formatter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "volar-service-sass-formatter",
"version": "0.0.70",
"version": "0.0.71",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "volar-service-typescript-twoslash-queries",
"version": "0.0.70",
"version": "0.0.71",
"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 @@ -27,7 +27,7 @@
"vscode-uri": "^3.0.8"
},
"devDependencies": {
"volar-service-typescript": "0.0.70"
"volar-service-typescript": "0.0.71"
},
"peerDependencies": {
"@volar/language-service": "~2.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "volar-service-typescript",
"version": "0.0.70",
"version": "0.0.71",
"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/yaml/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "volar-service-yaml",
"version": "0.0.70",
"version": "0.0.71",
"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.