Skip to content

Commit 40beb57

Browse files
Version Packages (#5828)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7bd4e82 commit 40beb57

File tree

14 files changed

+62
-23
lines changed

14 files changed

+62
-23
lines changed

.changeset/common-hands-cough.md

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

.changeset/gentle-humans-matter.md

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

packages/cluster/CHANGELOG.md

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

3+
## 0.54.0
4+
5+
### Patch Changes
6+
7+
- [#5827](https://github.com/Effect-TS/effect/pull/5827) [`7bd4e82`](https://github.com/Effect-TS/effect/commit/7bd4e827bc246a39d71b48a105e0853352efdc3b) Thanks @tim-smart! - add TestRunner & SingleRunner modules
8+
- `TestRunner` allows you to run a in-memory cluster for testing purposes.
9+
- `SingleRunner` allows you to run a single node cluster simple deployment
10+
scenarios.
11+
- Message storage is backed by a SQL database
12+
- Multiple nodes are not supported
13+
14+
- Updated dependencies [[`7bd4e82`](https://github.com/Effect-TS/effect/commit/7bd4e827bc246a39d71b48a105e0853352efdc3b)]:
15+
- @effect/workflow@0.14.0
16+
317
## 0.53.6
418

519
### 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.53.6",
4+
"version": "0.54.0",
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.85.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @effect/cluster@0.54.0
9+
- @effect/platform-node-shared@0.55.0
10+
311
## 0.84.0
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.84.0",
4+
"version": "0.85.0",
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.55.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @effect/cluster@0.54.0
9+
310
## 0.54.0
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.54.0",
4+
"version": "0.55.0",
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.102.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @effect/cluster@0.54.0
9+
- @effect/platform-node-shared@0.55.0
10+
311
## 0.101.2
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.101.2",
4+
"version": "0.102.0",
55
"license": "MIT",
66
"description": "Platform specific implementations for the Node.js runtime",
77
"homepage": "https://effect.website",

0 commit comments

Comments
 (0)