help to increase version of affected package #758
-
hi I'm creating a little mono repo of ui libraries. but when I do nx says there are not affected packages my repo is public so you can see the main and the head in the following link thanks for the help |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @bolanosdev, I think the issue is due to the absence of "version" target defined for the projects. You probably need to create a project.json file for all the releasable projects with a "version" target defined, or even better, you could use the inference plugin API to dynamically add the "version" target to your releasable projects. |
Beta Was this translation helpful? Give feedback.
-
I'm going to mark it as answered, reach me here if my suggestion doesn't work. |
Beta Was this translation helpful? Give feedback.
Hi @bolanosdev, I think the issue is due to the absence of "version" target defined for the projects. You probably need to create a project.json file for all the releasable projects with a "version" target defined, or even better, you could use the inference plugin API to dynamically add the "version" target to your releasable projects.