Skip to content

Commit f63b199

Browse files
ci(changesets): version packages (#691)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c8f9032 commit f63b199

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.changeset/hip-hotels-occur.md

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

examples/with-offline-evals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@ai-sdk/openai": "^2.0.2",
66
"@voltagent/cli": "^0.1.12",
77
"@voltagent/core": "^1.1.28",
8-
"@voltagent/evals": "^1.0.0",
8+
"@voltagent/evals": "^1.0.1",
99
"@voltagent/scorers": "^1.0.0",
1010
"@voltagent/sdk": "^1.0.0",
1111
"ai": "^5.0.12",

packages/evals/CHANGELOG.md

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

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [#690](https://github.com/VoltAgent/voltagent/pull/690) [`c8f9032`](https://github.com/VoltAgent/voltagent/commit/c8f9032fd806efbd22da9c8bd0a10f59a388fb7b) Thanks [@omeraplak](https://github.com/omeraplak)! - fix: allow experiment scorer configs to declare their own `id`, so `passCriteria` entries that target `scorerId` work reliably and scorer summaries use the caller-provided identifiers.
8+
39
## 1.0.0
410

511
### Major Changes

packages/evals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@voltagent/evals",
33
"description": "VoltAgent evaluation orchestrator utilities",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"author": "VoltAgent",
66
"dependencies": {
77
"@voltagent/internal": "^0.0.11",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)