Skip to content

Commit

Permalink
chore: update package versions for release (#219)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 17, 2024
1 parent a9c04d8 commit d0fc432
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .changeset/great-cars-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-clouds-double.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @empiricalrun/ai

## 0.10.1

### Patch Changes

- a9c04d8: fix: google ai provider throwing 503 service unavailable
- b379e7f: fix: latency calculation for claude, gemini, gpt chat

## 0.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@empiricalrun/ai",
"version": "0.10.0",
"version": "0.10.1",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @empiricalrun/cli

## 0.12.1

### Patch Changes

- a9c04d8: fix: google ai provider throwing 503 service unavailable
- @empiricalrun/core@0.8.2

## 0.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@empiricalrun/cli",
"version": "0.12.0",
"version": "0.12.1",
"main": "dist/bin/index.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @empiricalrun/core

## 0.8.2

### Patch Changes

- Updated dependencies [a9c04d8]
- Updated dependencies [b379e7f]
- @empiricalrun/ai@0.10.1
- @empiricalrun/scorer@0.3.1

## 0.8.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@empiricalrun/core",
"version": "0.8.1",
"version": "0.8.2",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/scorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @empiricalrun/scorer

## 0.3.1

### Patch Changes

- Updated dependencies [a9c04d8]
- Updated dependencies [b379e7f]
- @empiricalrun/ai@0.10.1

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/scorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@empiricalrun/scorer",
"version": "0.3.0",
"version": "0.3.1",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down

0 comments on commit d0fc432

Please sign in to comment.