Skip to content

Commit 33bba6b

Browse files
authored
Merge pull request #336 from pluto-lang/changeset-release/main
Version Packages
2 parents 637b69d + 96a3825 commit 33bba6b

11 files changed

Lines changed: 51 additions & 26 deletions

File tree

.changeset/chilly-crabs-melt.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/strange-boxes-heal.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/unlucky-mails-shave.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

apps/cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @plutolang/cli
22

3+
## 0.4.60
4+
5+
### Patch Changes
6+
7+
- abc80a8: feat(simulator): support custom address configuration
8+
- Updated dependencies [abc80a8]
9+
- @plutolang/simulator-adapter@0.3.38
10+
- @plutolang/static-deducer@0.4.13
11+
312
## 0.4.59
413

514
### Patch Changes

apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plutolang/cli",
3-
"version": "0.4.59",
3+
"version": "0.4.60",
44
"description": "The command line of Pluto-lang",
55
"repository": {
66
"type": "git",

components/adapters/simulator/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @plutolang/simulator-adapter
22

3+
## 0.3.38
4+
5+
### Patch Changes
6+
7+
- abc80a8: feat(simulator): support custom address configuration
8+
- Updated dependencies [03f1602]
9+
- Updated dependencies [ee30573]
10+
- @plutolang/pluto-infra@0.4.30
11+
- @plutolang/pluto@0.4.20
12+
313
## 0.3.37
414

515
### Patch Changes

components/adapters/simulator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plutolang/simulator-adapter",
3-
"version": "0.3.37",
3+
"version": "0.3.38",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/pluto-lang/pluto.git",

packages/pluto-infra/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @plutolang/pluto-infra
22

3+
## 0.4.30
4+
5+
### Patch Changes
6+
7+
- 03f1602: feat(sdk): add support for configuring host and port for website resource
8+
9+
This change introduces the ability to specify custom host and port settings for website resources, enhancing flexibility during local development.
10+
11+
- ee30573: feat(sdk): add support for configuring host and port for router resource
12+
13+
This change introduces the ability to specify custom host and port settings for router resources, enhancing flexibility during local development.
14+
15+
- Updated dependencies [03f1602]
16+
- Updated dependencies [ee30573]
17+
- @plutolang/pluto@0.4.20
18+
319
## 0.4.29
420

521
### Patch Changes

packages/pluto-infra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plutolang/pluto-infra",
3-
"version": "0.4.29",
3+
"version": "0.4.30",
44
"description": "",
55
"scripts": {
66
"build": "node scripts/copy-assets.js && tsc",

packages/pluto/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @plutolang/pluto
22

3+
## 0.4.20
4+
5+
### Patch Changes
6+
7+
- 03f1602: feat(sdk): add support for configuring host and port for website resource
8+
9+
This change introduces the ability to specify custom host and port settings for website resources, enhancing flexibility during local development.
10+
11+
- ee30573: feat(sdk): add support for configuring host and port for router resource
12+
13+
This change introduces the ability to specify custom host and port settings for router resources, enhancing flexibility during local development.
14+
315
## 0.4.19
416

517
### Patch Changes

0 commit comments

Comments
 (0)