Skip to content

Commit c827931

Browse files
Version Packages (#4455)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9375c28 commit c827931

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+361
-49
lines changed

.changeset/bright-countries-report.md

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

.changeset/thin-hounds-dance.md

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

packages/ai/ai/CHANGELOG.md

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

3+
## 0.10.1
4+
5+
### Patch Changes
6+
7+
- [#4446](https://github.com/Effect-TS/effect/pull/4446) [`9375c28`](https://github.com/Effect-TS/effect/commit/9375c28ca808325577da6c67cc92af25931027c8) Thanks @IMax153! - Add Anthropic AI provider integration
8+
9+
- Updated dependencies [[`b56a211`](https://github.com/Effect-TS/effect/commit/b56a2110569fd0ec0b57ac137743e926d49f51cc)]:
10+
11+
- @effect/experimental@0.41.1
12+
- @effect/platform@0.77.1
13+
314
## 0.10.0
415

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

packages/ai/anthropic/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# @effect/ai-anthropic
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- [#4446](https://github.com/Effect-TS/effect/pull/4446) [`9375c28`](https://github.com/Effect-TS/effect/commit/9375c28ca808325577da6c67cc92af25931027c8) Thanks @IMax153! - Add Anthropic AI provider integration
8+
9+
- Updated dependencies [[`b56a211`](https://github.com/Effect-TS/effect/commit/b56a2110569fd0ec0b57ac137743e926d49f51cc), [`9375c28`](https://github.com/Effect-TS/effect/commit/9375c28ca808325577da6c67cc92af25931027c8)]:
10+
11+
- @effect/ai@0.10.1
12+
- @effect/experimental@0.41.1
13+
- @effect/platform@0.77.1

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

packages/ai/openai/CHANGELOG.md

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

3+
## 0.13.1
4+
5+
### Patch Changes
6+
7+
- [#4446](https://github.com/Effect-TS/effect/pull/4446) [`9375c28`](https://github.com/Effect-TS/effect/commit/9375c28ca808325577da6c67cc92af25931027c8) Thanks @IMax153! - Add Anthropic AI provider integration
8+
9+
- Updated dependencies [[`b56a211`](https://github.com/Effect-TS/effect/commit/b56a2110569fd0ec0b57ac137743e926d49f51cc), [`9375c28`](https://github.com/Effect-TS/effect/commit/9375c28ca808325577da6c67cc92af25931027c8)]:
10+
11+
- @effect/ai@0.10.1
12+
- @effect/experimental@0.41.1
13+
- @effect/platform@0.77.1
14+
315
## 0.13.0
416

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

packages/cli/CHANGELOG.md

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

3+
## 0.56.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b56a211`](https://github.com/Effect-TS/effect/commit/b56a2110569fd0ec0b57ac137743e926d49f51cc)]:
8+
9+
- @effect/platform@0.77.1
10+
- @effect/printer@0.41.1
11+
- @effect/printer-ansi@0.41.1
12+
313
## 0.56.0
414

515
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effect/cli",
3-
"version": "0.56.0",
3+
"version": "0.56.1",
44
"type": "module",
55
"license": "MIT",
66
"description": "A library for building command-line interfaces with Effect",

0 commit comments

Comments
 (0)