Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update package versions for release #68

Merged
merged 1 commit into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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