emrysal
85fe40688e
chore: release v5.8.12
2025-11-07 20:12:13 +00:00
emrysal
47e976df96
chore: release v5.8.11
2025-11-07 12:38:40 +00:00
emrysal
630eee4fab
chore: release v5.8.10
2025-11-05 13:06:46 +00:00
emrysal
f1db27c0ad
chore: release v5.8.9
2025-11-04 00:30:52 +00:00
emrysal
0cf4ebd544
chore: release v5.8.8
2025-11-03 12:03:36 +00:00
emrysal
78f3d76ae2
chore: release v5.8.7
2025-10-29 11:51:10 +00:00
emrysal
f738b3bc0a
chore: release v5.8.6
2025-10-28 02:30:12 +00:00
emrysal
578be32936
chore: release v5.8.5
2025-10-25 00:25:46 +00:00
emrysal
fc4d0a6aa3
chore: release v5.8.4
2025-10-24 00:27:10 +00:00
4ac8a51bc2
feat: migrate nuqs from v1.20.0 to v2.7.2 ( #24514 )
...
* feat: migrate nuqs from v1.20.0 to v2.7.2
- Update nuqs package version in apps/web/package.json
- Add NuqsAdapter wrapper in root layout for App Router compatibility
- Server-side imports already using correct 'nuqs/server' path
- All existing parsers and usage patterns remain compatible
- No breaking changes to application functionality
- Fix unnecessary escape characters in fontFamily regex
Co-Authored-By: eunjae@cal.com <hey@eunjae.dev >
* move adapter
* revert
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2025-10-23 10:24:22 -03:00
emrysal
f6641d5173
chore: release v5.8.3
2025-10-22 13:59:25 +00:00
David Johnson and GitHub
6f15a5ab0f
Add turbo package to dependencies ( #24572 )
...
This is needed due to Docker build errors indicating that turbo was not an available command.
2025-10-21 09:05:55 +00:00
emrysal
79b319c1dd
chore: release v5.8.1
2025-10-17 09:36:29 +00:00
emrysal
3402f79912
chore: release v5.8.0
2025-10-15 14:43:51 +00:00
emrysal
d96c807505
chore: release v5.7.12
2025-10-14 09:57:19 +00:00
emrysal
c46f824e3f
chore: release vv5.7.11
2025-10-10 10:31:11 +00:00
emrysal
1470adb159
chore: release v5.7.10
2025-10-09 08:17:36 +00:00
emrysal
bf89991eef
chore: release v5.9.10
2025-10-09 00:22:21 +00:00
emrysal
da7aeb4a21
chore: release v5.7.9
2025-10-06 23:57:19 +00:00
Keith Williams and GitHub
6197a2a5c5
chore: Upgrade Next.js to 15.5.4 ( #24307 )
2025-10-06 21:39:26 +00:00
sean-brydon and GitHub
7799b191ec
feat: botid enabled on api/book/event api route ( #24207 )
...
* wip
* WIP
* restore event
* testing without instrument client
* Add conditional for botID init
* Bump BotID version + pass in header
* botID yarn lock changes
* feat: Add feature flag checks + tidy up into service
* rely on env var also
* use eventType repo instead of passing in prisma
* remove slug from audit
* rename botId feature to botid
* add unit tests for bot service
2025-10-06 11:16:13 +01:00
emrysal
a4be822636
chore: release v5.7.8
2025-10-04 14:20:17 +00:00
emrysal
fea7e66996
chore: release v5.7.7
2025-09-30 12:57:27 +00:00
Amit Sharma and GitHub
dbd927c002
fix: intercom zindex ( #24096 )
2025-09-29 11:43:11 -03:00
emrysal
6ff5c8ce5f
chore: release v5.7.6
2025-09-29 11:22:43 +00:00
emrysal
f5a1222fc5
chore: release v5.7.5
2025-09-25 11:59:47 +00:00
96855ea391
chore: upgrade eslint 9 ( #24002 )
...
* add eslint package
* upgrade lint
* remove linting for generated files from trpc
* ts imports
* add missing features lint script
* enable turbo ui
* reference workspace deps correctly
* fixes
* Fix eslint test
* Fix eslint test
* npm run all back
* fix e2e
* fix e2e
* fix e2e
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2025-09-24 22:20:49 +09:00
emrysal
608fe1c586
chore: release v5.7.4
2025-09-24 05:21:33 +00:00
emrysal
f80b45e36a
chore: release v5.7.3
2025-09-23 00:52:24 +00:00
emrysal
dfdda8a5b8
chore: release v5.7.2
2025-09-19 11:45:35 +00:00
4689775a1f
chore: Skip static file copy if not required ( #23903 )
...
* chore: Skip static file copy if not required
* feat: Replace MD5 hash checks with Turborepo caching for static file copying
- Add copy-app-store-static Turborepo task with proper inputs/outputs
- Remove manual MD5 hash calculation logic that was causing performance issues
- Update package.json scripts to use Turborepo task
- Addresses Keith's feedback about using Turborepo cache instead of manual checks
Co-Authored-By: alex@cal.com <me@alexvanandel.com >
* fix: Add copy-app-store-static script to package.json for Turborepo task execution
- Add missing script definition in apps/web/package.json
- Enables Turborepo to properly execute the static file copying task
- Fixes 'No tasks were executed' issue by providing the command to run
Co-Authored-By: alex@cal.com <me@alexvanandel.com >
* fix: Remove skipped jobs from required check failure condition
- Allow conditional E2E jobs to be skipped without failing the required check
- Maintain failure detection for actual job failures and cancellations
- Apply fix consistently to both pr.yml and all-checks.yml workflows
Co-Authored-By: alex@cal.com <me@alexvanandel.com >
* Revert "fix: Remove skipped jobs from required check failure condition"
This reverts commit 429f0506d009eaae7fa88be6db077681d5124f2a.
* Only write new logs
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2025-09-18 16:44:06 +00:00
emrysal
eaf695824b
chore: release v5.7.1
2025-09-18 09:20:19 +00:00
emrysal
43f4caaba4
chore: release v5.7.0
2025-09-15 16:22:52 +00:00
emrysal
d7cd185da1
chore: release v5.6.20
2025-09-14 17:52:38 +00:00
emrysal
18ba54522c
chore: release v5.6.19
2025-09-11 23:29:05 +00:00
Alex van Andel and GitHub
4ed0901957
fix: prisma client binary cannot be found on vercel ( #23772 )
2025-09-11 23:18:39 +01:00
emrysal
65f6689025
chore: release v5.6.18
2025-09-11 10:33:13 +00:00
emrysal
2e6ad8be9a
chore: release v5.6.17
2025-09-10 23:17:01 +00:00
a8a3e48465
feat: add web phone call for cal ai ( #23527 )
...
* feat: add web phone call for cal ai
* fix: web call
* refactor: improvements
* chore
* refactor: web call improvements
* chore: error message
* refactor: improvements
* fix: err
* refactor: feedback and improvements
* fix: type errors
* refactor: hasAvailable
* chore: use orgid
* fix: types
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2025-09-10 12:41:10 -03:00
Hariom Balhara and GitHub
bb2dcc51c6
Ignore requests from bot for headless router ( #23733 )
2025-09-10 16:59:04 +05:30
Yadong (Adam) Zhang and GitHub
38bc5fb71e
chore(apps/web): add Scan for React performance issues and eliminate slow renders in web app ( #23696 )
...
* chore: add Scan for React performance issues and eliminate slow renders in web app
* chore(apps/web): always install latest `react-scan`.
2025-09-09 10:50:44 +00:00
emrysal
6838133865
chore: release v5.6.16
2025-09-09 10:21:58 +00:00
20b7ac8c0d
feat: implement tiered Intercom chat system replacing Plain ( #23285 )
...
* feat: implement tiered Intercom chat system replacing Plain
- Add TieredIntercomChat component with customer tier detection
- Add IntercomContactForm for free users using Intercom API
- Add /api/intercom-conversation endpoint for free user support
- Update UserDropdown to use tiered chat logic
- Replace Plain chat with Intercom in app providers
- Remove all Plain chat components and related files
- Use useHasPaidPlan hook for customer tier detection
Paying customers see Intercom widget, free users see contact form
that creates conversations via Intercom API.
Co-Authored-By: peer@cal.com <peer@cal.com >
* fix: add missing environment variables to turbo.json globalEnv
- Add NEXT_PUBLIC_WEBAPP_URL, NEXT_PUBLIC_WEBSITE_URL, NEXT_PUBLIC_STRIPE_PUBLIC_KEY
- Add NEXT_PUBLIC_IS_E2E, NEXT_PUBLIC_STRIPE_PREMIUM_PLAN_PRICE_MONTHLY
- Add NEXT_PUBLIC_BOOKER_NUMBER_OF_DAYS_TO_LOAD, NEXT_PUBLIC_STRIPE_CREDITS_PRICE_ID
- Resolves turbo/no-undeclared-env-vars ESLint errors blocking commits
Co-Authored-By: peer@cal.com <peer@cal.com >
* fix: resolve linting errors in platform examples base package
- Fix prettier/prettier formatting (quotes and comma)
- Add underscore prefix to unused variables
- Resolves CI failure in @calcom/base#lint check
Co-Authored-By: peer@cal.com <peer@cal.com >
* remove plain usage
* placement fixes
* fix: pop closing immediately issue
* stuff
* proper error and additional user info
* add key to .env.example and remove unused plain route
* fix conversation route
* refactor intercom dynamic provider
* code rabbit fixes
* feat: introduce tiered support feature flag
* fix: type check
* Apply suggestion from @coderabbitai[bot]
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Amit Sharma <74371312+Amit91848@users.noreply.github.com >
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-09-09 18:20:22 +09:00
emrysal
e33560ef82
chore: release v5.6.15
2025-09-08 12:44:40 +00:00
emrysal
3a0229f60d
chore: release v5.6.14
2025-09-05 00:23:59 +00:00
emrysal
1209150785
chore: release v5.6.13
2025-09-03 23:55:08 +00:00
emrysal
f2f10a06d9
chore: release v5.6.12
2025-09-03 01:05:22 +00:00
emrysal
42cbc46609
chore: release v5.6.11
2025-09-02 01:04:43 +00:00
096026b92a
fix: Vitest is being bundled to client + bump lingo.dev version ( #23502 )
...
* Fix vitest on prod
* Also extract out verify-email for the purpose of stopping test bundling
* Address NIT
* Fix lingo.dev imports
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2025-09-02 01:58:08 +01:00
emrysal
f859c289aa
chore: release v5.6.10
2025-09-01 11:29:04 +00:00