From a48a1bd5d8e80ffbe5d2b86b148aa2a8909781a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 14:12:00 +0000 Subject: [PATCH] chore: version packages (#24062) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/ninety-colts-search.md | 5 ----- packages/platform/atoms/CHANGELOG.md | 6 ++++++ packages/platform/atoms/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/ninety-colts-search.md diff --git a/.changeset/ninety-colts-search.md b/.changeset/ninety-colts-search.md deleted file mode 100644 index 111894b687..0000000000 --- a/.changeset/ninety-colts-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@calcom/atoms": minor ---- - -Reduced bundle size by removing unnecessary types diff --git a/packages/platform/atoms/CHANGELOG.md b/packages/platform/atoms/CHANGELOG.md index ff2b9a157f..edce99f3ef 100644 --- a/packages/platform/atoms/CHANGELOG.md +++ b/packages/platform/atoms/CHANGELOG.md @@ -1,5 +1,11 @@ ## 1.1.2 +## 1.10.0 + +### Minor Changes + +- [#24001](https://github.com/calcom/cal.com/pull/24001) [`752cfa6`](https://github.com/calcom/cal.com/commit/752cfa6bf98a826e8f49a590c8b0e70c9007ebfc) Thanks [@ThyMinimalDev](https://github.com/ThyMinimalDev)! - Reduced bundle size by removing unnecessary types + ## 1.9.0 ### Minor Changes diff --git a/packages/platform/atoms/package.json b/packages/platform/atoms/package.json index b186b9a734..7b74d8c40b 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.9.0", + "version": "1.10.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",