Skip to content

Commit

Permalink
Auto-generated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zen-artisan-of-integration[bot] committed Feb 26, 2025
1 parent 40d9438 commit 1276f5a
Show file tree
Hide file tree
Showing 15 changed files with 55 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/slow-dragons-battle.md

This file was deleted.

6 changes: 6 additions & 0 deletions lib/node/pl-deployments/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @milaboratories/pl-local

## 1.1.15

### Patch Changes

- e9a6ef1: tengo: exec: mnz: add dry-run and n remaining runs

## 1.1.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion lib/node/pl-deployments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@milaboratories/pl-deployments",
"version": "1.1.14",
"version": "1.1.15",
"pl-version": "1.20.1",
"description": "MiLaboratories Platforma Backend code service run wrapper",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions lib/node/pl-middle-layer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @milaboratories/pl-middle-layer

## 1.28.6

### Patch Changes

- Updated dependencies [e9a6ef1]
- @milaboratories/pl-deployments@1.1.15
- @platforma-sdk/workflow-tengo@2.13.2

## 1.28.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion lib/node/pl-middle-layer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@milaboratories/pl-middle-layer",
"version": "1.28.5",
"version": "1.28.6",
"description": "Pl Middle Layer",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions sdk/test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @platforma-sdk/test

## 1.22.61

### Patch Changes

- @milaboratories/pl-middle-layer@1.28.6

## 1.22.60

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platforma-sdk/test",
"version": "1.22.60",
"version": "1.22.61",
"description": "Typescript Block Test Helpers",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions sdk/workflow-tengo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @platforma-sdk/workflow-tengo

## 2.13.2

### Patch Changes

- e9a6ef1: tengo: exec: mnz: add dry-run and n remaining runs

## 2.13.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/workflow-tengo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platforma-sdk/workflow-tengo",
"version": "2.13.1",
"version": "2.13.2",
"description": "Tengo SDK library",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions tests/config-local-ml-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @milaboratories/config-local-ml-integration

## 1.2.34

### Patch Changes

- Updated dependencies [e9a6ef1]
- @milaboratories/pl-deployments@1.1.15
- @milaboratories/pl-middle-layer@1.28.6

## 1.2.33

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tests/config-local-ml-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@milaboratories/config-local-ml-integration",
"private": true,
"description": "Tests for block registry reader",
"version": "1.2.33",
"version": "1.2.34",
"scripts": {
"type-check": "tsc --noEmit --composite false",
"build": "vite build",
Expand Down
7 changes: 7 additions & 0 deletions tests/drivers-ml-blocks-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @milaboratories/drivers-ml-blocks-integration

## 1.0.169

### Patch Changes

- @milaboratories/pl-middle-layer@1.28.6
- @platforma-sdk/test@1.22.61

## 1.0.168

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tests/drivers-ml-blocks-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@milaboratories/drivers-ml-blocks-integration",
"private": true,
"description": "Tests for block registry reader",
"version": "1.0.168",
"version": "1.0.169",
"scripts": {
"type-check": "tsc --noEmit --composite false",
"build": "vite build",
Expand Down
7 changes: 7 additions & 0 deletions tools/pl-bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @platforma-sdk/bootstrap

## 3.1.23

### Patch Changes

- Updated dependencies [e9a6ef1]
- @milaboratories/pl-deployments@1.1.15

## 3.1.22

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/pl-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@platforma-sdk/bootstrap",
"version": "3.1.22",
"version": "3.1.23",
"description": "MiLaboratories Platforma Backend bootstrap code: configuration generators, service run wrappers and so on",
"scripts": {
"type-check": "tsc --noEmit --composite false",
Expand Down

0 comments on commit 1276f5a

Please sign in to comment.