revert: restore @contentstack/cli version to 1.67.0 - #2702
Conversation
Final version bump to 2.0.0 will be done as the last step before merging development into main. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
🔒 Security Scan Results
⏱️ SLA Breach Summary
ℹ️ Vulnerabilities Without Available Fixes (Informational Only)The following vulnerabilities were detected but do not have fixes available (no upgrade or patch). These are excluded from failure thresholds:
✅ BUILD PASSED - All security checks passed |
Replace 2.0.0-beta.X ranges with matching v1 versions from v1-legacy for all shared packages. cli-bulk-operations left at ^2.0.0-beta.5 as it has no v1 equivalent. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
🔒 Security Scan Results
⏱️ SLA Breach Summary
ℹ️ Vulnerabilities Without Available Fixes (Informational Only)The following vulnerabilities were detected but do not have fixes available (no upgrade or patch). These are excluded from failure thresholds:
✅ BUILD PASSED - All security checks passed |
Summary
Reverts the
@contentstack/cliversion inpackages/contentstack/package.jsonfrom2.0.0back to1.67.0.The GA version bump was applied in
ffc245eaebut the corresponding dependency range update was reverted inf3c69a827, leaving the package at2.0.0with beta dep ranges — an inconsistent state. This restores1.67.0so the version stays aligned with what is currently published on npm.The final version bump (
1.67.0→2.0.0with all dep ranges updated to2.0.0) will be done as a dedicated commit immediately before mergingdevelopmentintomain.Changes
packages/contentstack/package.json:"version": "2.0.0"→"version": "1.67.0"