The Grand Vision
We should properly open source internal dependencies starting with packages/shapes and packages/canvas
Every time we are ready to begin cutting a release for these packages, dependabot spins up and creates a PR in that packages separate standalone repo with the change set. It increments the version and builds the artifacts such as the tarball. Once it passes CI in the target repo, we merge the changes then publish the update to npm with a description of the update
Consider SemVer and tooling that helps maintain good versioning hygiene
The Grand Vision
We should properly open source internal dependencies starting with
packages/shapesandpackages/canvasEvery time we are ready to begin cutting a release for these packages, dependabot spins up and creates a PR in that packages separate standalone repo with the change set. It increments the version and builds the artifacts such as the tarball. Once it passes CI in the target repo, we merge the changes then publish the update to npm with a description of the update
Consider SemVer and tooling that helps maintain good versioning hygiene