Skip to content

Commit c5f45ae

Browse files
Version Packages (#617)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f41d0f1 commit c5f45ae

File tree

13 files changed

+48
-19
lines changed

13 files changed

+48
-19
lines changed

.changeset/enforce-json-step-outputs.md

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

.changeset/extract-flow-output-skippable-keys-3570.md

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

pkgs/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# pgflow
22

3+
## 0.14.1
4+
5+
### Patch Changes
6+
7+
- @pgflow/core@0.14.1
8+
39
## 0.14.0
410

511
### Patch Changes

pkgs/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgflow",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",

pkgs/client/CHANGELOG.md

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

3+
## 0.14.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f41d0f1]
8+
- Updated dependencies [f41d0f1]
9+
- @pgflow/dsl@0.14.1
10+
- @pgflow/core@0.14.1
11+
312
## 0.14.0
413

514
### Patch Changes

pkgs/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgflow/client",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",

pkgs/core/CHANGELOG.md

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

3+
## 0.14.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f41d0f1]
8+
- Updated dependencies [f41d0f1]
9+
- @pgflow/dsl@0.14.1
10+
311
## 0.14.0
412

513
### Minor Changes

pkgs/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgflow/core",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",

pkgs/dsl/CHANGELOG.md

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

3+
## 0.14.1
4+
5+
### Patch Changes
6+
7+
- f41d0f1: Enforce JSON-compatible step outputs at .step() construction time
8+
- f41d0f1: Make skippable leaf step keys optional in ExtractFlowOutput type
9+
310
## 0.14.0
411

512
### Minor Changes

pkgs/dsl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgflow/dsl",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)