Skip to content

Commit

Permalink
tag version Cal.com version v4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 17, 2024
1 parent 375efda commit 80d5345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calcom
Submodule calcom updated 39 files
+1 −1 apps/api/v2/src/modules/organizations/inputs/attributes/options/create-organization-attribute-option.input.ts
+28 −9 apps/api/v2/src/modules/organizations/services/attributes/organization-attributes.service.ts
+21 −22 apps/web/components/apps/installation/AccountsStepCard.tsx
+115 −57 apps/web/components/apps/installation/ConfigureStepCard.tsx
+99 −58 apps/web/components/apps/installation/EventTypesStepCard.tsx
+6 −6 apps/web/lib/apps/getServerSideProps.tsx
+239 −209 apps/web/lib/apps/installation/[[...step]]/getServerSideProps.ts
+73 −51 apps/web/modules/apps/installation/[[...step]]/step-view.tsx
+1 −1 apps/web/package.json
+1 −1 apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts
+2 −2 apps/web/playwright/fixtures/apps.ts
+1 −1 apps/web/playwright/integrations-stripe.e2e.ts
+6 −6 apps/web/test/lib/next-config.test.ts
+1 −1 apps/web/test/utils/bookingScenario/bookingScenario.ts
+4 −4 apps/web/test/utils/bookingScenario/test.ts
+6 −3 package.json
+1 −16 packages/app-store/_utils/oauth/createOAuthAppCredential.ts
+2 −1 packages/app-store/_utils/throwIfNotHaveAdminAccessToTeam.ts
+1 −1 packages/app-store/_utils/useAddAppMutation.ts
+11 −7 packages/features/bookings/lib/handleNewBooking/test/booking-limits.test.ts
+11 −7 packages/features/bookings/lib/handleNewBooking/test/complex-schedules.test.ts
+22 −14 packages/features/bookings/lib/handleNewBooking/test/date-overrides.test.ts
+159 −101 packages/features/bookings/lib/handleNewBooking/test/fresh-booking.test.ts
+34 −22 packages/features/bookings/lib/handleNewBooking/test/recurring-event.test.ts
+12 −8 packages/features/bookings/lib/handleNewBooking/test/reschedule.test.ts
+18 −6 packages/features/users/components/UserTable/DeleteMemberModal.tsx
+5 −3 packages/lib/server/getDefaultLocations.test.ts
+52 −24 packages/lib/server/repository/user.ts
+3 −2 packages/platform/atoms/booker/BookerPlatformWrapper.tsx
+2 −0 packages/platform/atoms/connect/OAuthConnect.tsx
+2 −0 packages/platform/atoms/connect/apple/AppleConnect.tsx
+2 −0 packages/platform/atoms/connect/google/GcalConnect.tsx
+2 −0 packages/platform/atoms/connect/outlook/OutlookConnect.tsx
+1 −0 packages/platform/examples/base/src/pages/booking.tsx
+3 −2 packages/trpc/server/routers/loggedInViewer/appCredentialsByType.handler.ts
+8 −6 packages/trpc/server/routers/viewer/teams/getMinimal.handler.test.ts
+65 −61 packages/ui/components/button/button.test.tsx
+2 −2 tests/libs/__mocks__/prismaMock.ts
+898 −7,203 yarn.lock

0 comments on commit 80d5345

Please sign in to comment.