Skip to content

Commit dd2b909

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

File tree

15 files changed

+54
-21
lines changed

15 files changed

+54
-21
lines changed

.changeset/better-hoops-mate.md

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

.changeset/little-walls-say.md

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

.changeset/rare-drinks-joke.md

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

packages/cluster/CHANGELOG.md

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

3+
## 0.37.2
4+
5+
### Patch Changes
6+
7+
- [#4958](https://github.com/Effect-TS/effect/pull/4958) [`6dfbae9`](https://github.com/Effect-TS/effect/commit/6dfbae946ea12ecee7234f5785335f3e7f8335b4) Thanks @tim-smart! - ensure Workflow.interrupt triggers compensation
8+
9+
- Updated dependencies [[`b8aec45`](https://github.com/Effect-TS/effect/commit/b8aec45288834c499caeb3478a634ea5043fd611), [`b8aec45`](https://github.com/Effect-TS/effect/commit/b8aec45288834c499caeb3478a634ea5043fd611)]:
10+
- @effect/workflow@0.1.2
11+
312
## 0.37.1
413

514
### 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.37.1",
4+
"version": "0.37.2",
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.68.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6dfbae9`](https://github.com/Effect-TS/effect/commit/6dfbae946ea12ecee7234f5785335f3e7f8335b4)]:
8+
- @effect/cluster@0.37.2
9+
- @effect/platform-node-shared@0.38.2
10+
311
## 0.68.1
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.68.1",
4+
"version": "0.68.2",
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.38.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6dfbae9`](https://github.com/Effect-TS/effect/commit/6dfbae946ea12ecee7234f5785335f3e7f8335b4)]:
8+
- @effect/cluster@0.37.2
9+
310
## 0.38.1
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.38.1",
4+
"version": "0.38.2",
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.84.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6dfbae9`](https://github.com/Effect-TS/effect/commit/6dfbae946ea12ecee7234f5785335f3e7f8335b4)]:
8+
- @effect/cluster@0.37.2
9+
- @effect/platform-node-shared@0.38.2
10+
311
## 0.84.1
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.84.1",
4+
"version": "0.84.2",
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.26.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @effect/platform-node@0.84.2
9+
- @effect/experimental@0.48.4
10+
311
## 0.26.1
412

513
### Patch Changes

packages/sql-clickhouse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effect/sql-clickhouse",
3-
"version": "0.26.1",
3+
"version": "0.26.2",
44
"type": "module",
55
"license": "MIT",
66
"description": "A Clickhouse toolkit for Effect",

packages/workflow/CHANGELOG.md

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

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- [#4955](https://github.com/Effect-TS/effect/pull/4955) [`b8aec45`](https://github.com/Effect-TS/effect/commit/b8aec45288834c499caeb3478a634ea5043fd611) Thanks @tim-smart! - add `withCompensation` api to Workflow instances
8+
9+
- [#4955](https://github.com/Effect-TS/effect/pull/4955) [`b8aec45`](https://github.com/Effect-TS/effect/commit/b8aec45288834c499caeb3478a634ea5043fd611) Thanks @tim-smart! - remove Activity.onError
10+
311
## 0.1.1
412

513
### Patch Changes

packages/workflow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@effect/workflow",
33
"type": "module",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"description": "Durable workflows for Effect",
66
"publishConfig": {
77
"access": "public",

0 commit comments

Comments
 (0)