For versioning and publishing the package,
changesets is used. After the
implementation of all needed changes, the following command should be executed
to see the changes:
pnpm changesetThen:
pnpm changeset versionAttention: In Changesets the problem with file formatting is not fixed. Potentially, you will need to execute
pnpm prettier
You need to publish everything from the CI branch and main branch. New packages will be published automatically.