Skip to content

Commit

Permalink
Version Packages (#321)
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 cdf966f commit d827039
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 13 deletions.
9 changes: 0 additions & 9 deletions .changeset/early-onions-guess.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.53

### Patch Changes

- @plutolang/simulator-adapter@0.3.35
- @plutolang/static-deducer@0.4.13

## 0.4.52

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

## 0.3.35

### Patch Changes

- Updated dependencies [cdf966f]
- @plutolang/pluto@0.4.19
- @plutolang/pluto-infra@0.4.28

## 0.3.34

### 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.34",
"version": "0.3.35",
"repository": {
"type": "git",
"url": "git+https://github.com/pluto-lang/pluto.git",
Expand Down
7 changes: 7 additions & 0 deletions packages/pluto-infra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @plutolang/pluto-infra

## 0.4.28

### Patch Changes

- Updated dependencies [cdf966f]
- @plutolang/pluto@0.4.19

## 0.4.27

### 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.27",
"version": "0.4.28",
"description": "",
"scripts": {
"build": "node scripts/copy-assets.js && tsc",
Expand Down
10 changes: 10 additions & 0 deletions packages/pluto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @plutolang/pluto

## 0.4.19

### Patch Changes

- cdf966f: feat(sdk): remove runtime dependency for AWS account ID retrieval

The previous AWS queue resource type implementation required the `AWS_ACCOUNT_ID` environment variable to be set by the runtime handler. The setting only occurred upon receiving a request, causing a panic if the queue resource type was used globally without the `AWS_ACCOUNT_ID` being set.

This commit eliminates the need for runtime setting of `AWS_ACCOUNT_ID` by utilizing the `sts.GetCallerIdentity` API to retrieve the account ID.

## 0.4.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pluto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plutolang/pluto",
"version": "0.4.18",
"version": "0.4.19",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit d827039

Please sign in to comment.