Skip to content

Commit

Permalink
Publish 8.0.2-next.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaeumer committed May 31, 2022
1 parent a6f0d22 commit e0c8195
Show file tree
Hide file tree
Showing 9 changed files with 53 additions and 53 deletions.
34 changes: 17 additions & 17 deletions client/package-lock.json

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

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": "8.0.2-next.2",
"version": "8.0.2-next.3",
"author": "Microsoft Corporation",
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"minimatch": "^3.0.4",
"semver": "^7.3.5",
"vscode-languageserver-protocol": "3.17.2-next.2"
"vscode-languageserver-protocol": "3.17.2-next.3"
},
"scripts": {
"prepublishOnly": "git clean -xfd . && npm install && npm run clean && node ./bin/updateVSCode.js && npm run compile && npm test",
Expand Down
18 changes: 9 additions & 9 deletions protocol/package-lock.json

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

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.2-next.2",
"version": "3.17.2-next.3",
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
Expand All @@ -19,7 +19,7 @@
"typings": "./lib/common/api.d.ts",
"dependencies": {
"vscode-jsonrpc": "8.0.2-next.1",
"vscode-languageserver-types": "3.17.2-next.1"
"vscode-languageserver-types": "3.17.2-next.2"
},
"scripts": {
"prepublishOnly": "git clean -xfd . && npm install && npm run clean && npm run compile && npm test",
Expand Down
34 changes: 17 additions & 17 deletions server/package-lock.json

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

4 changes: 2 additions & 2 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": "8.0.2-next.2",
"version": "8.0.2-next.3",
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
Expand All @@ -21,7 +21,7 @@
"installServerIntoExtension": "./bin/installServerIntoExtension"
},
"dependencies": {
"vscode-languageserver-protocol": "3.17.2-next.2"
"vscode-languageserver-protocol": "3.17.2-next.3"
},
"scripts": {
"prepublishOnly": "git clean -xfd . && npm install && npm run clean && npm run compile && npm test",
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.4",
"version": "1.0.5",
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions types/package-lock.json

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

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.2-next.1",
"version": "3.17.2-next.2",
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit e0c8195

Please sign in to comment.