Skip to content

Commit a31470d

Browse files
Version Packages (#213)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 740a844 commit a31470d

File tree

13 files changed

+52
-23
lines changed

13 files changed

+52
-23
lines changed

.changeset/clever-guests-appear.md

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

.changeset/late-items-grab.md

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

.changeset/tidy-bulldogs-accept.md

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

apps/web/CHANGELOG.md

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

3+
## 0.12.0
4+
5+
### Minor Changes
6+
7+
- 740a844: feat: add support for merging inputs and add multi-turn chat example
8+
39
## 0.11.0
410

511
### 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.11.0",
3+
"version": "0.12.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/cli/CHANGELOG.md

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

3+
## 0.12.0
4+
5+
### Minor Changes
6+
7+
- 740a844: feat: add support for merging inputs and add multi-turn chat example
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [952baa1]
12+
- Updated dependencies [740a844]
13+
- @empiricalrun/types@0.9.0
14+
- @empiricalrun/core@0.8.1
15+
316
## 0.11.0
417

518
### Minor Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@empiricalrun/cli",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"main": "dist/bin/index.js",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/",

packages/core/CHANGELOG.md

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

3+
## 0.8.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [740a844]
8+
- @empiricalrun/scorer@0.3.0
9+
- @empiricalrun/ai@0.10.0
10+
311
## 0.8.0
412

513
### Minor Changes

packages/core/package.json

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

packages/scorer/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 740a844: feat: add support for merging inputs and add multi-turn chat example
8+
9+
### Patch Changes
10+
11+
- @empiricalrun/ai@0.10.0
12+
313
## 0.2.3
414

515
### Patch Changes

0 commit comments

Comments
 (0)