Skip to content

Commit

Permalink
Merge pull request #90 from mattpocock/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
mattpocock authored Jan 1, 2025
2 parents 12dd7fc + 316e1e6 commit 1c87a33
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/clean-suits-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-mugs-draw.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.6.1

### Patch Changes

- 5676b2a: Improved the display of inputs and outputs in traces when custom columns are used.

## 0.6.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.6.0",
"version": "0.6.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.8.2

### Patch Changes

- 5676b2a: Improved the display of inputs and outputs in traces when custom columns are used.
- 12dd7fc: Re-exported the Evalite type from the 'evalite' package so users don't have to download @evalite/core to access it.
- Updated dependencies [5676b2a]
- @evalite/core@0.6.1

## 0.8.1

### 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.8.1",
"version": "0.8.2",
"type": "module",
"description": "Test your LLM-powered apps with a TypeScript-native, Vitest-based eval runner. No API key required.",
"homepage": "https://evalite.dev",
Expand Down

0 comments on commit 1c87a33

Please sign in to comment.