Skip to content

Commit

Permalink
chore: update package versions for release (#232)
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 22, 2024
1 parent f61545c commit 3130f5e
Show file tree
Hide file tree
Showing 13 changed files with 48 additions and 24 deletions.
6 changes: 0 additions & 6 deletions .changeset/silent-grapes-tie.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/thin-phones-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-adults-lick.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.2

### Patch Changes

- f61545c: feat: add support for js/ts scripts as scorers

## 0.12.1

### Patch 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.12.1",
"version": "0.12.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
7 changes: 7 additions & 0 deletions packages/create-empiricalrun/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# create-empiricalrun

## 0.1.1

### Patch Changes

- 5cae1df: feat: deprecate init command
- f9ee0fe: docs: update README for create-empiricalrun package

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-empiricalrun/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-empiricalrun",
"version": "0.1.0",
"version": "0.1.1",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down
14 changes: 14 additions & 0 deletions packages/empiricalrun/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# empiricalrun

## 0.14.0

### Minor Changes

- 5cae1df: feat: deprecate init command
- f61545c: feat: add support for js/ts scripts as scorers

### Patch Changes

- Updated dependencies [f61545c]
- @empiricalrun/scorer@0.4.0
- @empiricalrun/types@0.11.0
- @empiricalrun/ai@0.10.1

## 0.13.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/empiricalrun/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "empiricalrun",
"version": "0.13.2",
"version": "0.14.0",
"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.4.0

### Minor Changes

- f61545c: feat: add support for js/ts scripts as scorers

### Patch Changes

- @empiricalrun/ai@0.10.1

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

## 0.11.0

### Minor Changes

- f61545c: feat: add support for js/ts scripts as scorers

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

0 comments on commit 3130f5e

Please sign in to comment.