Skip to content

Commit

Permalink
chore: update package versions for release (#179)
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 29, 2024
1 parent 044692e commit 8335749
Show file tree
Hide file tree
Showing 18 changed files with 84 additions and 48 deletions.
6 changes: 0 additions & 6 deletions .changeset/friendly-bikes-fix.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/itchy-jobs-breathe.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/proud-ghosts-fly.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/strong-doors-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-goats-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-trees-pull.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.9.0

### Minor Changes

- 2517c74: feat: add support for openai assistants

## 0.8.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.8.0",
"version": "0.9.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
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.7.0

### Minor Changes

- 2517c74: feat: add support for openai assistants

### Patch Changes

- bc3aa56: fix: py-script getting timed out

## 0.6.1

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

## 0.9.0

### Minor Changes

- 2517c74: feat: add support for openai assistants
- db945c2: feat: ability to add global scorers

### Patch Changes

- 3ed659b: feat: add telemetry for usage analytics
- bc3aa56: fix: py-script getting timed out
- 215c54a: chore: change scorer names to json-syntax and llm-critic
- Updated dependencies [3ed659b]
- Updated dependencies [2517c74]
- Updated dependencies [bc3aa56]
- Updated dependencies [215c54a]
- @empiricalrun/core@0.6.0
- @empiricalrun/types@0.6.0

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

## 0.6.0

### Minor Changes

- 3ed659b: feat: add telemetry for usage analytics
- 2517c74: feat: add support for openai assistants

### Patch Changes

- bc3aa56: fix: py-script getting timed out
- Updated dependencies [2517c74]
- Updated dependencies [bc3aa56]
- Updated dependencies [215c54a]
- Updated dependencies [2ad19be]
- @empiricalrun/scorer@0.2.0
- @empiricalrun/ai@0.7.0

## 0.5.6

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

## 0.2.0

### Minor Changes

- 2517c74: feat: add support for openai assistants
- 215c54a: chore: change scorer names to json-syntax and llm-critic

### Patch Changes

- bc3aa56: fix: py-script getting timed out
- 2ad19be: chore: better error messages for scorer names
- Updated dependencies [2517c74]
- Updated dependencies [bc3aa56]
- @empiricalrun/ai@0.7.0

## 0.1.10

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

## 0.6.0

### Minor Changes

- 2517c74: feat: add support for openai assistants
- 215c54a: chore: change scorer names to json-syntax and llm-critic

### Patch Changes

- bc3aa56: fix: py-script getting timed out

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

0 comments on commit 8335749

Please sign in to comment.