Skip to content

Commit 8e71b72

Browse files
Version Packages (#5641)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 85ea731 commit 8e71b72

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

.changeset/dull-signs-act.md

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

packages/cluster/CHANGELOG.md

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

3+
## 0.50.5
4+
5+
### Patch Changes
6+
7+
- [#5640](https://github.com/Effect-TS/effect/pull/5640) [`85ea731`](https://github.com/Effect-TS/effect/commit/85ea731c8305c040fc50b82c204f3e20371c50a4) Thanks @tim-smart! - use external interruption for workflow suspend
8+
9+
- Updated dependencies [[`85ea731`](https://github.com/Effect-TS/effect/commit/85ea731c8305c040fc50b82c204f3e20371c50a4)]:
10+
- @effect/workflow@0.11.4
11+
312
## 0.50.4
413

514
### Patch Changes

packages/cluster/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@effect/cluster",
33
"type": "module",
4-
"version": "0.50.4",
4+
"version": "0.50.5",
55
"description": "Unified interfaces for common cluster-specific services",
66
"publishConfig": {
77
"access": "public",

packages/workflow/CHANGELOG.md

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

3+
## 0.11.4
4+
5+
### Patch Changes
6+
7+
- [#5640](https://github.com/Effect-TS/effect/pull/5640) [`85ea731`](https://github.com/Effect-TS/effect/commit/85ea731c8305c040fc50b82c204f3e20371c50a4) Thanks @tim-smart! - use external interruption for workflow suspend
8+
39
## 0.11.3
410

511
### Patch Changes

packages/workflow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@effect/workflow",
33
"type": "module",
4-
"version": "0.11.3",
4+
"version": "0.11.4",
55
"description": "Durable workflows for Effect",
66
"publishConfig": {
77
"access": "public",

0 commit comments

Comments
 (0)