Easier Way to Update Version for Connected Components?

This topic was automatically generated from Slack. You can find the original thread here.

there’s gotta be an easier way to do this, I only created a single new component but I have to manually increment 15 other components versions

I propose a pd cli tool for incrementing all dependents. Something like

pd increment package.json

which would increment all dependents of that file by 1 on the PATCH version

Any file that references that particular file would have it’s patch version incremented by 1

Hey , totally feel your pain. We have an open ticket to address that!