Skip to content

Commit

Permalink
tag version 2.7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
krumware committed Apr 10, 2023
1 parent 81dba2d commit 268e830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calcom
Submodule calcom updated 43 files
+1 −1 apps/web/components/apps/App.tsx
+3 −3 apps/web/components/booking/BookingDescription.tsx
+3 −3 apps/web/components/getting-started/components/CalendarItem.tsx
+4 −4 apps/web/components/getting-started/steps-views/ConnectCalendars.tsx
+1 −4 apps/web/components/ui/PoweredByCal.tsx
+8 −1 apps/web/lib/app-providers.tsx
+1 −1 apps/web/package.json
+1 −1 apps/web/pages/[user]/calendar-cache/[month].tsx
+12 −12 apps/web/pages/team/[slug].tsx
+10 −0 apps/web/pages/teams/index.tsx
+0 −41 apps/web/public/calcom-logo-word-dark.svg
+0 −41 apps/web/public/calcom-logo-word.svg
+0 −1 packages/app-store/around/config.json
+0 −1 packages/app-store/googlecalendar/_metadata.ts
+0 −1 packages/app-store/stripepayment/lib/PaymentService.ts
+2 −2 packages/app-store/sylapsvideo/config.json
+0 −1 packages/app-store/templates/basic/config.json
+0 −1 packages/app-store/templates/booking-pages-tag/config.json
+0 −1 packages/app-store/templates/event-type-app-card/config.json
+0 −1 packages/app-store/templates/event-type-location-video-static/config.json
+0 −1 packages/app-store/templates/general-app-settings/config.json
+0 −1 packages/app-store/templates/link-as-an-app/config.json
+1 −1 packages/app-store/utils.ts
+3 −0 packages/core/CalendarManager.ts
+20 −0 packages/core/components/NoSSR.tsx
+1 −1 packages/features/calendars/weeklyview/components/horizontalLines/index.tsx
+2 −2 packages/features/calendars/weeklyview/components/verticalLines/index.tsx
+1 −1 packages/features/ee/teams/components/MemberListItem.tsx
+2 −2 packages/features/ee/teams/components/TeamInviteList.tsx
+1 −1 packages/features/ee/teams/components/TeamInviteListItem.tsx
+2 −2 packages/features/ee/workflows/components/SkeletonLoaderEventWorkflowsTab.tsx
+0 −2 packages/features/ee/workflows/components/WorkflowListPage.tsx
+6 −3 packages/features/flags/pages/flag-listing-view.tsx
+2 −2 packages/features/form-builder/Components.tsx
+1 −1 packages/features/form-builder/FormBuilder.tsx
+2 −2 packages/features/shell/Shell.tsx
+5 −1 packages/features/webhooks/components/WebhookListItem.tsx
+1 −1 packages/features/webhooks/pages/webhooks-view.tsx
+1 −1 packages/prisma/seed-app-store.ts
+1 −1 packages/trpc/react/trpc.ts
+2 −2 packages/trpc/server/routers/viewer/apps.tsx
+9 −3 packages/ui/components/logo/Logo.tsx
+1,690 −52 yarn.lock

0 comments on commit 268e830

Please sign in to comment.