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 0eedfec commit 7ede4a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/studio-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# studio-next

## 0.2.0
## 0.1.2

### Minor Changes
### Patch Changes

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

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.2.0",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
Expand Down

0 comments on commit 7ede4a4

Please sign in to comment.