Skip to content

Commit

Permalink
Prepare new next release
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaeumer committed Dec 15, 2022
1 parent e5d6782 commit 77a2512
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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.1.0-next.3",
"version": "8.1.0-next.4",
"author": "Microsoft Corporation",
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"minimatch": "^5.1.0",
"semver": "^7.3.7",
"vscode-languageserver-protocol": "3.17.3-next.3"
"vscode-languageserver-protocol": "3.17.3-next.4"
},
"scripts": {
"prepublishOnly": "echo \"⛔ Can only publish from a secure pipeline ⛔\" && node ../build/npm/fail",
Expand Down
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.1.0-next.4",
"version": "8.1.0-next.5",
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
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.3-next.3",
"version": "3.17.3-next.4",
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
Expand All @@ -18,7 +18,7 @@
},
"typings": "./lib/common/api.d.ts",
"dependencies": {
"vscode-jsonrpc": "8.1.0-next.4",
"vscode-jsonrpc": "8.1.0-next.5",
"vscode-languageserver-types": "3.17.3-next.1"
},
"scripts": {
Expand Down
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.1.0-next.3",
"version": "8.1.0-next.4",
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
Expand All @@ -24,7 +24,7 @@
"vscode-languageserver-textdocument": "1.0.8"
},
"dependencies": {
"vscode-languageserver-protocol": "3.17.3-next.3"
"vscode-languageserver-protocol": "3.17.3-next.4"
},
"scripts": {
"prepublishOnly": "echo \"⛔ Can only publish from a secure pipeline ⛔\" && node ../build/npm/fail",
Expand Down

0 comments on commit 77a2512

Please sign in to comment.