config.json 299 B

12345678910
  1. {
  2. "$schema": "https://unpkg.com/@changesets/config@2.0.0/schema.json",
  3. "changelog": ["@changesets/changelog-github", { "repo": "livekit/livekit-react" }],
  4. "commit": false,
  5. "fixed": [],
  6. "linked": [],
  7. "access": "public",
  8. "baseBranch": "master",
  9. "updateInternalDependencies": "patch"
  10. }