Skip to content

Commit aea6e10

Browse files
chore: version packages (calcom#23248)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a082cf7 commit aea6e10

5 files changed

Lines changed: 13 additions & 16 deletions

File tree

.changeset/shiny-jokes-matter.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/stale-tires-report.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tough-dingos-own.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/platform/atoms/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
## 1.1.2
22

3+
## 1.6.0
4+
5+
### Minor Changes
6+
7+
- [#23074](https://github.com/calcom/cal.com/pull/23074) [`09cf888`](https://github.com/calcom/cal.com/commit/09cf8885cf5e88fc0911edaf7e43f5c1c2d64923) Thanks [@SomayChauhan](https://github.com/SomayChauhan)! - feat: add send & verify code flow to booker atom when email verification is turned on
8+
9+
- [#23211](https://github.com/calcom/cal.com/pull/23211) [`89a3b77`](https://github.com/calcom/cal.com/commit/89a3b77a1dd0773e6b746b14e72f9a792ac1c43a) Thanks [@SomayChauhan](https://github.com/SomayChauhan)! - feat: added hideEventMetadata prop to the booker atom that controls the visibility of the event metadata sidebar. When `true`, hides the left sidebar containing event details like title, description, duration, and host information.
10+
11+
### Patch Changes
12+
13+
- [#23213](https://github.com/calcom/cal.com/pull/23213) [`40caa82`](https://github.com/calcom/cal.com/commit/40caa82e5592cc17d84dd5e73531d1b376ce187c) Thanks [@Ryukemeister](https://github.com/Ryukemeister)! - This PR fixes `onBookerStateChange` prop not working
14+
315
## 1.5.0
416

517
### Minor Changes

packages/platform/atoms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "module",
55
"description": "Customizable UI components to integrate scheduling into your product.",
66
"authors": "Cal.com, Inc.",
7-
"version": "1.5.0",
7+
"version": "1.6.0",
88
"scripts": {
99
"dev": "yarn vite build --watch & npx tailwindcss -i ./globals.css -o ./globals.min.css --postcss --minify --watch",
1010
"build": "NODE_OPTIONS='--max_old_space_size=12288' rm -rf dist && yarn vite build && npx tailwindcss -i ./globals.css -o ./globals.min.css --postcss --minify && mkdir ./dist/packages/prisma-client && cp -rf ../../../node_modules/.prisma/client/*.d.ts ./dist/packages/prisma-client",

0 commit comments

Comments
 (0)