Skip to content

Commit

Permalink
chore: update package versions for release (#189)
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 Apr 30, 2024
1 parent 51f2f52 commit 51eddaf
Show file tree
Hide file tree
Showing 15 changed files with 57 additions and 35 deletions.
6 changes: 0 additions & 6 deletions .changeset/famous-tigers-notice.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/flat-dancers-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-falcons-applaud.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/lucky-needles-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-apes-mate.md

This file was deleted.

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

## 0.8.0

### Minor Changes

- 2b0cc32: feat: add support for assistant run config defaults

### Patch Changes

- 51f2f52: fix: add retry logs for model api calls

## 0.7.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.7.0",
"version": "0.8.0",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down
13 changes: 13 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @empiricalrun/cli

## 0.9.1

### Patch Changes

- 2b0cc32: feat: add support for assistant run config defaults
- 51f2f52: fix: add retry logs for model api calls
- 5f043b6: feat: csv loader should parse numbers
- Updated dependencies [c7e5a4a]
- Updated dependencies [2b0cc32]
- Updated dependencies [51f2f52]
- @empiricalrun/types@0.6.1
- @empiricalrun/core@0.6.1

## 0.9.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.9.0",
"version": "0.9.1",
"main": "dist/bin/index.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @empiricalrun/core

## 0.6.1

### Patch Changes

- 2b0cc32: feat: add support for assistant run config defaults
- 51f2f52: fix: add retry logs for model api calls
- Updated dependencies [c7e5a4a]
- Updated dependencies [2b0cc32]
- Updated dependencies [9f15c2d]
- Updated dependencies [51f2f52]
- @empiricalrun/scorer@0.2.1
- @empiricalrun/ai@0.8.0

## 0.6.0

### Minor 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.6.0",
"version": "0.6.1",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down
10 changes: 10 additions & 0 deletions packages/scorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @empiricalrun/scorer

## 0.2.1

### Patch Changes

- c7e5a4a: chore: remove sql semantic scorer
- 9f15c2d: feat: py-script scorer has a simpler return type
- Updated dependencies [2b0cc32]
- Updated dependencies [51f2f52]
- @empiricalrun/ai@0.8.0

## 0.2.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.2.0",
"version": "0.2.1",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @empiricalrun/types

## 0.6.1

### Patch Changes

- c7e5a4a: chore: remove sql semantic scorer

## 0.6.0

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

0 comments on commit 51eddaf

Please sign in to comment.