It seems like, the lerna plugin just uses lerna version to update all package version. Unfortunately the publish step seem to be still performed without lerna, leading to packages having the same dependencies in the npm version as locally.
This means, dependencies specified to other packages of the mono repo are still file dependencies and not replaced by the new version.
It seems like, the lerna plugin just uses
lerna version
to update all package version. Unfortunately the publish step seem to be still performed without lerna, leading to packages having the same dependencies in the npm version as locally.This means, dependencies specified to other packages of the mono repo are still file dependencies and not replaced by the new version.
https://github.com/ioBroker/ioBroker.admin/tree/d254de059b57d4a9e8205db235a2a7340f6847f7