Torkel Ödegaard 7ca77b8a98 Calcs: Fixed calc reducer (#18998) 6 years ago
..
grafana-data 7ca77b8a98 Calcs: Fixed calc reducer (#18998) 6 years ago
grafana-runtime 7520ebadac Refactor: move ScopedVars to grafana/data (#18992) 6 years ago
grafana-toolkit 205c0a58ac grafana/toolkit: Add default mock for stylesheet imports for Jest (#18955) 6 years ago
grafana-ui f2ca3abf07 AlphaNotice: replaced big popover tooltip with native tooltip (#18997) 6 years ago
README.md c32365f424 Packages: Use lerna for release orchestration (#17985) 6 years ago
tsconfig.json d6e8129588 Packages: create shared tsconfig.json (#18010) 6 years ago

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>