Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/chilly-crabs-melt.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/strange-boxes-heal.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/unlucky-mails-shave.md

This file was deleted.

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

## 0.4.60

### Patch Changes

- abc80a8: feat(simulator): support custom address configuration
- Updated dependencies [abc80a8]
- @plutolang/simulator-adapter@0.3.38
- @plutolang/static-deducer@0.4.13

## 0.4.59

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

## 0.3.38

### Patch Changes

- abc80a8: feat(simulator): support custom address configuration
- Updated dependencies [03f1602]
- Updated dependencies [ee30573]
- @plutolang/pluto-infra@0.4.30
- @plutolang/pluto@0.4.20

## 0.3.37

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

## 0.4.30

### Patch Changes

- 03f1602: feat(sdk): add support for configuring host and port for website resource

This change introduces the ability to specify custom host and port settings for website resources, enhancing flexibility during local development.

- ee30573: feat(sdk): add support for configuring host and port for router resource

This change introduces the ability to specify custom host and port settings for router resources, enhancing flexibility during local development.

- Updated dependencies [03f1602]
- Updated dependencies [ee30573]
- @plutolang/pluto@0.4.20

## 0.4.29

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

## 0.4.20

### Patch Changes

- 03f1602: feat(sdk): add support for configuring host and port for website resource

This change introduces the ability to specify custom host and port settings for website resources, enhancing flexibility during local development.

- ee30573: feat(sdk): add support for configuring host and port for router resource

This change introduces the ability to specify custom host and port settings for router resources, enhancing flexibility during local development.

## 0.4.19

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