Skip to content

Commit

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

0 comments on commit 5c8f84f

Please sign in to comment.