chore: version packages (#24451)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-10-19 08:33:07 -03:00
committed by GitHub
co-authored by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
parent 0e6203ac3c
commit 8e481f2921
5 changed files with 13 additions and 16 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"@calcom/atoms": patch
---
This PR adds dry run behaviour for date overrides in the `AvailabilitySettings` atom
-5
View File
@@ -1,5 +0,0 @@
---
"@calcom/atoms": minor
---
This PR adds ability to display bookings of a user event for calendar view atom
-5
View File
@@ -1,5 +0,0 @@
---
"@calcom/atoms": minor
---
This PR adds an atom to list a user's schedule. Furthermore, there was also another atom introduced which can be used to create a new schedule for a user.
+12
View File
@@ -1,5 +1,17 @@
## 1.1.2
## 1.11.0
### Minor Changes
- [#24010](https://github.com/calcom/cal.com/pull/24010) [`09ee39a`](https://github.com/calcom/cal.com/commit/09ee39a3d8602e2c1000b5bb12f64d843c77e97a) Thanks [@Ryukemeister](https://github.com/Ryukemeister)! - This PR adds ability to display bookings of a user event for calendar view atom
- [#24205](https://github.com/calcom/cal.com/pull/24205) [`0757b00`](https://github.com/calcom/cal.com/commit/0757b00db754814a8c1017bc9cf83064bb6bbe45) Thanks [@Ryukemeister](https://github.com/Ryukemeister)! - This PR adds an atom to list a user's schedule. Furthermore, there was also another atom introduced which can be used to create a new schedule for a user.
### Patch Changes
- [#24464](https://github.com/calcom/cal.com/pull/24464) [`ec3656e`](https://github.com/calcom/cal.com/commit/ec3656e646dd0fde90e4e604b3c87c23b01402a9) Thanks [@Ryukemeister](https://github.com/Ryukemeister)! - This PR adds dry run behaviour for date overrides in the `AvailabilitySettings` atom
## 1.10.0
### Minor Changes
+1 -1
View File
@@ -4,7 +4,7 @@
"type": "module",
"description": "Customizable UI components to integrate scheduling into your product.",
"authors": "Cal.com, Inc.",
"version": "1.10.0",
"version": "1.11.0",
"scripts": {
"dev": "yarn vite build --watch & npx tailwindcss -i ./globals.css -o ./globals.min.css --postcss --minify --watch",
"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",