Skip to content

Commit

Permalink
tag version Cal.com version v4.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 10, 2025
1 parent f0d01cd commit 37ff3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calcom
Submodule calcom updated 76 files
+0 −0 .yarn/versions/761ec3c3.yml
+1 −1 apps/api/v2/src/modules/conferencing/conferencing.module.ts
+0 −0 apps/api/v2/src/modules/conferencing/repositories/conferencing.repository.ts
+1 −1 apps/api/v2/src/modules/conferencing/services/conferencing.service.ts
+1 −1 apps/api/v2/src/modules/conferencing/services/google-meet.service.ts
+6 −5 apps/web/app/(use-page-wrapper)/(main-nav)/ShellMainAppDir.tsx
+1 −1 apps/web/app/(use-page-wrapper)/(main-nav)/layout.tsx
+0 −1 apps/web/app/settings/(settings-layout)/SettingsLayoutAppDirClient.tsx
+1 −1 apps/web/components/apps/App.tsx
+1 −1 apps/web/components/apps/layouts/AppsLayout.tsx
+1 −5 apps/web/components/apps/layouts/InstalledAppsLayout.tsx
+4 −2 apps/web/components/booking/BookingListItem.tsx
+33 −13 apps/web/components/dialog/ReassignDialog.tsx
+1 −2 apps/web/lib/__tests__/getTeamMemberEmailFromCrm.test.ts
+1 −1 apps/web/lib/team/[slug]/[type]/getServerSideProps.tsx
+1 −7 apps/web/modules/apps/categories/categories-view.tsx
+2 −6 apps/web/modules/event-types/views/event-types-listing-view.tsx
+1 −1 apps/web/modules/more/more-page-view.tsx
+1 −7 apps/web/modules/settings/platform/billing/billing-view.tsx
+0 −1 apps/web/modules/settings/platform/managed-users/managed-users-view.tsx
+1 −6 apps/web/modules/settings/platform/oauth-clients/[clientId]/edit/edit-view.tsx
+1 −6 apps/web/modules/settings/platform/oauth-clients/[clientId]/edit/edit-webhooks-view.tsx
+1 −6 apps/web/modules/settings/platform/oauth-clients/create-new-view.tsx
+0 −2 apps/web/modules/settings/platform/platform-view.tsx
+1 −1 apps/web/modules/upgrade/upgrade-view.tsx
+1 −1 apps/web/package.json
+6 −0 apps/web/public/icons/sprite.svg
+3 −0 apps/web/public/static/locales/ar/common.json
+3 −0 apps/web/public/static/locales/az/common.json
+3 −0 apps/web/public/static/locales/bg/common.json
+3 −0 apps/web/public/static/locales/ca/common.json
+3 −0 apps/web/public/static/locales/cs/common.json
+3 −0 apps/web/public/static/locales/da/common.json
+3 −0 apps/web/public/static/locales/de/common.json
+3 −0 apps/web/public/static/locales/el/common.json
+3 −0 apps/web/public/static/locales/es-419/common.json
+3 −0 apps/web/public/static/locales/es/common.json
+3 −0 apps/web/public/static/locales/et/common.json
+3 −0 apps/web/public/static/locales/eu/common.json
+3 −0 apps/web/public/static/locales/fi/common.json
+3 −0 apps/web/public/static/locales/fr/common.json
+3 −0 apps/web/public/static/locales/he/common.json
+5 −2 apps/web/public/static/locales/hu/common.json
+3 −0 apps/web/public/static/locales/it/common.json
+3 −0 apps/web/public/static/locales/ja/common.json
+3 −0 apps/web/public/static/locales/km/common.json
+3 −0 apps/web/public/static/locales/ko/common.json
+3 −0 apps/web/public/static/locales/nl/common.json
+3 −0 apps/web/public/static/locales/no/common.json
+3 −0 apps/web/public/static/locales/pl/common.json
+3 −0 apps/web/public/static/locales/pt-BR/common.json
+3 −0 apps/web/public/static/locales/pt/common.json
+3 −0 apps/web/public/static/locales/ro/common.json
+3 −0 apps/web/public/static/locales/ru/common.json
+3 −0 apps/web/public/static/locales/sk-SK/common.json
+3 −0 apps/web/public/static/locales/sr/common.json
+3 −0 apps/web/public/static/locales/sv/common.json
+3 −0 apps/web/public/static/locales/tr/common.json
+3 −0 apps/web/public/static/locales/uk/common.json
+3 −0 apps/web/public/static/locales/vi/common.json
+3 −0 apps/web/public/static/locales/zh-CN/common.json
+3 −0 apps/web/public/static/locales/zh-TW/common.json
+3 −0 i18n.lock
+2 −6 packages/app-store/routing-forms/pages/forms/[...appPages].tsx
+1 −2 packages/features/ee/platform/pages/settings/members.tsx
+0 −1 packages/features/ee/workflows/pages/index.tsx
+0 −1 packages/features/ee/workflows/pages/workflow.tsx
+4 −7 packages/features/shell/Shell.tsx
+5 −2 packages/features/shell/navigation/Navigation.tsx
+1 −1 packages/features/tips/UpgradeTip.tsx
+0 −0 packages/lib/server/getTeamMemberEmailFromCrm.ts
+1 −0 packages/lib/server/index.ts
+3 −0 packages/platform/libraries/index.ts
+1 −1 packages/trpc/server/routers/viewer/routing-forms/findTeamMembersMatchingAttributeLogicOfRoute.handler.ts
+1 −0 packages/ui/components/icon/icon-list.mjs
+1 −0 packages/ui/components/icon/icon-names.ts

0 comments on commit 37ff3f7

Please sign in to comment.