We use Lerna for packages versioning and releases
packages:prepare script from root directory. This will perform cleanup, run all tests and bump version for all packages. Also, it will create @packages@[version] tag and version bump commit with Packages: publish [version] message.packages:build script that will prepare distribution packages.packages:publish to publish new versions
--dist-tag next to publish under next tagTo build induvidual packages run grafana-toolkit package:build --scope=<ui|toolkit|runtime|data>