diff --git a/.changeset/fresh-rivers-glow.md b/.changeset/fresh-rivers-glow.md deleted file mode 100644 index e7642f9315a30a..00000000000000 --- a/.changeset/fresh-rivers-glow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@calcom/atoms": patch ---- - -Fixes an issues for the Booker atom wherein when multiple widgets were being placed on the same page, changes made in one widget would also get reflected in the others. - diff --git a/packages/platform/atoms/CHANGELOG.md b/packages/platform/atoms/CHANGELOG.md index 08d5b88f13de21..8d916eb32adc0f 100644 --- a/packages/platform/atoms/CHANGELOG.md +++ b/packages/platform/atoms/CHANGELOG.md @@ -1,5 +1,11 @@ ## 1.1.2 +## 1.3.1 + +### Patch Changes + +- [#22925](https://github.com/calcom/cal.com/pull/22925) [`4c01f17`](https://github.com/calcom/cal.com/commit/4c01f171aebcc5a64453c27e950303902cc15309) Thanks [@sean-brydon](https://github.com/sean-brydon)! - Fixes an issues for the Booker atom wherein when multiple widgets were being placed on the same page, changes made in one widget would also get reflected in the others. + ## 1.3.0 ### Minor Changes diff --git a/packages/platform/atoms/package.json b/packages/platform/atoms/package.json index 2a6d6b24b5e1a9..ca09300ab3720a 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.3.0", + "version": "1.3.1", "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",