-
Notifications
You must be signed in to change notification settings - Fork 262
Bump Version 0.8.53 #1031
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
Bump Version 0.8.53 #1031
Conversation
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.
Pull request overview
This PR bumps the Clarity monorepo version from 0.8.52 to 0.8.53. However, it also includes incomplete changes to the bump-version script that introduces a critical bug by removing necessary module resolution code while still using the removed variables.
Changes:
- Version bumped from 0.8.52 to 0.8.53 across all packages and configuration files
- Modified bump-version.ts script with incomplete ESM to CommonJS conversion
- Updated bump-version npm script to use CommonJS compiler options with ts-node
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| packages/clarity-js/src/core/version.ts | Source of truth version updated to 0.8.53 |
| packages/clarity-js/package.json | Package version updated to 0.8.53 |
| packages/clarity-decode/package.json | Package version and clarity-js dependency updated to 0.8.53 |
| packages/clarity-visualize/package.json | Package version and clarity-decode dependency updated to 0.8.53 |
| packages/clarity-devtools/package.json | Package version and all three dependency versions updated to 0.8.53 |
| packages/clarity-devtools/static/manifest.json | Chrome extension version and version_name updated to 0.8.53 |
| lerna.json | Lerna version updated to 0.8.53 |
| package.json | Root package version updated to 0.8.53; bump-version script modified to use CommonJS compiler options |
| scripts/bump-version.ts | Import statements modified and __dirname/__filename definitions removed, but __dirname still used causing a critical bug |
c48088b to
9bcdbd6
Compare
9bcdbd6 to
c524e07
Compare
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.
Pull request overview
Copilot reviewed 8 out of 8 changed files in this pull request and generated no new comments.
No description provided.