Skip to content

Commit 8de8070

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

File tree

16 files changed

+66
-18
lines changed

16 files changed

+66
-18
lines changed

.changeset/spicy-zoos-boil.md

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

.changeset/tricky-stars-worry.md

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

packages/cluster/CHANGELOG.md

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

3+
## 0.38.12
4+
5+
### Patch Changes
6+
7+
- [#4750](https://github.com/Effect-TS/effect/pull/4750) [`dca92fd`](https://github.com/Effect-TS/effect/commit/dca92fd8cf41f07561f55d863def5a9f62275f53) Thanks @tim-smart! - add disableFatalDefects option to cluster entities
8+
9+
- Updated dependencies [[`dca92fd`](https://github.com/Effect-TS/effect/commit/dca92fd8cf41f07561f55d863def5a9f62275f53), [`dca92fd`](https://github.com/Effect-TS/effect/commit/dca92fd8cf41f07561f55d863def5a9f62275f53)]:
10+
- @effect/rpc@0.61.11
11+
- @effect/workflow@0.1.10
12+
313
## 0.38.11
414

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

packages/platform-bun/CHANGELOG.md

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

3+
## 0.69.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`dca92fd`](https://github.com/Effect-TS/effect/commit/dca92fd8cf41f07561f55d863def5a9f62275f53)]:
8+
- @effect/cluster@0.38.12
9+
- @effect/rpc@0.61.11
10+
- @effect/platform-node-shared@0.39.12
11+
312
## 0.69.11
413

514
### Patch Changes

packages/platform-bun/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@effect/platform-bun",
33
"type": "module",
4-
"version": "0.69.11",
4+
"version": "0.69.12",
55
"license": "MIT",
66
"description": "Platform specific implementations for the Bun runtime",
77
"homepage": "https://effect.website",

packages/platform-node-shared/CHANGELOG.md

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

3+
## 0.39.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`dca92fd`](https://github.com/Effect-TS/effect/commit/dca92fd8cf41f07561f55d863def5a9f62275f53)]:
8+
- @effect/cluster@0.38.12
9+
- @effect/rpc@0.61.11
10+
311
## 0.39.11
412

513
### Patch Changes

packages/platform-node-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@effect/platform-node-shared",
33
"type": "module",
4-
"version": "0.39.11",
4+
"version": "0.39.12",
55
"license": "MIT",
66
"description": "Unified interfaces for common platform-specific services",
77
"homepage": "https://effect.website",

packages/platform-node/CHANGELOG.md

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

3+
## 0.85.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`dca92fd`](https://github.com/Effect-TS/effect/commit/dca92fd8cf41f07561f55d863def5a9f62275f53)]:
8+
- @effect/cluster@0.38.12
9+
- @effect/rpc@0.61.11
10+
- @effect/platform-node-shared@0.39.12
11+
312
## 0.85.11
413

514
### Patch Changes

packages/platform-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@effect/platform-node",
33
"type": "module",
4-
"version": "0.85.11",
4+
"version": "0.85.12",
55
"license": "MIT",
66
"description": "Platform specific implementations for the Node.js runtime",
77
"homepage": "https://effect.website",

0 commit comments

Comments
 (0)