Skip to content

Commit

Permalink
Merge pull request #27 from mattpocock/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
mattpocock authored Dec 7, 2024
2 parents e4113ab + b71af43 commit 2c79831
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/cold-seahorses-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-files-decide.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/evalite-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @evalite/core

## 0.2.1

### Patch Changes

- 5abbeab: Made it possible to return any async iterable from a task - more permissive than a ReadableStream.

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/evalite-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evalite/core",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"files": [
"./dist/*"
Expand Down
9 changes: 9 additions & 0 deletions packages/evalite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# evalite

## 0.4.1

### Patch Changes

- 5abbeab: Made it possible to return any async iterable from a task - more permissive than a ReadableStream.
- 74172d6: Improved report table formatting for objects.
- Updated dependencies [5abbeab]
- @evalite/core@0.2.1

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/evalite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "evalite",
"version": "0.4.0",
"version": "0.4.1",
"type": "module",
"description": "Test your LLM-powered apps with a TypeScript-native, Vitest-based eval runner. No API key required.",
"homepage": "https://github.com/mattpocock/evalite",
Expand Down

0 comments on commit 2c79831

Please sign in to comment.