Skip to content

Commit

Permalink
Publish -next.1 release (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaeumer committed May 25, 2022
1 parent 4ee380e commit f17a859
Show file tree
Hide file tree
Showing 10 changed files with 61 additions and 61 deletions.
38 changes: 19 additions & 19 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.1",
"version": "8.0.2-next.1",
"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.1"
"vscode-languageserver-protocol": "3.17.2-next.1"
},
"scripts": {
"prepublishOnly": "git clean -xfd . && npm install && npm run clean && node ./bin/updateVSCode.js && npm run compile && npm test",
Expand Down
4 changes: 2 additions & 2 deletions jsonrpc/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 jsonrpc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-jsonrpc",
"description": "A json rpc implementation over streams",
"version": "8.0.1",
"version": "8.0.2-next.1",
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
Expand Down
20 changes: 10 additions & 10 deletions protocol/package-lock.json

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

6 changes: 3 additions & 3 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.1",
"version": "3.17.2-next.1",
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
Expand All @@ -18,8 +18,8 @@
},
"typings": "./lib/common/api.d.ts",
"dependencies": {
"vscode-jsonrpc": "8.0.1",
"vscode-languageserver-types": "3.17.1"
"vscode-jsonrpc": "8.0.2-next.1",
"vscode-languageserver-types": "3.17.2.next-1"
},
"scripts": {
"prepublishOnly": "git clean -xfd . && npm install && npm run clean && npm run compile && npm test",
Expand Down
38 changes: 19 additions & 19 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.1",
"version": "8.0.2-next.1",
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
Expand All @@ -21,7 +21,7 @@
"installServerIntoExtension": "./bin/installServerIntoExtension"
},
"dependencies": {
"vscode-languageserver-protocol": "3.17.1"
"vscode-languageserver-protocol": "3.17.2-next.1"
},
"scripts": {
"prepublishOnly": "git clean -xfd . && npm install && npm run clean && npm run compile && npm test",
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.1",
"version": "3.17.2-next.1",
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit f17a859

Please sign in to comment.