Skip to content

Commit

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/purple-planes-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-kings-marry.md

This file was deleted.

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

## 0.3.0

### Minor Changes

- 32cb0e5: Adopted sqlite as the database instead of jsonl.

The db will now be saved to `./node_modules/.evalite` by default instead of `evalite-report.jsonl`.

### Patch Changes

- ad28d0b: Made it possible to return any async iterable from a task - more permissive than a ReadableStream.
- a13be9e: Fixed a showstopper bug on Node 20 that prevented the server from running.

## 0.2.1

### Patch 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.1",
"version": "0.3.0",
"type": "module",
"files": [
"./dist/*"
Expand Down
16 changes: 16 additions & 0 deletions packages/evalite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# evalite

## 0.5.0

### Minor Changes

- 32cb0e5: Adopted sqlite as the database instead of jsonl.

The db will now be saved to `./node_modules/.evalite` by default instead of `evalite-report.jsonl`.

### Patch Changes

- ad28d0b: Made it possible to return any async iterable from a task - more permissive than a ReadableStream.
- Updated dependencies [ad28d0b]
- Updated dependencies [32cb0e5]
- Updated dependencies [a13be9e]
- @evalite/core@0.3.0

## 0.4.4

### Patch 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.4",
"version": "0.5.0",
"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 3a5b7e2

Please sign in to comment.