Skip to content

Commit 83a6123

Browse files
Auto-generated changes
1 parent 3c6d43c commit 83a6123

File tree

21 files changed

+72
-25
lines changed

21 files changed

+72
-25
lines changed

.changeset/honest-birds-accept.md

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

catalogue/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @platforma-open/milaboratories.software-small-binaries
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- 1ce7c87: Split production packages from test utils. Put all test utild under 'software-test-utils' name group
8+
39
## 1.15.26
410

511
### Patch Changes

catalogue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@platforma-open/milaboratories.software-small-binaries",
3-
"version": "1.15.26",
3+
"version": "2.0.0",
44
"description": "Small cross-platform binaries for Platforma workflows",
55
"scripts": {
66
"cleanup": "rm -rf ./pkg-*.tgz && rm -rf ./dist/",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @platforma-open/milaboratories.software-test-utils.docker-images
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- 1ce7c87: Split production packages from test utils. Put all test utild under 'software-test-utils' name group

test-utils/docker-images/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@platforma-open/milaboratories.software-test-utils.docker-images",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Collection of special docker images for testing purposes",
55
"scripts": {
66
"cleanup": "rm -rf ./pkg-*.tgz && rm -rf ./build/ && rm -rf ./dist/",
@@ -16,7 +16,7 @@
1616
"dockerfile": "Dockerfile-entrypoint",
1717
"context": "./src/"
1818
},
19-
"cmd": [
19+
"cmd": [
2020
"// entrypoint of the image is 'true', this should never fail"
2121
]
2222
}

test-utils/guided-command/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @platforma-open/milaboratories.software-small-binaries.guided-command
22

3+
## 1.1.3
4+
5+
### Patch Changes
6+
7+
- 1ce7c87: Split production packages from test utils. Put all test utild under 'software-test-utils' name group
8+
39
## 1.1.2
410

511
### Patch Changes

test-utils/guided-command/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@platforma-open/milaboratories.software-test-utils.guided-command",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Command you fully control: when it starts, when writes file and when it exits",
55
"scripts": {
66
"cleanup": "rm -rf ./pkg-*.tgz && rm -rf ./build/ && rm -rf ./dist/",

test-utils/hello-world-py/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @platforma-open/milaboratories.software-small-binaries.hello-world-py
22

3+
## 1.0.8
4+
5+
### Patch Changes
6+
7+
- 1ce7c87: Split production packages from test utils. Put all test utild under 'software-test-utils' name group
8+
39
## 1.0.7
410

511
### Patch Changes

test-utils/hello-world-py/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@platforma-open/milaboratories.software-test-utils.hello-world-py",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Small hello world on python",
55
"scripts": {
66
"cleanup": "rm -rf ./pkg-*.tgz && rm -rf ./build/ && rm -rf ./dist/",

test-utils/hello-world/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @platforma-open/milaboratories.software-small-binaries.hello-world
22

3+
## 1.1.3
4+
5+
### Patch Changes
6+
7+
- 1ce7c87: Split production packages from test utils. Put all test utild under 'software-test-utils' name group
8+
39
## 1.1.2
410

511
### Patch Changes

0 commit comments

Comments
 (0)