tpmjs/.changeset/config.json
2025-11-25 22:00:53 +10:00

19 lines
403 B
JSON

{
"$schema": "https://unpkg.com/@changesets/config@3.0.3/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": [
"@tpmjs/config",
"@tpmjs/storybook",
"@tpmjs/web"
],
"privatePackages": {
"version": false,
"tag": false
}
}