Skip to content

Commit e4e66c5

Browse files
Version Packages (#333)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 75e5a89 commit e4e66c5

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

.changeset/new-items-stare.md

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

apps/cli/CHANGELOG.md

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

3+
## 0.4.59
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [75e5a89]
8+
- @plutolang/simulator-adapter@0.3.37
9+
310
## 0.4.58
411

512
### 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.58",
3+
"version": "0.4.59",
44
"description": "The command line of Pluto-lang",
55
"repository": {
66
"type": "git",

components/adapters/simulator/CHANGELOG.md

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

3+
## 0.3.37
4+
5+
### Patch Changes
6+
7+
- 75e5a89: feat(simulator): support sub-package resource definitions
8+
9+
Allow resource types to be defined within sub-packages, extending the previous limitation of only allowing definitions in the root package. This enhancement enables the simulator to process resources that are defined in sub-packages.
10+
311
## 0.3.36
412

513
### 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.36",
3+
"version": "0.3.37",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/pluto-lang/pluto.git",

0 commit comments

Comments
 (0)