Skip to content

Commit

Permalink
Prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaeumer committed Jul 31, 2024
1 parent 832a221 commit b51c6d5
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion client-node-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"minimatch": "^9.0.3",
"vscode-languageserver": "10.0.0-next.7",
"vscode-languageserver": "10.0.0-next.8",
"vscode-uri": "3.0.8"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-languageclient",
"description": "VSCode Language client implementation",
"version": "10.0.0-next.9",
"version": "10.0.0-next.10",
"author": "Microsoft Corporation",
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"minimatch": "^9.0.3",
"semver": "^7.6.0",
"vscode-languageserver-protocol": "3.17.6-next.7"
"vscode-languageserver-protocol": "3.17.6-next.8"
},
"scripts": {
"prepublishOnly": "echo \"⛔ Can only publish from a secure pipeline ⛔\" && node ../build/npm/fail",
Expand Down
4 changes: 2 additions & 2 deletions protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-languageserver-protocol",
"description": "VSCode Language Server Protocol implementation",
"version": "3.17.6-next.7",
"version": "3.17.6-next.8",
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
Expand All @@ -28,7 +28,7 @@
},
"dependencies": {
"vscode-jsonrpc": "9.0.0-next.5",
"vscode-languageserver-types": "3.17.6-next.4"
"vscode-languageserver-types": "3.17.6-next.5"
},
"scripts": {
"prepublishOnly": "echo \"⛔ Can only publish from a secure pipeline ⛔\" && node ../build/npm/fail",
Expand Down
6 changes: 3 additions & 3 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-languageserver",
"description": "Language server implementation for node",
"version": "10.0.0-next.7",
"version": "10.0.0-next.8",
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -30,10 +30,10 @@
"installServerIntoExtension": "./bin/installServerIntoExtension"
},
"devDependencies": {
"vscode-languageserver-textdocument": "1.0.11"
"vscode-languageserver-textdocument": "1.0.12"
},
"dependencies": {
"vscode-languageserver-protocol": "3.17.6-next.7"
"vscode-languageserver-protocol": "3.17.6-next.8"
},
"scripts": {
"prepublishOnly": "echo \"⛔ Can only publish from a secure pipeline ⛔\" && node ../build/npm/fail",
Expand Down
2 changes: 1 addition & 1 deletion textDocument/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-languageserver-textdocument",
"description": "A simple text document implementation for Node LSP servers",
"version": "1.0.11",
"version": "1.0.12",
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-languageserver-types",
"description": "Types used by the Language server for node",
"version": "3.17.6-next.4",
"version": "3.17.6-next.5",
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit b51c6d5

Please sign in to comment.