-
-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Versioning of plugins vs CLI #139
Comments
Right now we are using independent mode from lerna so yes #120 |
So are there two separate version numbers (one for plugins and one for the CLI), or does every plugin have its own separate version number? For babel-standalone, how should I version the Babili releases? Right now for Babel release I'm getting the maximum version number of all the |
https://github.com/lerna/lerna#how-it-works Right now each package in Maybe we should look into updating the cli/preset each time any of the plugins update (or switch back to the other mode like in babel) |
Yeah I think it's advantageous to have one version number for Babili. Every plugin having its own version number is a bit confusing 😄 |
Not much expertise on babel* yet. but in general having separate versioning does have its own advantages, and I prefer this in general. My 2 cents. There is a case for updating versions synchronously. |
Is the CLI versioned separately to the plugins? As an example,
babel-plugin-minify-dead-code-elimination
was changed more recently thanbabili
, yetbabel-plugin-minify-dead-code-elimination
in the repo has a version number of 0.0.1 whilebabili
has 0.0.4.The text was updated successfully, but these errors were encountered: