Skip to content

Commit

Permalink
Auto updated submodule references
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 22, 2023
1 parent ee4d60a commit 9c602da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calcom
Submodule calcom updated 33 files
+4 −1 apps/web/components/booking/BookingListItem.tsx
+2 −2 apps/web/components/booking/pages/AvailabilityPage.tsx
+1 −1 apps/web/components/getting-started/steps-views/SetupAvailability.tsx
+0 −29 apps/web/components/ui/PoweredByCal.tsx
+13 −14 apps/web/middleware.ts
+5 −0 apps/web/next.config.js
+1 −1 apps/web/package.json
+46 −9 apps/web/pages/booking/[uid].tsx
+9 −1 apps/web/pages/event-types/index.tsx
+140 −0 apps/web/playwright/booking-seats.e2e.ts
+1 −1 apps/web/playwright/manage-booking-questions.e2e.ts
+107 −16 apps/web/public/static/locales/ja/common.json
+140 −21 apps/web/public/static/locales/pl/common.json
+22 −22 apps/web/public/static/locales/ro/common.json
+6 −6 apps/web/public/static/locales/sv/common.json
+22 −22 apps/web/public/static/locales/uk/common.json
+129 −1 apps/web/public/static/locales/vi/common.json
+6 −6 apps/web/public/static/locales/zh-CN/common.json
+1 −1 packages/app-store/_utils/getEventTypeAppData.ts
+3 −2 packages/features/bookings/components/PeopleFilter.tsx
+3 −2 packages/features/bookings/lib/handleNewBooking.ts
+39 −0 packages/features/ee/components/PoweredBy.tsx
+22 −32 packages/features/eventtypes/components/BulkEditDefaultConferencingModal.tsx
+6 −3 packages/features/eventtypes/components/EventTypeDescription.tsx
+7 −7 packages/lib/CalEventParser.ts
+14 −4 packages/lib/getEventTypeById.ts
+5 −4 packages/lib/hooks/useTheme.tsx
+2 −2 packages/prisma/package.json
+1 −1 packages/prisma/schema.prisma
+6 −1 packages/trpc/server/routers/viewer/bookings.tsx
+1 −43 packages/trpc/server/routers/viewer/eventTypes.ts
+1 −1 packages/trpc/server/routers/viewer/teams.tsx
+22 −22 yarn.lock

0 comments on commit 9c602da

Please sign in to comment.