v6.0.2
calcom/cal.diyv6.0.2Dec 17, 2025by emrysal
AI Summary
A patch release focusing on migrating workflow utilities to the features layer, creating the CreditsRepository, and fixing routing and button issues.
Key Highlights
- Migrated workflow utilities from trpc to features layer
- Created CreditsRepository in `/features`
- Fixed custom replyTo not being set correctly for workflows
- Fixed button routing in TimezoneSelect
- Fixed e2e flakiness
Full Release Notes
## What's Changed * fix: disable button routing by @Pallava-Joshi in https://github.com/calcom/cal.com/pull/25894 * fix: Adjust padding inconsistencies in TimezoneSelect, EventAdvancedTab, and SideBar by @IndieD3v in https://github.com/calcom/cal.com/pull/25877 * fix: custom replyTo is not set correctly for workflow by @anikdhabal in https://github.com/calcom/cal.com/pull/25867 * refactor: migrate workflows utilities from trpc to features layer by @hbjORbj in https://github.com/calcom/cal.com/pull/25534 * feat: export all booking question fields in csv for non seated events in insights by @dhairyashiil in https://github.com/calcom/cal.com/pull/25837 * fix: e2e flakyness by @anikdhabal in https://github.com/calcom/cal.com/pull/25919 * fix: add dark mode support to emptypage skeleton and layout by @KartikLabhshetwar in https://github.com/calcom/cal.com/pull/25913 * refactor: create `CreditsRepository` in `/features/credits` by @hbjORbj in https://github.com/calcom/cal.com/pull/25843 * fix: atoms css scoping by @ThyMinimalDev in https://github.com/calcom/cal.com/pull/25921 * feat(api-v2): use lenient slugify for event type slugs by @anikdhabal in https://github.com/calcom/cal.com/pull/25923 * chore: replace GH_ACCESS_TOKEN with GitHub App token by @emrysal in https://github.com/calcom/cal.com/pull/25518 * fix: skip plan on invite to team by @sean-brydon in https://github.com/calcom/cal.com/pull/25924 * fix: resolve type-check issues in UserForm and slots util by @volnei in https://github.com/calcom/cal.com/pull/25907 * fix: allow organizations to sign up with existing usernames by @Rakshit-gen in https://github.com/calcom/cal.com/pull/25941 * fix: update email validation to include pm.me and other email provider domain by @hariombalhara in https://github.com/calcom/cal.com/pull/25879 * fix: companion extension oauth by @dhairyashiil in https://github.com/calcom/cal.com/pull/25939 * chore: Fix onboarding types by @volnei in https://github.com/calcom/cal.com/pull/25951 * chore: release amd as latest by @volnei in https://github.com/calcom/cal.com/pull/25949 * fix: types for onboarding by @volnei in https://github.com/calcom/cal.com/pull/25952 ## New Contributors * @IndieD3v made their first contribution in https://github.com/calcom/cal.com/pull/25877 * @Rakshit-gen made their first contribution in https://github.com/calcom/cal.com/pull/25941 **Full Changelog**: https://github.com/calcom/cal.com/compare/v6.0.1...v6.0.2