In migration to pnpm we changed to use workspace version specifiers to manage dependencies centrally. This brings some challenge to our publishing story.
The version specifiers are replaced by real versions when we pack the packages via pnpm pack
. We would like to reduce code churn to package.json files if not necessary.
If we
not auto-bumping package versions after releases. Only bumping versions when needed (minor if features are added, or major if breaking)