Skip to content

Commit 1c53dd9

Browse files
committed
Merge remote-tracking branch 'origin/main' into main
2 parents 28fc9c2 + 913aea4 commit 1c53dd9

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

apps/frontend/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @o2s/frontend
22

3+
## 0.12.1
4+
5+
### Patch Changes
6+
7+
- 6e5870c: removed `loading.tsx` in favor of component-specific loaders
8+
39
## 0.12.0
410

511
### Minor Changes

apps/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@o2s/frontend",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"private": true,
55
"scripts": {
66
"prepare": "npx prisma generate && dotenv -e .env.local -- prisma migrate deploy && dotenv -e .env.local -- prisma db seed",

apps/frontend/src/app/[locale]/loading.tsx

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)