Skip to content

Commit

Permalink
Merge pull request #47 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 a6317ac + bff92d9 commit 149b6c1
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/cuddly-balloons-build.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.3.4

### Patch Changes

- 9ef8421: Made failed evaluations show a message in the UI.

## 0.3.3

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

## 0.5.4

### Patch Changes

- 9ef8421: Made failed evaluations show a message in the UI.
- Updated dependencies [9ef8421]
- @evalite/core@0.3.4

## 0.5.3

### 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.3",
"version": "0.5.4",
"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 149b6c1

Please sign in to comment.