Answer the question
In order to leave comments, you need to log in
What part of the version to change during major updates of internal dependencies?
Good day! There is a module that connects to projects. Let's say the stable version at the moment is 1.2.5.
We go into package.json, we see that one of the dependencies is outdated, we update its version (for example, React 12.0.0 -> React 16.9.0 - the difference is 4 Major versions). At the same time, we do not touch the code of our module, nothing breaks, everything is "ok".
What version of our module should be now? 1.2.6? 1.3.0? 2.0.0?
Thanks
Answer the question
In order to leave comments, you need to log in
At the same time, we do not touch the code of our module, nothing breaks, everything is "ok".
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question