You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix CLI version detection to use package.json instead of constant
- Replace CLI_KIT_VERSION constant with cliVersion() function
- Read version dynamically from package.json at runtime
- Add isMajorVersionChange helper function
- Remove bin/update-cli-kit-version.js (no longer needed)
- Update .github/workflows/release.yml validation message
- Update bin/release to remove update-cli-kit-version.js call
- Update package.json changeset-manifests script
- Update all imports across the codebase
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments