We've been looking for an alternative to changesets since it seems stagnant, but a big issue we keep running into is that catalog versions aren't detected as changes.
We use them to keep versions in sync between our internal packages on our monorepo.
We use pnpm-workspace catalogs as follows:
catalog:
"@somePackage": ^0.10.0
and in the package.json
"@somePackage": "workspace:*",
If we update the version of the catalog, bumpy doesn't detect the changes in the actual package if I run 'bumpy add'.
Is this a feature you would consider supporting?
https://pnpm.io/catalogs
Thanks already for the very cool package! Looks great!
We've been looking for an alternative to changesets since it seems stagnant, but a big issue we keep running into is that catalog versions aren't detected as changes.
We use them to keep versions in sync between our internal packages on our monorepo.
We use pnpm-workspace catalogs as follows:
and in the package.json
"@somePackage": "workspace:*",If we update the version of the catalog, bumpy doesn't detect the changes in the actual package if I run 'bumpy add'.
Is this a feature you would consider supporting?
https://pnpm.io/catalogs
Thanks already for the very cool package! Looks great!