Hi I’m wondering if anyone has a good pattern for unpublishing outdated components.
Scenario
❖ Button v1.0
is rebuilt as a new component ❖ Button v2.0
.
Button v1.0
name and description are updated to indicate that there is newer version eg Button v1.0 (old)
and the component is published.
If I unpublish the component now, any clients that haven’t accepted the update yet will not get the update at all.
Anyone have pattern for dealing with this type of scenario?