Rename people_and_teams category to people#114
Conversation
🦋 Changeset detectedLatest commit: a61ce8d The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Code Review
This pull request renames the "people_and_teams" category to "people" within the Category enum. A review comment correctly identifies that this modification is a breaking API change and suggests updating the changeset version bump from minor to major to adhere to semantic versioning.
| @@ -0,0 +1,5 @@ | |||
| --- | |||
| "@everipedia/iq-utils": minor | |||
There was a problem hiding this comment.
Renaming an enum value (people_and_teams to people) is a breaking API change. According to Semantic Versioning, this should trigger a major version bump to signal an incompatible API change to consumers of the library. An incorrect version bump can cause issues in downstream projects that rely on this package. Please update this to major.
| "@everipedia/iq-utils": minor | |
| "@everipedia/iq-utils": major |
Summary
people_and_teamscategory enum value topeopleTest plan