Skip to content

Commit 8e481f2

Browse files
chore: version packages (calcom#24451)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0e6203a commit 8e481f2

5 files changed

Lines changed: 13 additions & 16 deletions

File tree

.changeset/crazy-spoons-film.md

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

.changeset/eighty-walls-send.md

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

.changeset/lemon-rice-smile.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.11.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
- [#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.
10+
11+
### Patch Changes
12+
13+
- [#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
14+
315
## 1.10.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.10.0",
7+
"version": "1.11.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",

0 commit comments

Comments
 (0)