Skip to content

Commit cc54fa2

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

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

.changeset/solid-geese-pump.md

Lines changed: 0 additions & 6 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.53.4
4+
5+
### Patch Changes
6+
7+
- [#5783](https://github.com/Effect-TS/effect/pull/5783) [`8b879fb`](https://github.com/Effect-TS/effect/commit/8b879fb3b886a7262c9c8d9b2050cc128c5eb6f8) Thanks @tim-smart! - add EntityResource.makeK8sPod
8+
39
## 0.53.3
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.53.3",
4+
"version": "0.53.4",
55
"description": "Unified interfaces for common cluster-specific services",
66
"publishConfig": {
77
"access": "public",

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.101.1
4+
5+
### Patch Changes
6+
7+
- [#5783](https://github.com/Effect-TS/effect/pull/5783) [`8b879fb`](https://github.com/Effect-TS/effect/commit/8b879fb3b886a7262c9c8d9b2050cc128c5eb6f8) Thanks @tim-smart! - add EntityResource.makeK8sPod
8+
9+
- Updated dependencies [[`8b879fb`](https://github.com/Effect-TS/effect/commit/8b879fb3b886a7262c9c8d9b2050cc128c5eb6f8)]:
10+
- @effect/cluster@0.53.4
11+
312
## 0.101.0
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.101.0",
4+
"version": "0.101.1",
55
"license": "MIT",
66
"description": "Platform specific implementations for the Node.js runtime",
77
"homepage": "https://effect.website",

0 commit comments

Comments
 (0)