diff --git a/packages/platform/atoms/CHANGELOG.md b/packages/platform/atoms/CHANGELOG.md index 238c7d1061..9310a77ee5 100644 --- a/packages/platform/atoms/CHANGELOG.md +++ b/packages/platform/atoms/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.1.0 + +### Minor Changes + +- feat: Booker accepts rrHostSubsetIds to specify round robin hosts + ## 2.0.0 ⚠️ This version contains a breaking change ⚠️. Specifically, the tailwind upgrade under major changes. Atoms now use tailwind at version 4, which means that you have to upgrade your project to use tailwind at version 4. diff --git a/packages/platform/atoms/package.json b/packages/platform/atoms/package.json index ea1bc2a524..1fe6e4df1c 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.0.0", + "version": "2.1.0", "repository": { "type": "git", "url": "https://github.com/calcom/cal.com"