mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2026-01-30 06:12:05 +00:00
fix: remove invalid empty version fields from workspace packages
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>
This commit is contained in:
@@ -28,9 +28,5 @@
|
||||
"node": ">=18"
|
||||
},
|
||||
"keywords": ["ai", "grok", "x.ai", "cli", "language-model", "provider"],
|
||||
"files": ["dist/**/*", "README.md"],
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"version": ""
|
||||
"files": ["dist/**/*", "README.md"]
|
||||
}
|
||||
|
||||
@@ -24,6 +24,5 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"tsup": "^8.5.0"
|
||||
},
|
||||
"version": ""
|
||||
}
|
||||
}
|
||||
|
||||
@@ -45,6 +45,5 @@
|
||||
},
|
||||
"files": ["src", "README.md", "CHANGELOG.md"],
|
||||
"keywords": ["task-management", "typescript", "ai", "prd", "parser"],
|
||||
"author": "Task Master AI",
|
||||
"version": ""
|
||||
"author": "Task Master AI"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user