Skip to content

Commit a8453a9

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

File tree

11 files changed

+42
-10
lines changed

11 files changed

+42
-10
lines changed

.changeset/orange-tips-slide.md

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

packages/cluster/CHANGELOG.md

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

3+
## 0.39.5
4+
5+
### Patch Changes
6+
7+
- [#5070](https://github.com/Effect-TS/effect/pull/5070) [`ff90206`](https://github.com/Effect-TS/effect/commit/ff90206fc56f5c1eb1675603652462a83a27421d) Thanks @tim-smart! - use FIFO queue for shard assignment, to reduce churn
8+
39
## 0.39.4
410

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

packages/platform-bun/CHANGELOG.md

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

3+
## 0.70.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ff90206`](https://github.com/Effect-TS/effect/commit/ff90206fc56f5c1eb1675603652462a83a27421d)]:
8+
- @effect/cluster@0.39.5
9+
- @effect/platform-node-shared@0.40.5
10+
311
## 0.70.4
412

513
### 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.70.4",
4+
"version": "0.70.5",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @effect/platform-node-shared
22

3+
## 0.40.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ff90206`](https://github.com/Effect-TS/effect/commit/ff90206fc56f5c1eb1675603652462a83a27421d)]:
8+
- @effect/cluster@0.39.5
9+
310
## 0.40.4
411

512
### 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.40.4",
4+
"version": "0.40.5",
55
"license": "MIT",
66
"description": "Unified interfaces for common platform-specific services",
77
"homepage": "https://effect.website",

packages/platform-node/CHANGELOG.md

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

3+
## 0.86.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ff90206`](https://github.com/Effect-TS/effect/commit/ff90206fc56f5c1eb1675603652462a83a27421d)]:
8+
- @effect/cluster@0.39.5
9+
- @effect/platform-node-shared@0.40.5
10+
311
## 0.86.4
412

513
### 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.86.4",
4+
"version": "0.86.5",
55
"license": "MIT",
66
"description": "Platform specific implementations for the Node.js runtime",
77
"homepage": "https://effect.website",

packages/sql-clickhouse/CHANGELOG.md

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

3+
## 0.28.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @effect/platform-node@0.86.5
9+
- @effect/experimental@0.49.2
10+
311
## 0.28.4
412

513
### Patch Changes

0 commit comments

Comments
 (0)