Skip to content

Commit

Permalink
Version Packages (#324)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 7, 2024
1 parent e3d17b1 commit cc1f17e
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .changeset/slimy-pots-wait.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @plutolang/cli

## 0.4.55

### Patch Changes

- Updated dependencies [e3d17b1]
- @plutolang/pyright-deducer@0.1.33

## 0.4.54

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plutolang/cli",
"version": "0.4.54",
"version": "0.4.55",
"description": "The command line of Pluto-lang",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions components/deducers/python-pyright/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @plutolang/pyright-deducer

## 0.1.33

### Patch Changes

- e3d17b1: fix(deducer): resolve deducer malfunction with imports in function body

The deducer fails to operate correctly when encountering import statements inside function bodies, attempting to retrieve module symbols from these local scope imports. Since global scope is required for symbol resolution and these imports don't need extraction, the solution is to bypass import statements during the extraction process.

## 0.1.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/deducers/python-pyright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plutolang/pyright-deducer",
"version": "0.1.32",
"version": "0.1.33",
"repository": {
"type": "git",
"url": "git+https://github.com/pluto-lang/pluto.git",
Expand Down

0 comments on commit cc1f17e

Please sign in to comment.