Skip to content

Commit

Permalink
chore: update package versions for release (#68)
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 4, 2024
1 parent 5ed6ca9 commit e674d26
Show file tree
Hide file tree
Showing 22 changed files with 85 additions and 64 deletions.
9 changes: 0 additions & 9 deletions .changeset/fair-bottles-taste.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/forty-doors-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-hounds-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-months-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-shirts-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-donkeys-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-plants-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-wombats-wait.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/warm-ravens-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-spies-trade.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.3.0

### Minor Changes

- ec6e494: feat: add parameters in run config ui

## 0.2.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.2.1",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
13 changes: 13 additions & 0 deletions packages/ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @empiricalrun/ai

## 0.2.0

### Minor Changes

- 90082c8: feat: support model parameters with passthrough
- a4cfb49: feat: add support for fireworks provider for dbrx

### Patch Changes

- b354507: fix: change script value property to path in run
- a9e840a: fix: openai errors not getting captured
- b3cb527: fix: openai run gets stuck when balance is negative

## 0.1.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.1.1",
"version": "0.2.0",
"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.3.0

### Minor Changes

- df65e07: feat: execution and reporting for github actions

### Patch Changes

- b354507: fix: change script value property to path in run
- 5ed6ca9: fix: add support for alternate port for web UI
- 17860b0: feat: add support for passthrough config for script executor
- Updated dependencies [b354507]
- Updated dependencies [90082c8]
- Updated dependencies [17860b0]
- @empiricalrun/types@0.2.0
- @empiricalrun/core@0.2.0

## 0.2.4

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

## 0.2.0

### Minor Changes

- 90082c8: feat: support model parameters with passthrough
- 17860b0: feat: add support for passthrough config for script executor

### Patch Changes

- b354507: fix: change script value property to path in run
- Updated dependencies [b354507]
- Updated dependencies [90082c8]
- Updated dependencies [a9e840a]
- Updated dependencies [b3cb527]
- Updated dependencies [d7f4b53]
- Updated dependencies [a4cfb49]
- @empiricalrun/scorer@0.1.3
- @empiricalrun/ai@0.2.0

## 0.1.3

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

## 0.1.3

### Patch Changes

- b354507: fix: change script value property to path in run
- d7f4b53: fix: python script scorer should prefer config.name
- Updated dependencies [b354507]
- Updated dependencies [90082c8]
- Updated dependencies [a9e840a]
- Updated dependencies [b3cb527]
- Updated dependencies [a4cfb49]
- @empiricalrun/ai@0.2.0

## 0.1.2

### 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.2",
"version": "0.1.3",
"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.2.0

### Minor Changes

- 90082c8: feat: support model parameters with passthrough
- 17860b0: feat: add support for passthrough config for script executor

### Patch Changes

- b354507: fix: change script value property to path in run

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

0 comments on commit e674d26

Please sign in to comment.