Skip to content

Commit

Permalink
Version Packages (#213)
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 8, 2024
1 parent 740a844 commit a31470d
Show file tree
Hide file tree
Showing 13 changed files with 52 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-guests-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-items-grab.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tidy-bulldogs-accept.md

This file was deleted.

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

## 0.12.0

### Minor Changes

- 740a844: feat: add support for merging inputs and add multi-turn chat example

## 0.11.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.11.0",
"version": "0.12.0",
"private": true,
"scripts": {
"dev": "next dev",
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.12.0

### Minor Changes

- 740a844: feat: add support for merging inputs and add multi-turn chat example

### Patch Changes

- Updated dependencies [952baa1]
- Updated dependencies [740a844]
- @empiricalrun/types@0.9.0
- @empiricalrun/core@0.8.1

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

## 0.8.1

### Patch Changes

- Updated dependencies [740a844]
- @empiricalrun/scorer@0.3.0
- @empiricalrun/ai@0.10.0

## 0.8.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.8.0",
"version": "0.8.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.3.0

### Minor Changes

- 740a844: feat: add support for merging inputs and add multi-turn chat example

### Patch Changes

- @empiricalrun/ai@0.10.0

## 0.2.3

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

## 0.9.0

### Minor Changes

- 740a844: feat: add support for merging inputs and add multi-turn chat example

### Patch Changes

- 952baa1: docs: add openai assistants support

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

0 comments on commit a31470d

Please sign in to comment.