diff --git a/.changeset/rude-candies-scream.md b/.changeset/rude-candies-scream.md deleted file mode 100644 index bea637fc95..0000000000 --- a/.changeset/rude-candies-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@calcom/atoms": minor ---- - -feat: Booker accepts rrHostSubsetIds to specify round robin hosts diff --git a/packages/platform/atoms/CHANGELOG.md b/packages/platform/atoms/CHANGELOG.md index 9310a77ee5..830bd8f1a0 100644 --- a/packages/platform/atoms/CHANGELOG.md +++ b/packages/platform/atoms/CHANGELOG.md @@ -1,5 +1,11 @@ ## 2.1.0 +## 2.2.0 + +### Minor Changes + +- [#25819](https://github.com/calcom/cal.com/pull/25819) [`b4e773d`](https://github.com/calcom/cal.com/commit/b4e773da69ee2ad57d8fa22e780232af8e1c7637) Thanks [@supalarry](https://github.com/supalarry)! - feat: Booker accepts rrHostSubsetIds to specify round robin hosts + ### Minor Changes - feat: Booker accepts rrHostSubsetIds to specify round robin hosts diff --git a/packages/platform/atoms/package.json b/packages/platform/atoms/package.json index 3f4474bab9..ab1bcb8744 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": "2.1.0", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/calcom/cal.com"