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",