Skip to content

Commit 187a493

Browse files
chore: update versions (#179)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 17077d8 commit 187a493

File tree

16 files changed

+56
-38
lines changed

16 files changed

+56
-38
lines changed

.changeset/four-trams-sin.md

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

.changeset/funny-memes-cover.md

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

.changeset/odd-rice-call.md

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

.changeset/rude-ravens-doubt.md

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

.changeset/salty-actors-grin.md

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

.changeset/tame-hotels-hope.md

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

packages/agents-core/CHANGELOG.md

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

3+
## 0.0.11
4+
5+
### Patch Changes
6+
7+
- a60eabe: Fix #131 Human in the Loop MCP approval fails
8+
- a153963: Tentative fix for #187 : Lock zod version to <=3.25.67
9+
- 17077d8: Fix #175 by removing internal system.exit calls
10+
311
## 0.0.10
412

513
### Patch Changes

packages/agents-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@openai/agents-core",
33
"repository": "https://github.com/openai/openai-agents-js",
44
"homepage": "https://openai.github.io/openai-agents-js/",
5-
"version": "0.0.10",
5+
"version": "0.0.11",
66
"description": "The OpenAI Agents SDK is a lightweight yet powerful framework for building multi-agent workflows.",
77
"author": "OpenAI <[email protected]>",
88
"main": "dist/index.js",

packages/agents-extensions/CHANGELOG.md

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

3+
## 0.0.11
4+
5+
### Patch Changes
6+
7+
- a153963: Tentative fix for #187 : Lock zod version to <=3.25.67
8+
- 0664056: Add tracing usage telemetry to aiSdk
9+
- @openai/agents@0.0.11
10+
311
## 0.0.10
412

513
### Patch Changes

packages/agents-extensions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@openai/agents-extensions",
33
"repository": "https://github.com/openai/openai-agents-js",
44
"homepage": "https://openai.github.io/openai-agents-js/",
5-
"version": "0.0.10",
5+
"version": "0.0.11",
66
"description": "Extensions for the OpenAI Agents SDK",
77
"author": "OpenAI <[email protected]>",
88
"main": "dist/index.js",

0 commit comments

Comments
 (0)