Skip to content

Commit

Permalink
Version Packages (#322)
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 6, 2024
1 parent ba661d2 commit 5a96b0e
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 12 deletions.
9 changes: 0 additions & 9 deletions .changeset/sharp-cameras-smash.md

This file was deleted.

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

## 0.4.54

### Patch Changes

- @plutolang/simulator-adapter@0.3.36

## 0.4.53

### 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.53",
"version": "0.4.54",
"description": "The command line of Pluto-lang",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions components/adapters/simulator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @plutolang/simulator-adapter

## 0.3.36

### Patch Changes

- Updated dependencies [ba661d2]
- @plutolang/pluto-infra@0.4.29

## 0.3.35

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/adapters/simulator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plutolang/simulator-adapter",
"version": "0.3.35",
"version": "0.3.36",
"repository": {
"type": "git",
"url": "git+https://github.com/pluto-lang/pluto.git",
Expand Down
10 changes: 10 additions & 0 deletions packages/pluto-infra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @plutolang/pluto-infra

## 0.4.29

### Patch Changes

- ba661d2: feat(sdk): optimize cold-start performance

Move import statements to container initialization to enhance runtime performance.

By shifting import statements to container initialization rather than at invocation time, we ensure that the import process is completed with more resources available, leading to improved cold-start performance.

## 0.4.28

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pluto-infra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plutolang/pluto-infra",
"version": "0.4.28",
"version": "0.4.29",
"description": "",
"scripts": {
"build": "node scripts/copy-assets.js && tsc",
Expand Down

0 comments on commit 5a96b0e

Please sign in to comment.