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
11 changes: 0 additions & 11 deletions .changeset/fast-bobcats-pay.md

This file was deleted.

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

## 0.2.10

### Patch Changes

- 62a0009: feat: instantiate resource infrastructure classes asynchronously within the base class of each resource
- Updated dependencies [62a0009]
- @plutolang/simulator-adapter@0.2.9
- @plutolang/static-generator@0.2.8
- @plutolang/pulumi-adapter@0.2.9
- @plutolang/base@0.2.8
- @plutolang/static-deducer@0.2.8
- @plutolang/graphviz-generator@0.2.8

## 0.2.9

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

## 0.2.9

### Patch Changes

- 62a0009: feat: instantiate resource infrastructure classes asynchronously within the base class of each resource
- Updated dependencies [62a0009]
- @plutolang/base@0.2.8

## 0.2.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/adapters/pulumi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plutolang/pulumi-adapter",
"version": "0.2.8",
"version": "0.2.9",
"repository": {
"type": "git",
"url": "git+https://github.com/pluto-lang/pluto.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.2.9

### Patch Changes

- 62a0009: feat: instantiate resource infrastructure classes asynchronously within the base class of each resource
- Updated dependencies [62a0009]
- @plutolang/pluto-infra@0.2.9
- @plutolang/pluto@0.2.8
- @plutolang/base@0.2.8

## 0.2.8

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

## 0.2.8

### Patch Changes

- Updated dependencies [62a0009]
- @plutolang/base@0.2.8

## 0.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/deducers/static/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plutolang/static-deducer",
"version": "0.2.7",
"version": "0.2.8",
"repository": {
"type": "git",
"url": "git+https://github.com/pluto-lang/pluto.git",
Expand Down
7 changes: 7 additions & 0 deletions components/generators/graphviz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @plutolang/graphviz-generator

## 0.2.8

### Patch Changes

- Updated dependencies [62a0009]
- @plutolang/base@0.2.8

## 0.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/generators/graphviz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plutolang/graphviz-generator",
"version": "0.2.7",
"version": "0.2.8",
"repository": {
"type": "git",
"url": "git+https://github.com/pluto-lang/pluto.git",
Expand Down
8 changes: 8 additions & 0 deletions components/generators/static/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @plutolang/static-generator

## 0.2.8

### Patch Changes

- 62a0009: feat: instantiate resource infrastructure classes asynchronously within the base class of each resource
- Updated dependencies [62a0009]
- @plutolang/base@0.2.8

## 0.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/generators/static/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plutolang/static-generator",
"version": "0.2.7",
"version": "0.2.8",
"repository": {
"type": "git",
"url": "git+https://github.com/pluto-lang/pluto.git",
Expand Down
6 changes: 6 additions & 0 deletions packages/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @plutolang/base

## 0.2.8

### Patch Changes

- 62a0009: feat: instantiate resource infrastructure classes asynchronously within the base class of each resource

## 0.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plutolang/base",
"version": "0.2.7",
"version": "0.2.8",
"description": "",
"author": "plutolang",
"main": "./dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/pluto-infra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @plutolang/pluto-infra

## 0.2.9

### Patch Changes

- 62a0009: feat: instantiate resource infrastructure classes asynchronously within the base class of each resource
- Updated dependencies [62a0009]
- @plutolang/pluto@0.2.8
- @plutolang/base@0.2.8

## 0.2.8

### 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.2.8",
"version": "0.2.9",
"description": "",
"scripts": {
"build": "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.2.8

### Patch Changes

- 62a0009: feat: instantiate resource infrastructure classes asynchronously within the base class of each resource
- Updated dependencies [62a0009]
- @plutolang/base@0.2.8

## 0.2.7

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