mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2026-01-30 06:12:05 +00:00
Removes `"version": ""` from internal workspace packages to fix changesets validation errors. These private packages don't need explicit version fields as they use workspace protocol. Fixes validation errors: - Package "task-master-ai" must depend on the current version of "@tm/ai-sdk-provider-grok-cli": "" vs "*" - Package "task-master-ai" must depend on the current version of "@tm/cli": "" vs "*" - Package "@tm/cli" must depend on the current version of "@tm/core": "" vs "*" - Package "extension" must depend on the current version of "@tm/core": "" vs "*" - Package "@tm/mcp" must depend on the current version of "@tm/core": "" vs "*" 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>