Skip to content

Commit

Permalink
Merge pull request #48 from mattpocock/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
mattpocock authored Dec 10, 2024
2 parents cddf4b3 + ce316c1 commit a97b592
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/eight-frogs-notice.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.4.0

### Minor Changes

- 5379066: Added a historical view for evals so that you can go back in time and view previous eval runs and traces.

## 0.3.4

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

## 0.6.0

### Minor Changes

- 5379066: Added a historical view for evals so that you can go back in time and view previous eval runs and traces.

### Patch Changes

- Updated dependencies [5379066]
- @evalite/core@0.4.0

## 0.5.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.5.4",
"version": "0.6.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 a97b592

Please sign in to comment.