Skip to content

test 3.0.0#1264

Merged
rmi22186 merged 1 commit into
mainfrom
worktree-version-bump-3.0.0
May 14, 2026
Merged

test 3.0.0#1264
rmi22186 merged 1 commit into
mainfrom
worktree-version-bump-3.0.0

Conversation

@rmi22186

Copy link
Copy Markdown
Member

Summary

  • Test PR bumping the SDK version string in dist/mparticle.js from 2.68.0 to 3.0.0.

Test plan

  • Verify dist/mparticle.js reports sdkVersion: "3.0.0" at runtime.

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@rmi22186 rmi22186 requested a review from a team as a code owner May 14, 2026 18:12
@cursor

cursor Bot commented May 14, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Only updates the embedded version string in the built dist/mparticle.js, with no functional logic changes; risk is limited to any downstream tooling that keys off the version number.

Overview
Bumps the SDK version constant in the compiled dist/mparticle.js output from 2.68.0 to 3.0.0, so runtime-reported Constants.sdkVersion/SDKVersion reflects the new major version.

Reviewed by Cursor Bugbot for commit ebc7fe7. Bugbot is set up for automated code reviews on this repo. Configure here.

@sonarqubecloud

Copy link
Copy Markdown

@rmi22186 rmi22186 merged commit 9d5c91b into main May 14, 2026
13 of 20 checks passed

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit ebc7fe7. Configure here.

Comment thread dist/mparticle.js
};

var version = "2.68.0";
var version = "3.0.0";

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version bumped in only one of three dist files

High Severity

The version string is updated to "3.0.0" only in dist/mparticle.js, while dist/mparticle.common.js and dist/mparticle.esm.js both still report "2.68.0". Additionally, package.json remains at "2.68.0", which is the source of truth used by src/constants.ts. Consumers using CommonJS or ESM bundles will see a different SDK version than those using the UMD bundle, causing inconsistent telemetry and potential debugging confusion.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit ebc7fe7. Configure here.

@rmi22186 rmi22186 deleted the worktree-version-bump-3.0.0 branch May 14, 2026 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant