Skip to content

Commit 87885b8

Browse files
chore: release packages (#26)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e91a2b2 commit 87885b8

11 files changed

Lines changed: 45 additions & 16 deletions

File tree

.changeset/accept-client-runid.md

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

packages/mongodb/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- [#25](https://github.com/mizzle-dev/workflow-worlds/pull/25) [`e91a2b2`](https://github.com/mizzle-dev/workflow-worlds/commit/e91a2b2e3b234dcf0c8694886424d72f468a314d) Thanks [@dustintownsend](https://github.com/dustintownsend)! - Accept client-provided runId for run_created events
8+
9+
The upstream @workflow/core runtime now generates runId client-side and passes it to events.create() for run_created events. Updated all world implementations to accept the client-provided runId instead of rejecting non-null values. Falls back to server-generated runId when null is passed for backward compatibility.
10+
311
## 0.2.0
412

513
### Minor Changes

packages/mongodb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workflow-worlds/mongodb",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "MongoDB World implementation for Workflow DevKit",
55
"author": "Dustin Townsend",
66
"license": "MIT",

packages/redis/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- [#25](https://github.com/mizzle-dev/workflow-worlds/pull/25) [`e91a2b2`](https://github.com/mizzle-dev/workflow-worlds/commit/e91a2b2e3b234dcf0c8694886424d72f468a314d) Thanks [@dustintownsend](https://github.com/dustintownsend)! - Accept client-provided runId for run_created events
8+
9+
The upstream @workflow/core runtime now generates runId client-side and passes it to events.create() for run_created events. Updated all world implementations to accept the client-provided runId instead of rejecting non-null values. Falls back to server-generated runId when null is passed for backward compatibility.
10+
311
## 0.2.0
412

513
### Minor Changes

packages/redis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workflow-worlds/redis",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Redis World implementation for Workflow DevKit using BullMQ",
55
"author": "Dustin Townsend",
66
"license": "MIT",

packages/starter/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- [#25](https://github.com/mizzle-dev/workflow-worlds/pull/25) [`e91a2b2`](https://github.com/mizzle-dev/workflow-worlds/commit/e91a2b2e3b234dcf0c8694886424d72f468a314d) Thanks [@dustintownsend](https://github.com/dustintownsend)! - Accept client-provided runId for run_created events
8+
9+
The upstream @workflow/core runtime now generates runId client-side and passes it to events.create() for run_created events. Updated all world implementations to accept the client-provided runId instead of rejecting non-null values. Falls back to server-generated runId when null is passed for backward compatibility.
10+
311
## 0.2.0
412

513
### Minor Changes

packages/starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workflow-worlds/starter",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Starter template for building Workflow DevKit Worlds",
55
"author": "Dustin Townsend",
66
"license": "MIT",

packages/testing/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- [#25](https://github.com/mizzle-dev/workflow-worlds/pull/25) [`e91a2b2`](https://github.com/mizzle-dev/workflow-worlds/commit/e91a2b2e3b234dcf0c8694886424d72f468a314d) Thanks [@dustintownsend](https://github.com/dustintownsend)! - Accept client-provided runId for run_created events
8+
9+
The upstream @workflow/core runtime now generates runId client-side and passes it to events.create() for run_created events. Updated all world implementations to accept the client-provided runId instead of rejecting non-null values. Falls back to server-generated runId when null is passed for backward compatibility.
10+
311
## 0.2.0
412

513
### Minor Changes

packages/testing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workflow-worlds/testing",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Extended testing utilities for Workflow Worlds",
55
"author": "Dustin Townsend",
66
"license": "MIT",

packages/turso/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- [#25](https://github.com/mizzle-dev/workflow-worlds/pull/25) [`e91a2b2`](https://github.com/mizzle-dev/workflow-worlds/commit/e91a2b2e3b234dcf0c8694886424d72f468a314d) Thanks [@dustintownsend](https://github.com/dustintownsend)! - Accept client-provided runId for run_created events
8+
9+
The upstream @workflow/core runtime now generates runId client-side and passes it to events.create() for run_created events. Updated all world implementations to accept the client-provided runId instead of rejecting non-null values. Falls back to server-generated runId when null is passed for backward compatibility.
10+
311
## 0.2.0
412

513
### Minor Changes

0 commit comments

Comments
 (0)