components.json's meta.version, cli/package.json, gallery/package.json, and the README badge all carry an independent version string, and the existing check-version-sync.js only guards one pairing.
Worth extending the check to all four, or generating the others from meta.version at release time.
components.json's
meta.version, cli/package.json, gallery/package.json, and the README badge all carry an independent version string, and the existing check-version-sync.js only guards one pairing.Worth extending the check to all four, or generating the others from
meta.versionat release time.