Hugo Häggmark 054f908f2d Explore: Fixes Legend overflow in splitted view (#18396) il y a 6 ans
..
grafana-data 66faedfb9d DataFrame: remove dateFormat (#18424) il y a 6 ans
grafana-runtime d8f86834d9 grafana/toolkit: improve CI task (#18189) il y a 6 ans
grafana-toolkit 760aec7d3b e2e tests: Make pageObjects mandatory (#18406) il y a 6 ans
grafana-ui 054f908f2d Explore: Fixes Legend overflow in splitted view (#18396) il y a 6 ans
README.md c32365f424 Packages: Use lerna for release orchestration (#17985) il y a 6 ans
tsconfig.json d6e8129588 Packages: create shared tsconfig.json (#18010) il y a 6 ans

README.md

Grafana frontend packages

Releasing new version

We use Lerna for packages versioning and releases

Manual release

  1. Run 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.
  2. Run packages:build script that will prepare distribution packages.
  3. Run packages:publish to publish new versions
    • add --dist-tag next to publish under next tag
  4. Push version commit

Building individual packages

To build induvidual packages run grafana-toolkit package:build --scope=<ui|toolkit|runtime|data>