Skip to content

Commit

Permalink
chore: update package versions for release (#39)
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 1, 2024
1 parent 30d2755 commit 432ca9e
Show file tree
Hide file tree
Showing 20 changed files with 100 additions and 41 deletions.
10 changes: 0 additions & 10 deletions .changeset/cold-kings-float.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/fluffy-peas-remember.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pink-dancers-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-sloths-smile.md

This file was deleted.

11 changes: 11 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# web

## 0.1.0

### Minor Changes

- dbb2abb: first version of empirical package

### Patch Changes

- 8787bf0: feat: add run summary in cli
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.0.0",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
11 changes: 11 additions & 0 deletions packages/ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @empiricalrun/ai

## 0.1.0

### Minor Changes

- dbb2abb: first version of empirical package

### Patch Changes

- 8787bf0: feat: add run summary in cli
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.0.0",
"version": "0.1.0",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down
18 changes: 18 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# @empiricalrun/cli

## 0.1.0

### Minor Changes

- 8787bf0: feat: add run summary in cli
- dbb2abb: first version of empirical package
- 234a5fd: feat: dataset loaders and auto-fill for missing sample ids

### Patch Changes

- 9aa825e: fix: update default config for init command
- Updated dependencies [8787bf0]
- Updated dependencies [dbb2abb]
- Updated dependencies [234a5fd]
- @empiricalrun/types@0.1.0
- @empiricalrun/core@0.1.0
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.0.0",
"version": "0.1.0",
"main": "dist/bin/index.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
15 changes: 15 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @empiricalrun/core

## 0.1.0

### Minor Changes

- dbb2abb: first version of empirical package

### Patch Changes

- 8787bf0: feat: add run summary in cli
- Updated dependencies [8787bf0]
- Updated dependencies [dbb2abb]
- @empiricalrun/scorer@0.1.0
- @empiricalrun/ai@0.1.0
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.0.0",
"version": "0.1.0",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down
7 changes: 7 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @empiricalrun/eslint-config

## 0.1.0

### Minor Changes

- dbb2abb: first version of empirical package
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@empiricalrun/eslint-config",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"files": [
"library.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/scorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @empiricalrun/scorer

## 0.1.0

### Minor Changes

- 8787bf0: feat: add run summary in cli
- dbb2abb: first version of empirical package

### Patch Changes

- Updated dependencies [8787bf0]
- Updated dependencies [dbb2abb]
- @empiricalrun/ai@0.1.0
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.0.0",
"version": "0.1.0",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down
9 changes: 9 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @empiricalrun/types

## 0.1.0

### Minor Changes

- 8787bf0: feat: add run summary in cli
- dbb2abb: first version of empirical package
- 234a5fd: feat: dataset loaders and auto-fill for missing sample ids
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.0.0",
"version": "0.1.0",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down
7 changes: 7 additions & 0 deletions packages/typescript-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @empiricalrun/typescript-config

## 0.1.0

### Minor Changes

- dbb2abb: first version of empirical package
2 changes: 1 addition & 1 deletion packages/typescript-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@empiricalrun/typescript-config",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"license": "MIT",
"publishConfig": {
Expand Down

0 comments on commit 432ca9e

Please sign in to comment.