This reverts internal package versions in package.json back to values that Lerna says should be used to link internal packages.
I don't know why this happened, but the internal package versions that should be "*" were replaced with more typical "^7.0.0" after releasing v7.0.0. This hasn't typically happened when cutting releases.
This reverts internal package versions in package.json back to values that Lerna says should be used to link internal packages.
I don't know why this happened, but the internal package versions that should be
"*"
were replaced with more typical"^7.0.0"
after releasing v7.0.0. This hasn't typically happened when cutting releases.