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 21, 2023
1 parent 9d50b99 commit ee4d60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calcom
Submodule calcom updated 59 files
+1 −0 .github/workflows/cron-stale-issue.yml
+9 −7 apps/web/components/I18nLanguageHandler.tsx
+0 −17 apps/web/components/PageWrapper.tsx
+1 −1 apps/web/components/eventtype/EventAppsTab.tsx
+4 −4 apps/web/components/ui/UsernameAvailability/PremiumTextfield.tsx
+2 −2 apps/web/components/ui/UsernameAvailability/UsernameTextfield.tsx
+6 −0 apps/web/next.config.js
+1 −1 apps/web/package.json
+3 −3 apps/web/pages/[user].tsx
+5 −4 apps/web/pages/[user]/calendar-cache/[month].tsx
+1 −4 apps/web/pages/_document.tsx
+4 −4 apps/web/pages/api/availability/calendar.ts
+53 −79 apps/web/pages/api/logo.ts
+0 −1 apps/web/pages/api/recorded-daily-video.ts
+8 −8 apps/web/pages/auth/login.tsx
+0 −1 apps/web/pages/video/[uid].tsx
+3 −3 apps/web/public/static/locales/cs/common.json
+7 −7 apps/web/public/static/locales/de/common.json
+136 −1 apps/web/public/static/locales/it/common.json
+44 −0 apps/web/public/static/locales/ja/common.json
+115 −1 apps/web/public/static/locales/sr/common.json
+137 −2 apps/web/public/static/locales/sv/common.json
+134 −18 apps/web/public/static/locales/uk/common.json
+7 −0 apps/web/public/static/locales/vi/common.json
+134 −1 apps/web/public/static/locales/zh-CN/common.json
+40 −0 apps/web/public/static/locales/zh-TW/common.json
+ apps/web/public/tips/insights-dark.jpg
+1 −0 packages/app-store/appStoreMetaData.ts
+2 −0 packages/app-store/apps.keys-schemas.generated.ts
+2 −0 packages/app-store/apps.schemas.generated.ts
+1 −1 packages/app-store/zapier/pages/setup/index.tsx
+8 −0 packages/app-store/zohocrm/zod.ts
+4 −1 packages/core/getUserAvailability.ts
+2 −0 packages/embeds/embed-core/index.html
+1 −1 packages/features/bookings/lib/handleCancelBooking.ts
+20 −6 packages/features/bookings/lib/handleNewBooking.ts
+33 −7 packages/features/ee/payments/api/webhook.ts
+2 −1 packages/features/ee/teams/components/AddNewTeamMembers.tsx
+8 −9 packages/features/ee/teams/components/TeamsListing.tsx
+5 −3 packages/features/eventtypes/components/CheckedTeamSelect.tsx
+2 −2 packages/features/form-builder/Components.tsx
+7 −3 packages/features/settings/layouts/SettingsLayout.tsx
+1 −1 packages/features/tips/UpgradeTip.tsx
+3 −16 packages/lib/CalendarService.ts
+2 −2 packages/lib/defaultEvents.ts
+1 −3 packages/lib/hooks/useTheme.tsx
+0 −3 packages/lib/i18n.ts
+7 −0 packages/prisma/seed-app-store.config.json
+56 −10 packages/prisma/seed-app-store.ts
+5 −5 packages/prisma/selects/user.ts
+0 −1 packages/trpc/server/routers/viewer.tsx
+1 −3 packages/trpc/server/routers/viewer/apps.tsx
+19 −8 packages/trpc/server/routers/viewer/slots.ts
+1 −0 packages/trpc/server/routers/viewer/teams.tsx
+2 −2 packages/ui/components/apps/AllApps.tsx
+7 −3 packages/ui/components/apps/SkeletonLoader.tsx
+1 −1 packages/ui/components/avatar/AvatarGroup.tsx
+1 −1 packages/ui/components/dialog/Dialog.tsx
+0 −1 packages/ui/components/editor/stylesEditor.css

0 comments on commit ee4d60a

Please sign in to comment.