Skip to content

Commit

Permalink
Version Packages (#328)
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 8, 2024
1 parent 78a976b commit 787d5af
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .changeset/lemon-colts-sniff.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.57

### Patch Changes

- Updated dependencies [78a976b]
- @plutolang/pyright-deducer@0.1.35

## 0.4.56

### 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.56",
"version": "0.4.57",
"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.35

### Patch Changes

- 78a976b: fix(deducer): correct environment variable access code format

The code generation for environment variable access within the infrastructure code, which is written in TypeScript, was incorrectly producing Python format. This change ensures the code is now generated in the proper TypeScript format, resolving the error.

## 0.1.34

### 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.34",
"version": "0.1.35",
"repository": {
"type": "git",
"url": "git+https://github.com/pluto-lang/pluto.git",
Expand Down

0 comments on commit 787d5af

Please sign in to comment.