diff --git a/.changeset/tough-mugs-design.md b/.changeset/tough-mugs-design.md deleted file mode 100644 index 3e0d8876d833ea..00000000000000 --- a/.changeset/tough-mugs-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@calcom/atoms": minor ---- - -bundle fonts to fix atoms in non-next apps diff --git a/packages/platform/atoms/CHANGELOG.md b/packages/platform/atoms/CHANGELOG.md index 5ac6a3dea7c820..caaba58968085a 100644 --- a/packages/platform/atoms/CHANGELOG.md +++ b/packages/platform/atoms/CHANGELOG.md @@ -1,5 +1,11 @@ ## 1.1.2 +## 1.2.0 + +### Minor Changes + +- [#22886](https://github.com/calcom/cal.com/pull/22886) [`fb36497`](https://github.com/calcom/cal.com/commit/fb364971fadc1a6796e739956200f12af74e565c) Thanks [@supalarry](https://github.com/supalarry)! - bundle fonts to fix atoms in non-next apps + ### 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 diff --git a/packages/platform/atoms/package.json b/packages/platform/atoms/package.json index 62c06b5e5d3add..8e5b4b60a2e8fd 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.2", + "version": "1.2.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 && mkdir ./dist/packages/prisma-client && cp -rf ../../../node_modules/.prisma/client/*.d.ts ./dist/packages/prisma-client",