Skip to content

Commit

Permalink
chore: update package versions for release (#158)
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 18, 2024
1 parent ebdc566 commit ac42096
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/cyan-moons-sit.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.7.1

### Patch Changes

- ebdc566: fix: ui breaking in case of too many sample inputs

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

## 0.5.4

### Patch Changes

- ebdc566: fix: ui breaking in case of too many sample inputs

## 0.5.3

### 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.5.3",
"version": "0.5.4",
"main": "dist/bin/index.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down

0 comments on commit ac42096

Please sign in to comment.