Skip to content

Commit

Permalink
chore(versioning): add versioning for fixing cold start
Browse files Browse the repository at this point in the history
  • Loading branch information
jerensl committed Jul 8, 2024
1 parent 921682f commit 0eedfec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions apps/studio-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# studio-next

## 0.2.0

### Minor Changes

- Fix ~4 seconds cold start and client side lazy loading

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/studio-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "studio-next",
"version": "0.1.1",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
Expand Down

0 comments on commit 0eedfec

Please sign in to comment.