diff --git a/.changeset/dull-carpets-help.md b/.changeset/dull-carpets-help.md deleted file mode 100644 index 1227871c66386d..00000000000000 --- a/.changeset/dull-carpets-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@calcom/atoms": patch ---- - -Added new startTime prop to the Booker component that allows users to decide the first available date when the booker loads diff --git a/.changeset/short-foxes-crash.md b/.changeset/short-foxes-crash.md deleted file mode 100644 index a7b452fe8f5297..00000000000000 --- a/.changeset/short-foxes-crash.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@calcom/atoms": patch ---- - -This change fixes an issue in the CalendarSettings atom where the redirect urls were getting only one search param - diff --git a/.changeset/twenty-comics-join.md b/.changeset/twenty-comics-join.md deleted file mode 100644 index 6c84da25c63873..00000000000000 --- a/.changeset/twenty-comics-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@calcom/atoms": patch ---- - -This change fixes date overrides breaking for availability settings atom diff --git a/packages/platform/atoms/CHANGELOG.md b/packages/platform/atoms/CHANGELOG.md index fc10b79368ad3e..5ac6a3dea7c820 100644 --- a/packages/platform/atoms/CHANGELOG.md +++ b/packages/platform/atoms/CHANGELOG.md @@ -1,4 +1,12 @@ -## 1.0.114 +## 1.1.2 + +### Patch Changes + +- [#22731](https://github.com/calcom/cal.com/pull/22731) [`ef66187`](https://github.com/calcom/cal.com/commit/ef6618743d5c1367fadf7b98cf15f7ba829535e3) Thanks [@devin-ai-integration](https://github.com/apps/devin-ai-integration)! - Added new startTime prop to the Booker component that allows users to decide the first available date when the booker loads + +- [#22815](https://github.com/calcom/cal.com/pull/22815) [`dc967cf`](https://github.com/calcom/cal.com/commit/dc967cffbecdf573aa48777ca7a245a6e633356c) Thanks [@Ryukemeister](https://github.com/Ryukemeister)! - This change fixes an issue in the CalendarSettings atom where the redirect urls were getting only one search param + +- [#22701](https://github.com/calcom/cal.com/pull/22701) [`babd514`](https://github.com/calcom/cal.com/commit/babd514c64d0a4b8e05a46619808f201d3e8b0a5) Thanks [@Ryukemeister](https://github.com/Ryukemeister)! - This change fixes date overrides breaking for availability settings atom ## 1.1.0 diff --git a/packages/platform/atoms/package.json b/packages/platform/atoms/package.json index a05191c5316c37..79001e107df085 100644 --- a/packages/platform/atoms/package.json +++ b/packages/platform/atoms/package.json @@ -4,7 +4,7 @@ "type": "module", "description": "Customizable UI components to integrate scheduling into your product.", "authors": "Cal.com, Inc.", - "version": "1.1.0", + "version": "1.1.2", "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 && mkdir ./dist/packages/prisma-client && cp -rf ../../../node_modules/.prisma/client/*.d.ts ./dist/packages/prisma-client",