From 3437c4331da892bd77afaea84be2db196543a207 Mon Sep 17 00:00:00 2001 From: Lauris Skraucis Date: Mon, 30 Jun 2025 09:22:09 +0200 Subject: [PATCH] fix: changesets atoms size (#22134) * fix: changesets atoms npm package size * test changesets entry --- .changeset/five-zebras-tease.md | 5 +++++ packages/platform/atoms/README.md | 2 +- turbo.json | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .changeset/five-zebras-tease.md diff --git a/.changeset/five-zebras-tease.md b/.changeset/five-zebras-tease.md new file mode 100644 index 0000000000..d0293681aa --- /dev/null +++ b/.changeset/five-zebras-tease.md @@ -0,0 +1,5 @@ +--- +"@calcom/atoms": patch +--- + +ignore this test log diff --git a/packages/platform/atoms/README.md b/packages/platform/atoms/README.md index 69d5a8b828..a44a324b0c 100644 --- a/packages/platform/atoms/README.md +++ b/packages/platform/atoms/README.md @@ -13,6 +13,6 @@ Currently supports React 18, React 19, Next 14 and Next 15. 3. Some of the versions are suffixed e.g. `1.0.102-framer` and are intended for isolated use cases, so you most probably want to use version without any suffix e.g. `1.0.103`. -### Documentation +### Documentation Documentation on how to get started with platform solution is [here](https://cal.com/docs/platform/quickstart) and list of atoms can be viewed [here](https://cal.com/docs/platform/atoms/cal-provider) diff --git a/turbo.json b/turbo.json index 2497c466ef..8c3aece83e 100644 --- a/turbo.json +++ b/turbo.json @@ -68,6 +68,9 @@ "cache": false, "dependsOn": [] }, + "@calcom/atoms#build": { + "outputs": ["dist/**", "globals.min.css"] + }, "@calcom/api-v2#build": { "dependsOn": ["^build"], "env": [