Skip to content

Commit bc584dd

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

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

.changeset/calm-games-listen.md

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

.changeset/fifty-turkeys-tie.md

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

packages/ai/openai/CHANGELOG.md

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

3+
## 0.28.1
4+
5+
### Patch Changes
6+
7+
- [#5314](https://github.com/Effect-TS/effect/pull/5314) [`a656185`](https://github.com/Effect-TS/effect/commit/a656185b967fc51632f42b5081ab78e4e41752bd) Thanks @dmaretskyi! - Allow `completion_tokens_details` field to be missing in the generation response for compatibility with Ollama and LMStudio
8+
39
## 0.28.0
410

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

packages/opentelemetry/CHANGELOG.md

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

3+
## 0.56.1
4+
5+
### Patch Changes
6+
7+
- [#5334](https://github.com/Effect-TS/effect/pull/5334) [`6df2620`](https://github.com/Effect-TS/effect/commit/6df262086342cb215877863e85b0562e2780a2d5) Thanks @johtso! - improve baseUrl handling in Otlp constructor
8+
39
## 0.56.0
410

511
### Patch Changes

packages/opentelemetry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effect/opentelemetry",
3-
"version": "0.56.0",
3+
"version": "0.56.1",
44
"type": "module",
55
"license": "MIT",
66
"description": "OpenTelemetry integration for Effect",

0 commit comments

Comments
 (0)