Skip to content

v0.12.46

Choose a tag to compare

@gxjansen gxjansen released this 31 Jul 23:25
d0d58a7

Patch Changes

  • b2b0f1c: Export the people-link types from the root barrel.

    ActorCard, ProjectMemberCard, ProjectMemberView, ProjectRole, and PROJECT_ROLES shipped in 0.12.45 defined but not re-exported. They appear in the signatures of exported interfaces -- ProfileProject.members is ProjectMemberCard[], ProjectView.members is ProjectMemberView[] -- so a consumer could hold the values but never name the types.

    Nothing caught it because the barrel tests only covered fetchers and hooks. src/index.test.ts now asserts each of these is nameable.