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 Jul 18, 2023
1 parent 74aa6d7 commit 8d8bfc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calcom
Submodule calcom updated 62 files
+2 −2 apps/web/components/ui/form/Select.tsx
+10 −4 apps/web/lib/app-providers.tsx
+2 −1 apps/web/package.json
+1 −0 apps/web/pages/[user]/[type].tsx
+82 −68 apps/web/pages/api/auth/signup.ts
+1 −1 apps/web/pages/booking/[uid].tsx
+1 −0 apps/web/pages/d/[link]/[slug].tsx
+1 −0 apps/web/pages/org/[orgSlug]/[user]/[type].tsx
+1 −0 apps/web/pages/org/[orgSlug]/[user]/index.tsx
+1 −0 apps/web/pages/team/[slug]/[type].tsx
+7 −0 apps/web/public/static/locales/en/common.json
+67 −0 apps/web/public/static/locales/it/common.json
+7 −0 apps/web/public/static/locales/pl/common.json
+81 −0 apps/web/public/static/locales/ro/common.json
+1 −0 apps/web/public/static/locales/sk/common.json
+9 −0 apps/web/public/static/locales/vi/common.json
+3 −1 apps/web/test/lib/getSchedule.test.ts
+5 −5 packages/app-store/_appRegistry.ts
+2 −0 packages/app-store/apps.metadata.generated.ts
+1 −0 packages/app-store/apps.server.generated.ts
+20 −0 packages/app-store/skiff/DESCRIPTION.md
+20 −0 packages/app-store/skiff/api/add.ts
+1 −0 packages/app-store/skiff/api/index.ts
+19 −0 packages/app-store/skiff/config.json
+1 −0 packages/app-store/skiff/index.ts
+14 −0 packages/app-store/skiff/package.json
+ packages/app-store/skiff/static/1.png
+ packages/app-store/skiff/static/2.png
+ packages/app-store/skiff/static/3.png
+ packages/app-store/skiff/static/4.png
+ packages/app-store/skiff/static/5.png
+13 −0 packages/app-store/skiff/static/icon.svg
+1 −1 packages/config/next-i18next.config.js
+12 −2 packages/embeds/embed-core/playground.ts
+109 −50 packages/embeds/embed-core/playwright/tests/action-based.e2e.ts
+17 −1 packages/features/bookings/Booker/Booker.tsx
+8 −2 packages/features/bookings/Booker/components/Header.tsx
+1 −1 packages/features/bookings/Booker/config.ts
+3 −2 packages/features/bookings/Booker/store.ts
+18 −8 packages/features/bookings/Booker/utils/dates.tsx
+2 −7 packages/features/bookings/Booker/utils/use-brand-colors.tsx
+5 −1 packages/features/ee/organizations/components/AddNewOrgAdminsForm.tsx
+104 −60 packages/features/ee/organizations/components/AddNewTeamsForm.tsx
+5 −3 packages/features/ee/teams/components/MemberInvitationModal.tsx
+5 −3 packages/features/ee/workflows/api/scheduleEmailReminders.ts
+1 −1 packages/features/ee/workflows/api/scheduleSMSReminders.ts
+80 −0 packages/features/shell/NProgressPageIndicator.tsx
+3 −0 packages/features/shell/Shell.tsx
+2 −2 packages/lib/apps/getInstallCountPerApp.ts
+30 −16 packages/lib/hooks/useTheme.tsx
+19 −0 packages/lib/slots.test.ts
+2 −1 packages/lib/slots.ts
+47 −0 packages/lib/validateUsernameInOrg.ts
+2 −0 packages/prisma/seed.ts
+4 −4 packages/trpc/server/routers/loggedInViewer/integrations.handler.ts
+77 −16 packages/trpc/server/routers/viewer/organizations/createTeams.handler.ts
+1 −1 packages/trpc/server/routers/viewer/teams/inviteMember/inviteMember.handler.ts
+4 −3 packages/trpc/server/routers/viewer/workflows/activateEventType.handler.ts
+18 −11 packages/trpc/server/routers/viewer/workflows/update.handler.ts
+8 −8 packages/ui/components/dialog/Dialog.tsx
+1 −2 packages/ui/components/form/inputs/Input.tsx
+15 −87 yarn.lock

0 comments on commit 8d8bfc5

Please sign in to comment.