fix: changesets release (#22103)

This commit is contained in:
Lauris Skraucis
2025-06-27 14:37:23 +00:00
committed by GitHub
parent e66be23996
commit 61274bc7ef
3 changed files with 8 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@calcom/atoms": patch
---
testing changesets - can ignore this
+2 -1
View File
@@ -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",
+1 -1
View File
@@ -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.