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:
|
silesky
reviewed
Jun 9, 2025
| --- | ||
| '@segment/analytics-core': patch | ||
| '@segment/analytics-next': patch | ||
| '@segment/analytics-node': patch |
Contributor
There was a problem hiding this comment.
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)
silesky
approved these changes
Jul 8, 2025
Merged
aalkhodiry
added a commit
to nayla-finance/analytics-next
that referenced
this pull request
Nov 2, 2025
* Small repo chores (segmentio#1289) * Migrate consent integration tests to Playwright (segmentio#1292) Co-authored-by: Neelkanth Kaushik <nkaushik@segment.com> * 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 <5115498+silesky@users.noreply.github.com> Co-authored-by: Neelkanth Kaushik <nkaushik@segment.com> Co-authored-by: Chenxiang Zhang <44650496+chenxzhang@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Per #1244, this PR exposes
BaseUserTraits.yarn changeset. Read about changesets here).