Skip to content

Commit

Permalink
Publish next release (#1172)
Browse files Browse the repository at this point in the history
* Prepare release

* Update lock files
  • Loading branch information
dbaeumer authored Jan 12, 2023
1 parent 8e9709d commit c7ceeee
Show file tree
Hide file tree
Showing 12 changed files with 111 additions and 111 deletions.
62 changes: 31 additions & 31 deletions client-node-tests/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 client-node-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"minimatch": "^3.0.4",
"vscode-languageserver": "8.1.0-next.4",
"vscode-languageserver": "8.1.0-next.5",
"vscode-uri": "3.0.3"
},
"devDependencies": {
Expand Down
50 changes: 25 additions & 25 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.1.0-next.4",
"version": "8.1.0-next.5",
"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.4"
"vscode-languageserver-protocol": "3.17.3-next.5"
},
"scripts": {
"prepublishOnly": "echo \"⛔ Can only publish from a secure pipeline ⛔\" && node ../build/npm/fail",
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.1.0-next.5",
"version": "8.1.0-next.6",
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
Expand Down
32 changes: 16 additions & 16 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.3-next.4",
"version": "3.17.3-next.5",
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
Expand All @@ -18,8 +18,8 @@
},
"typings": "./lib/common/api.d.ts",
"dependencies": {
"vscode-jsonrpc": "8.1.0-next.5",
"vscode-languageserver-types": "3.17.3-next.1"
"vscode-jsonrpc": "8.1.0-next.6",
"vscode-languageserver-types": "3.17.3-next.2"
},
"scripts": {
"prepublishOnly": "echo \"⛔ Can only publish from a secure pipeline ⛔\" && node ../build/npm/fail",
Expand Down
Loading

0 comments on commit c7ceeee

Please sign in to comment.