Skip to content

Commit

Permalink
Prepare new version
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaeumer committed Jun 11, 2024
1 parent 1ce790d commit 5a40dbd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.5",
"vscode-languageserver": "10.0.0-next.6",
"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.7",
"version": "10.0.0-next.8",
"author": "Microsoft Corporation",
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"minimatch": "^9.0.3",
"semver": "^7.6.0",
"vscode-languageserver-protocol": "3.17.6-next.5"
"vscode-languageserver-protocol": "3.17.6-next.6"
},
"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": "9.0.0-next.3",
"version": "9.0.0-next.4",
"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.6-next.5",
"version": "3.17.6-next.6",
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
Expand All @@ -18,7 +18,7 @@
},
"typings": "./lib/common/api.d.ts",
"dependencies": {
"vscode-jsonrpc": "9.0.0-next.3",
"vscode-jsonrpc": "9.0.0-next.4",
"vscode-languageserver-types": "3.17.6-next.4"
},
"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": "10.0.0-next.5",
"version": "10.0.0-next.6",
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
Expand All @@ -24,7 +24,7 @@
"vscode-languageserver-textdocument": "1.0.11"
},
"dependencies": {
"vscode-languageserver-protocol": "3.17.6-next.5"
"vscode-languageserver-protocol": "3.17.6-next.6"
},
"scripts": {
"prepublishOnly": "echo \"⛔ Can only publish from a secure pipeline ⛔\" && node ../build/npm/fail",
Expand Down

0 comments on commit 5a40dbd

Please sign in to comment.