chore: release v5.5.8

This commit is contained in:
emrysal
2025-07-29 10:30:09 +00:00
parent a11ea3dd1e
commit 1b9691ddaf
4 changed files with 4 additions and 2 deletions
+2
View File
@@ -0,0 +1,2 @@
undecided:
- "@calcom/prisma"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@calcom/web",
"version": "5.5.7",
"version": "5.5.8",
"private": true,
"scripts": {
"analyze": "ANALYZE=true next build",
Binary file not shown.
+1 -1
View File
@@ -130,7 +130,7 @@ model EventType {
periodDays Int?
periodCountCalendarDays Boolean?
lockTimeZoneToggleOnBookingPage Boolean @default(false)
lockedTimeZone String?
lockedTimeZone String?
requiresConfirmation Boolean @default(false)
requiresConfirmationWillBlockSlot Boolean @default(false)
requiresConfirmationForFreeEmail Boolean @default(false)