Skip to content

Commit b8bdb89

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

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
lines changed

.changeset/nasty-steaks-itch.md

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

packages/ai/ai/CHANGELOG.md

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

3+
## 0.18.15
4+
5+
### Patch Changes
6+
7+
- [#5038](https://github.com/Effect-TS/effect/pull/5038) [`c315989`](https://github.com/Effect-TS/effect/commit/c315989cade6c2a5c9cb157ad85f56b492675add) Thanks @tim-smart! - remove McpServer requirement from McpServer.resource
8+
39
## 0.18.14
410

511
### 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.18.14",
4+
"version": "0.18.15",
55
"license": "MIT",
66
"description": "Effect modules for working with AI apis",
77
"homepage": "https://effect.website",

packages/ai/anthropic/CHANGELOG.md

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

3+
## 0.8.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c315989`](https://github.com/Effect-TS/effect/commit/c315989cade6c2a5c9cb157ad85f56b492675add)]:
8+
- @effect/ai@0.18.15
9+
310
## 0.8.14
411

512
### 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.8.14",
4+
"version": "0.8.15",
55
"license": "MIT",
66
"description": "Effect modules for working with AI apis",
77
"homepage": "https://effect.website",

packages/ai/openai/CHANGELOG.md

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

3+
## 0.21.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c315989`](https://github.com/Effect-TS/effect/commit/c315989cade6c2a5c9cb157ad85f56b492675add)]:
8+
- @effect/ai@0.18.15
9+
310
## 0.21.14
411

512
### 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.21.14",
4+
"version": "0.21.15",
55
"license": "MIT",
66
"description": "Effect modules for working with AI apis",
77
"homepage": "https://effect.website",

0 commit comments

Comments
 (0)