Uh oh!
There was an error while loading. Please reload this page.
chore: Update version to 6.1.0 - #69
Merged
Merged
Conversation
nickolas-dimitrakasforce-pushed
the
chore/update-version-to-6.1.0
branch
from
August 5, 2026 15:18
309f035 to
8bd3210Comparenickolas-dimitrakas
changed the base branch from
master-v6
to
chore/braze-recommended-ecommerce-bundleAugust 5, 2026 15:18
nickolas-dimitrakasforce-pushed
the
chore/update-version-to-6.1.0
branch
from
August 5, 2026 15:31
8bd3210 to
3dcde2bCompare
Base automatically changed from
chore/braze-recommended-ecommerce-bundle to
master-v6August 5, 2026 15:41
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
rmi22186force-pushed
the
chore/update-version-to-6.1.0
branch
from
August 5, 2026 15:41
3dcde2b to
0744ff1CompareUh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
Releases the opt-in Braze recommended eCommerce forwarding added in #66.
Follows the same shape as #65:
CHANGELOG.md,package.json,package-lock.jsonand theversionconstant insrc/BrazeKit-dev.js.6.1.0rather than a patch because the feature is new and additive. It is opt-in via Use eCommerce Recommended Events on the Braze connection, so behavior is unchanged for existing customers until they enable it.Why this is a separate PR
The deploy workflow gates on
EndBug/version-checkand fails ifpackage.jsonhas not changed.6.0.0is already published, so merging #66 on its own would publish nothing.Merge order
Consumer requirements
@mparticle/web-braze-kitPartners using the CDN snippet pick this up automatically once the platform serves the new kit bundle; no change on their side.