Skip to content

Commit

Permalink
Version Packages (#338)
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 30, 2024
1 parent 3db055d commit 8da1ed0
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .changeset/sour-rules-beg.md

This file was deleted.

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

## 0.4.61

### Patch Changes

- 3db055d: feat(deducer): configure local arch for pluto run on Mac

Avoid unnecessary use of Docker for x86 pypi package downloads when executing pluto run on Mac. Previously, target architecture was set to x86 for all environments, leading to Docker usage on Mac. This change sets the target architecture to the local one during pluto run execution.

- Updated dependencies [3db055d]
- @plutolang/pyright-deducer@0.1.37

## 0.4.60

### 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.60",
"version": "0.4.61",
"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.37

### Patch Changes

- 3db055d: feat(deducer): configure local arch for pluto run on Mac

Avoid unnecessary use of Docker for x86 pypi package downloads when executing pluto run on Mac. Previously, target architecture was set to x86 for all environments, leading to Docker usage on Mac. This change sets the target architecture to the local one during pluto run execution.

## 0.1.36

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

0 comments on commit 8da1ed0

Please sign in to comment.