Skip to content

Commit

Permalink
Version Packages (#207)
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 May 9, 2024
1 parent ef557b1 commit be4d32f
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/chatty-elephants-stare.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.17

### Patch Changes

- @plutolang/simulator-adapter@0.3.16
- @plutolang/static-deducer@0.4.5

## 0.4.16

### 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.16",
"version": "0.4.17",
"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.16

### Patch Changes

- Updated dependencies [ef557b1]
- @plutolang/pluto-infra@0.4.12
- @plutolang/pluto@0.4.7

## 0.3.15

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

## 0.4.12

### Patch Changes

- ef557b1: feat(sdk): include the `raw` option in the Function constructor

Add the `raw` option to the Function constructor. When set to `true`, it ensures the function doesn't wrap the adapter provided by the SDK developer, allowing raw data from the platform to be sent directly to the function handler.

- Updated dependencies [ef557b1]
- @plutolang/pluto@0.4.7

## 0.4.11

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

## 0.4.7

### Patch Changes

- ef557b1: feat(sdk): include the `raw` option in the Function constructor

Add the `raw` option to the Function constructor. When set to `true`, it ensures the function doesn't wrap the adapter provided by the SDK developer, allowing raw data from the platform to be sent directly to the function handler.

## 0.4.6

### 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.6",
"version": "0.4.7",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit be4d32f

Please sign in to comment.