Skip to content

Commit 2909006

Browse files
chore: update package versions for release (#196)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cc3a166 commit 2909006

17 files changed

+77
-41
lines changed

.changeset/blue-tips-attack.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/brown-clouds-hide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cool-planets-deliver.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/hot-dots-care.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/seven-oranges-decide.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

apps/web/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# web
22

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- 2b03d24: feat: dedicated edit UI for assistant instructions
8+
- bde6bf0: feat: add support for configuring assistant tools
9+
- 93e12e0: feat: add support for assistant tool calls
10+
11+
### Patch Changes
12+
13+
- d8842ef: fix: output and dataset sample alignment issues
14+
315
## 0.9.0
416

517
### Minor Changes

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/ai/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @empiricalrun/ai
22

3+
## 0.9.0
4+
5+
### Minor Changes
6+
7+
- bde6bf0: feat: add support for configuring assistant tools
8+
- 93e12e0: feat: add support for assistant tool calls
9+
10+
### Patch Changes
11+
12+
- d6d8b5c: fix: fireworks error should not get absorbed
13+
314
## 0.8.0
415

516
### Minor Changes

packages/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@empiricalrun/ai",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"

packages/cli/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @empiricalrun/cli
22

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- 93e12e0: feat: add support for assistant tool calls
8+
9+
### Patch Changes
10+
11+
- 2b03d24: feat: dedicated edit UI for assistant instructions
12+
- bde6bf0: feat: add support for configuring assistant tools
13+
- Updated dependencies [2b03d24]
14+
- Updated dependencies [bde6bf0]
15+
- Updated dependencies [93e12e0]
16+
- @empiricalrun/core@0.7.0
17+
- @empiricalrun/types@0.7.0
18+
319
## 0.9.1
420

521
### Patch Changes

0 commit comments

Comments
 (0)