Skip to content

Commit 2367179

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

File tree

23 files changed

+92
-40
lines changed

23 files changed

+92
-40
lines changed

.changeset/bitter-maps-float.md

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

.changeset/eighty-walls-dig.md

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

.changeset/forty-toes-knock.md

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

.changeset/late-parents-smoke.md

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

.changeset/petite-areas-cough.md

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

.changeset/wet-lights-sniff.md

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

packages/cluster/CHANGELOG.md

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

3+
## 0.53.0
4+
5+
### Patch Changes
6+
7+
- [#5771](https://github.com/Effect-TS/effect/pull/5771) [`794c790`](https://github.com/Effect-TS/effect/commit/794c790d736f62784bff800fda5a656026d93749) Thanks @tim-smart! - backport Entity keep alive from effect 4.0
8+
9+
- [#5771](https://github.com/Effect-TS/effect/pull/5771) [`794c790`](https://github.com/Effect-TS/effect/commit/794c790d736f62784bff800fda5a656026d93749) Thanks @tim-smart! - add WorkflowEngine.makeUnsafe, which abstracts the serialization boundary
10+
11+
- Updated dependencies [[`794c790`](https://github.com/Effect-TS/effect/commit/794c790d736f62784bff800fda5a656026d93749), [`794c790`](https://github.com/Effect-TS/effect/commit/794c790d736f62784bff800fda5a656026d93749), [`079975c`](https://github.com/Effect-TS/effect/commit/079975c69d80c62461da5c51fe89e02c44dfa2ea), [`794c790`](https://github.com/Effect-TS/effect/commit/794c790d736f62784bff800fda5a656026d93749), [`62f7636`](https://github.com/Effect-TS/effect/commit/62f76361ee01ed816687774c5302e7f8c5ff6a42)]:
12+
- @effect/rpc@0.72.2
13+
- @effect/workflow@0.13.0
14+
- effect@3.19.5
15+
316
## 0.52.11
417

518
### 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.52.11",
4+
"version": "0.53.0",
55
"description": "Unified interfaces for common cluster-specific services",
66
"publishConfig": {
77
"access": "public",

packages/effect/CHANGELOG.md

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

3+
## 3.19.5
4+
5+
### Patch Changes
6+
7+
- [#5772](https://github.com/Effect-TS/effect/pull/5772) [`079975c`](https://github.com/Effect-TS/effect/commit/079975c69d80c62461da5c51fe89e02c44dfa2ea) Thanks @tim-smart! - backport Effect.gen optimization
8+
39
## 3.19.4
410

511
### Patch Changes

packages/effect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "effect",
3-
"version": "3.19.4",
3+
"version": "3.19.5",
44
"type": "module",
55
"license": "MIT",
66
"description": "The missing standard library for TypeScript, for writing production-grade software.",

0 commit comments

Comments
 (0)