Skip to content

Commit 79f49fd

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

File tree

22 files changed

+91
-20
lines changed

22 files changed

+91
-20
lines changed

.changeset/better-camels-jog.md

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

.changeset/brown-steaks-drum.md

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

packages/ai/ai/CHANGELOG.md

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

3+
## 0.19.4
4+
5+
### Patch Changes
6+
7+
- [#5056](https://github.com/Effect-TS/effect/pull/5056) [`a8d99b2`](https://github.com/Effect-TS/effect/commit/a8d99b2ec2f55d9aa6e7d00a5138e80380716877) Thanks @tim-smart! - add support for mcp 2025-06-18
8+
9+
- Updated dependencies [[`a8d99b2`](https://github.com/Effect-TS/effect/commit/a8d99b2ec2f55d9aa6e7d00a5138e80380716877)]:
10+
- @effect/rpc@0.62.4
11+
- @effect/experimental@0.49.2
12+
313
## 0.19.3
414

515
### Patch Changes

packages/ai/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@effect/ai",
33
"type": "module",
4-
"version": "0.19.3",
4+
"version": "0.19.4",
55
"license": "MIT",
66
"description": "Effect modules for working with AI apis",
77
"homepage": "https://effect.website",

packages/ai/anthropic/CHANGELOG.md

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

3+
## 0.9.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a8d99b2`](https://github.com/Effect-TS/effect/commit/a8d99b2ec2f55d9aa6e7d00a5138e80380716877)]:
8+
- @effect/ai@0.19.4
9+
- @effect/experimental@0.49.2
10+
311
## 0.9.4
412

513
### Patch Changes

packages/ai/anthropic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@effect/ai-anthropic",
33
"type": "module",
4-
"version": "0.9.4",
4+
"version": "0.9.5",
55
"license": "MIT",
66
"description": "Effect modules for working with AI apis",
77
"homepage": "https://effect.website",

packages/ai/openai/CHANGELOG.md

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

3+
## 0.22.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a8d99b2`](https://github.com/Effect-TS/effect/commit/a8d99b2ec2f55d9aa6e7d00a5138e80380716877)]:
8+
- @effect/ai@0.19.4
9+
- @effect/experimental@0.49.2
10+
311
## 0.22.3
412

513
### Patch Changes

packages/ai/openai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@effect/ai-openai",
33
"type": "module",
4-
"version": "0.22.3",
4+
"version": "0.22.4",
55
"license": "MIT",
66
"description": "Effect modules for working with AI apis",
77
"homepage": "https://effect.website",

packages/cluster/CHANGELOG.md

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

3+
## 0.39.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a8d99b2`](https://github.com/Effect-TS/effect/commit/a8d99b2ec2f55d9aa6e7d00a5138e80380716877)]:
8+
- @effect/rpc@0.62.4
9+
- @effect/workflow@0.2.4
10+
311
## 0.39.3
412

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

0 commit comments

Comments
 (0)