Skip to content

Commit 1e09570

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

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

.changeset/free-wolves-follow.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.48.1
4+
5+
### Patch Changes
6+
7+
- [#5394](https://github.com/Effect-TS/effect/pull/5394) [`59547d9`](https://github.com/Effect-TS/effect/commit/59547d94dc625b19da62b5d1f3ddffa59efb0ff2) Thanks @tim-smart! - add DurableDeferred.withActivityAttempt, for scoping it to the current activity run
8+
9+
- Updated dependencies [[`59547d9`](https://github.com/Effect-TS/effect/commit/59547d94dc625b19da62b5d1f3ddffa59efb0ff2)]:
10+
- @effect/workflow@0.9.1
11+
312
## 0.48.0
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.48.0",
4+
"version": "0.48.1",
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.9.1
4+
5+
### Patch Changes
6+
7+
- [#5394](https://github.com/Effect-TS/effect/pull/5394) [`59547d9`](https://github.com/Effect-TS/effect/commit/59547d94dc625b19da62b5d1f3ddffa59efb0ff2) Thanks @tim-smart! - add DurableDeferred.withActivityAttempt, for scoping it to the current activity run
8+
39
## 0.9.0
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.9.0",
4+
"version": "0.9.1",
55
"description": "Durable workflows for Effect",
66
"publishConfig": {
77
"access": "public",

0 commit comments

Comments
 (0)