Skip to content

Commit

Permalink
chore: update package versions for release (#175)
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 25, 2024
1 parent ba98ebb commit 93f995b
Show file tree
Hide file tree
Showing 17 changed files with 75 additions and 32 deletions.
9 changes: 0 additions & 9 deletions .changeset/flat-knives-eat.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/hot-bananas-boil.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/red-rice-teach.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.8.0

### Minor Changes

- ba98ebb: feat: add support for chat format prompt

## 0.7.3

### 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.7.3",
"version": "0.8.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.6.1

### Patch Changes

- ba98ebb: feat: add support for chat format prompt
- d81cff4: fix: error messaging in case of request timeout
- 4150b1f: fix: typo in chat prompt type
- Updated dependencies [d81cff4]
- @empiricalrun/fetch@0.3.1

## 0.6.0

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

## 0.8.0

### Minor Changes

- ba98ebb: feat: add support for chat format prompt

### Patch Changes

- d81cff4: fix: error messaging in case of request timeout
- 4150b1f: fix: typo in chat prompt type
- Updated dependencies [ba98ebb]
- Updated dependencies [d81cff4]
- Updated dependencies [4150b1f]
- @empiricalrun/types@0.5.1
- @empiricalrun/core@0.5.6
- @empiricalrun/fetch@0.3.1

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

## 0.5.6

### Patch Changes

- ba98ebb: feat: add support for chat format prompt
- 4150b1f: fix: typo in chat prompt type
- Updated dependencies [ba98ebb]
- Updated dependencies [d81cff4]
- Updated dependencies [4150b1f]
- @empiricalrun/ai@0.6.1
- @empiricalrun/scorer@0.1.10

## 0.5.5

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

## 0.3.1

### Patch Changes

- d81cff4: fix: error messaging in case of request timeout

## 0.3.0

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

### Patch Changes

- 4150b1f: fix: typo in chat prompt type
- Updated dependencies [ba98ebb]
- Updated dependencies [d81cff4]
- Updated dependencies [4150b1f]
- @empiricalrun/ai@0.6.1

## 0.1.9

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

## 0.5.1

### Patch Changes

- ba98ebb: feat: add support for chat format prompt
- 4150b1f: fix: typo in chat prompt type

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

0 comments on commit 93f995b

Please sign in to comment.