Skip to content

Commit

Permalink
chore: update package versions for release (#196)
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 2, 2024
1 parent cc3a166 commit 2909006
Show file tree
Hide file tree
Showing 17 changed files with 77 additions and 41 deletions.
7 changes: 0 additions & 7 deletions .changeset/blue-tips-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brown-clouds-hide.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/cool-planets-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-dots-care.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/seven-oranges-decide.md

This file was deleted.

12 changes: 12 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# web

## 0.10.0

### Minor Changes

- 2b03d24: feat: dedicated edit UI for assistant instructions
- bde6bf0: feat: add support for configuring assistant tools
- 93e12e0: feat: add support for assistant tool calls

### Patch Changes

- d8842ef: fix: output and dataset sample alignment issues

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "0.9.0",
"version": "0.10.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
11 changes: 11 additions & 0 deletions packages/ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @empiricalrun/ai

## 0.9.0

### Minor Changes

- bde6bf0: feat: add support for configuring assistant tools
- 93e12e0: feat: add support for assistant tool calls

### Patch Changes

- d6d8b5c: fix: fireworks error should not get absorbed

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

## 0.10.0

### Minor Changes

- 93e12e0: feat: add support for assistant tool calls

### Patch Changes

- 2b03d24: feat: dedicated edit UI for assistant instructions
- bde6bf0: feat: add support for configuring assistant tools
- Updated dependencies [2b03d24]
- Updated dependencies [bde6bf0]
- Updated dependencies [93e12e0]
- @empiricalrun/core@0.7.0
- @empiricalrun/types@0.7.0

## 0.9.1

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

## 0.7.0

### Minor Changes

- bde6bf0: feat: add support for configuring assistant tools
- 93e12e0: feat: add support for assistant tool calls

### Patch Changes

- 2b03d24: feat: dedicated edit UI for assistant instructions
- Updated dependencies [d6d8b5c]
- Updated dependencies [bde6bf0]
- Updated dependencies [93e12e0]
- @empiricalrun/ai@0.9.0
- @empiricalrun/scorer@0.2.2

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

## 0.2.2

### Patch Changes

- Updated dependencies [d6d8b5c]
- Updated dependencies [bde6bf0]
- Updated dependencies [93e12e0]
- @empiricalrun/ai@0.9.0

## 0.2.1

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

## 0.7.0

### Minor Changes

- bde6bf0: feat: add support for configuring assistant tools
- 93e12e0: feat: add support for assistant tool calls

## 0.6.1

### Patch 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.1",
"version": "0.7.0",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down

0 comments on commit 2909006

Please sign in to comment.