We've just upgraded to `@ctrl/tinycolor@4.0.1` and yarn started giving: `warning Workspaces can only be enabled in private projects.` Looking into the package.json of the new release, it is marked like a monorepo: ```json { ... "workspaces": [ "demo" ], ... } ```