This repository was archived by the owner on Oct 29, 2025. It is now read-only.
Commit f2dc445
committed
tag version Cal.com version v5.0.4
1 parent 1c7476a commit f2dc445
1 file changed
+1
-1
lines changed- .env.example+6
- .yarn/versions/c7258b42.yml
- apps/web/abTest/middlewareFactory.ts-62
- apps/web/abTest/utils.ts-9
- apps/web/app/(use-page-wrapper)/[user]/[type]/page.tsx+4-2
- apps/web/app/(use-page-wrapper)/[user]/page.tsx+3-2
- apps/web/app/_utils.tsx+19-8
- apps/web/app/org/[orgSlug]/[user]/[type]/page.tsx+4-2
- apps/web/app/org/[orgSlug]/[user]/page.tsx+4-3
- apps/web/app/org/[orgSlug]/instant-meeting/team/[slug]/[type]/page.tsx+4-2
- apps/web/app/team/[slug]/[type]/page.tsx+4-3
- apps/web/app/team/[slug]/page.tsx+4-3
- apps/web/components/settings/TravelScheduleModal.tsx+1-1
- apps/web/lib/buildLegacyCtx.tsx+1-1
- apps/web/middleware.test.ts+55
- apps/web/middleware.ts+28-8
- apps/web/modules/bookings/views/booking-dry-run-success-view.tsx+3-1
- apps/web/modules/settings/admin/impersonation-view.tsx+1-1
- apps/web/package.json+1-1
- apps/web/pages/router/index.tsx+4
- apps/web/public/static/locales/ar/common.json+6-1
- apps/web/public/static/locales/az/common.json+6-1
- apps/web/public/static/locales/bg/common.json+6-1
- apps/web/public/static/locales/ca/common.json+6-1
- apps/web/public/static/locales/cs/common.json+6-1
- apps/web/public/static/locales/da/common.json+6-1
- apps/web/public/static/locales/de/common.json+6-1
- apps/web/public/static/locales/el/common.json+6-1
- apps/web/public/static/locales/en/common.json+4
- apps/web/public/static/locales/es-419/common.json+6-1
- apps/web/public/static/locales/es/common.json+6-1
- apps/web/public/static/locales/et/common.json+6-1
- apps/web/public/static/locales/eu/common.json+6-1
- apps/web/public/static/locales/fi/common.json+6-1
- apps/web/public/static/locales/fr/common.json+6-1
- apps/web/public/static/locales/he/common.json+6-1
- apps/web/public/static/locales/hu/common.json+6-1
- apps/web/public/static/locales/it/common.json+6-1
- apps/web/public/static/locales/ja/common.json+6-1
- apps/web/public/static/locales/km/common.json+6-1
- apps/web/public/static/locales/ko/common.json+6-1
- apps/web/public/static/locales/nl/common.json+6-1
- apps/web/public/static/locales/no/common.json+6-1
- apps/web/public/static/locales/pl/common.json+6-1
- apps/web/public/static/locales/pt-BR/common.json+6-1
- apps/web/public/static/locales/pt/common.json+6-1
- apps/web/public/static/locales/ro/common.json+6-1
- apps/web/public/static/locales/ru/common.json+6-1
- apps/web/public/static/locales/sk-SK/common.json+6-1
- apps/web/public/static/locales/sr/common.json+6-1
- apps/web/public/static/locales/sv/common.json+6-1
- apps/web/public/static/locales/tr/common.json+6-1
- apps/web/public/static/locales/uk/common.json+6-1
- apps/web/public/static/locales/vi/common.json+6-1
- apps/web/public/static/locales/zh-CN/common.json+6-1
- apps/web/public/static/locales/zh-TW/common.json+6-1
- headless-routing-to-booking-flow.md+16
- i18n.lock+6-1
- packages/app-store/monobot/DESCRIPTION.md+1-1
- packages/app-store/monobot/api/add.ts+1-1
- packages/app-store/monobot/config.json+1-1
- packages/app-store/routing-forms/trpc/utils.ts+1
- packages/features/bookings/Booker/components/DryRunMessage.tsx+3-1
- packages/features/bookings/Booker/components/hooks/useSlots.ts+4
- packages/features/kbar/Kbar.tsx+16-2
- packages/features/mintlify-chat/MintlifyChat.tsx+100
- packages/features/mintlify-chat/util.ts+197
- packages/lib/CalEventParser.test.ts+87
- packages/lib/CalEventParser.ts+43-69
- packages/lib/server/getTeamMemberEmailFromCrm.ts+12-2
- packages/trpc/server/routers/viewer/slots/reserveSlot.handler.ts+2-2
- packages/trpc/server/routers/viewer/slots/types.ts+1
- packages/ui/components/form/datepicker/DatePicker.tsx+41-16
- packages/ui/components/form/datepicker/datepicker.test.tsx+44-25
- packages/ui/components/form/select/Select.tsx+2-2
- packages/ui/form/PhoneInput.tsx+64-1
- turbo.json+3
0 commit comments