Skip to content

Commit

Permalink
Published 1.1.101
Browse files Browse the repository at this point in the history
  • Loading branch information
msfterictraut committed Jan 11, 2021
1 parent c7027e4 commit f145d64
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.1.100",
"version": "1.1.101",
"command": {
"version": {
"push": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/pyright-internal/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 packages/pyright-internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pyright-internal",
"displayName": "pyright",
"description": "Type checker for the Python language",
"version": "1.1.100",
"version": "1.1.101",
"license": "MIT",
"private": true,
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/pyright/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 packages/pyright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pyright",
"displayName": "Pyright",
"description": "Type checker for the Python language",
"version": "1.1.100",
"version": "1.1.101",
"license": "MIT",
"author": {
"name": "Microsoft Corporation"
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-pyright/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 packages/vscode-pyright/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "vscode-pyright",
"name": "pyright",
"displayName": "Pyright",
"description": "VS Code static type checking for Python",
"version": "1.1.100",
"version": "1.1.101",
"private": true,
"license": "MIT",
"author": {
Expand Down

0 comments on commit f145d64

Please sign in to comment.