-
Notifications
You must be signed in to change notification settings - Fork 155
Expose BaseUserTraits #1306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose BaseUserTraits #1306
Conversation
🦋 Changeset detectedLatest commit: a3c8b8f The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
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 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1306 +/- ##
=======================================
Coverage 82.87% 82.87%
=======================================
Files 225 225
Lines 6019 6019
Branches 1365 1365
=======================================
Hits 4988 4988
Misses 1031 1031
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
.changeset/metal-beds-shout.md
Outdated
| --- | ||
| '@segment/analytics-core': patch | ||
| '@segment/analytics-next': patch | ||
| '@segment/analytics-node': patch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: The only package that you need to explicitly reference is core here, all dependent package will be bumped automatically by changesets. (cool, I know)
* Small repo chores (segmentio#1289) * Migrate consent integration tests to Playwright (segmentio#1292) Co-authored-by: Neelkanth Kaushik <[email protected]> * Fix jira automation (segmentio#1301) * Update Node.js version to ^20 across the repository (segmentio#1307) * Expose BaseUserTraits (segmentio#1306) * change to minor release (segmentio#1310) * Version Packages (segmentio#1309) * Update to use new signals specification (segmentio#1311) * Move signals packages out of repo (segmentio#1315) * Add architecture documentation (segmentio#1319) * Update dependencies for snyk issues (segmentio#1321) * Remove github signals docs folder (segmentio#1322) * Fix filtering of non-consented device mode integrations (segmentio#1328) * Version Packages (segmentio#1329) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update RELEASING.md on how to rotate npm tokens (segmentio#1330) --------- Co-authored-by: Seth Silesky <[email protected]> Co-authored-by: Neelkanth Kaushik <[email protected]> Co-authored-by: Chenxiang Zhang <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Per #1244, this PR exposes
BaseUserTraits.yarn changeset. Read about changesets here).