I have a foundational library (A) utilized for constructing the design system library (B).
Recently, I implemented modifications in Library A and published the updates. Subsequently, I observed that Library B received the updates, prompting me to synchronize all the changes from Library A to Library B. Which I have synced.
Now, Library B serves as the primary library for my team, and they have exclusively enabled Library B in their projects. However, an issue has surfaced wherein they are receiving updates from both Library A and Library B. I am uncertain whether this is an intentional behavior or if it signifies a potential bug.
How can same changes be shown twice for update as they are already addressed in Library B. And other point is that why they are receiving the update from library which they have not enabled.