Skip to content

Commit

Permalink
chore: update package versions for release (#91)
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 6, 2024
1 parent f1d71b4 commit bcf4572
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-pets-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-pigs-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-yaks-serve.md

This file was deleted.

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

## 0.4.0

### Minor Changes

- f1d71b4: feat: show output errors in ui cells

### Patch Changes

- c8868d9: fix: top bar is not sticky

## 0.3.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.3.0",
"version": "0.4.0",
"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.3.1

### Patch Changes

- c8868d9: fix: top bar in UI is not sticky

## 0.3.0

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

0 comments on commit bcf4572

Please sign in to comment.