Skip to content

Commit

Permalink
chore: update package versions for release (#64)
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 2, 2024
1 parent 571986a commit 90fb8e1
Show file tree
Hide file tree
Showing 14 changed files with 53 additions and 21 deletions.
9 changes: 0 additions & 9 deletions .changeset/beige-spoons-look.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sour-guests-sneeze.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.2.1

### Patch Changes

- 4a858f5: fix: monaco instances block page scroll

## 0.2.0

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

## 0.1.1

### Patch Changes

- 571986a: chore: update npm package license
- 4a858f5: fix: monaco instances block page scroll

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

## 0.2.3

### Patch Changes

- 571986a: chore: update npm package license
- Updated dependencies [571986a]
- @empiricalrun/types@0.1.1
- @empiricalrun/core@0.1.3

## 0.2.2

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

## 0.1.3

### Patch Changes

- 571986a: chore: update npm package license
- Updated dependencies [571986a]
- Updated dependencies [4a858f5]
- @empiricalrun/scorer@0.1.2
- @empiricalrun/ai@0.1.1

## 0.1.2

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

## 0.1.2

### Patch Changes

- 571986a: chore: update npm package license
- Updated dependencies [571986a]
- Updated dependencies [4a858f5]
- @empiricalrun/ai@0.1.1

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

### Patch Changes

- 571986a: chore: update npm package license

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

0 comments on commit 90fb8e1

Please sign in to comment.