You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(packages): pin internal robotcode dependencies to exact version
Updating a single robotcode package now pulls the matching versions of
its robotcode dependencies along with it. Previously the inter-package
dependencies were unconstrained, so upgrading one package could leave
its siblings on an older release and break the installation.
The pins are kept in sync automatically on each release.
0 commit comments