diff --git a/.changeset/spicy-things-act.md b/.changeset/spicy-things-act.md new file mode 100644 index 0000000000..b6eaa7498a --- /dev/null +++ b/.changeset/spicy-things-act.md @@ -0,0 +1,5 @@ +--- +"@calcom/atoms": patch +--- + +testing changesets - can ignore this diff --git a/package.json b/package.json index 6f4448889d..2ced812a3f 100644 --- a/package.json +++ b/package.json @@ -80,8 +80,9 @@ "docker-build-api": "docker build -t cal-api -f ./infra/docker/api/Dockerfile .", "docker-run-api": "docker run -p 80:80 cal-api", "docker-stop-api": "docker ps --filter 'ancestor=cal-api' -q | xargs docker stop", + "changesets-add": "yarn changeset add", "changesets-version": "yarn changeset version", - "changesets-release": "turbo run build && yarn changeset publish" + "changesets-release": "turbo run build --filter=@calcom/atoms && yarn changeset publish" }, "devDependencies": { "@changesets/changelog-github": "^0.5.1", diff --git a/packages/platform/atoms/README.md b/packages/platform/atoms/README.md index 3d637498d7..69d5a8b828 100644 --- a/packages/platform/atoms/README.md +++ b/packages/platform/atoms/README.md @@ -3,7 +3,7 @@ Customizable UI components to integrate scheduling into your services. ### Support Currently supports React 18, React 19, Next 14 and Next 15. -### Changelog +### Changelog 1. Changelog can be viewed [here](https://github.com/calcom/cal.com/blob/main/packages/platform/atoms/CHANGELOG.md). 2. For upcoming changes in the next release click [here](https://github.com/calcom/cal.com/pulls?q=is%3Apr+is%3Aopen+%22chore%3A+version+packages%22+in%3Atitle) to see a pull request titled `chore: version packages` containing next release changes.