This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
grafana
Watch
3
Star
0
Fork
0
You've already forked grafana
mirror of
https://github.com/grafana/grafana.git
synced
2025-02-16 18:34:52 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0bd1a18665
grafana
/
lerna.json
7 lines
108 B
JSON
Raw
Normal View
History
Unescape
Escape
Packages: Use lerna for release orchestration (#17985)
2019-07-09 11:43:54 -05:00
{
"npmClient"
:
"yarn"
,
"useWorkspaces"
:
true
,
Alerting: Fix incorrect decoding for alert rules with % characters (#76148) * fixes incorrect decoding for alert rules with % characters * Patch history package to stop decoding path * Rename rule id extraction function, update tests * Fix patch file * Fix copyFrom parameter encoding * Fix conflict commit * Fix test --------- Co-authored-by: Konrad Lalik <konrad.lalik@grafana.com> Co-authored-by: Sonia Aguilar <soniaaguilarpeiron@gmail.com>
2023-10-19 04:51:52 -05:00
"packages"
:
[
"packages/*"
]
,
Release: Bump version to 10.3.0-pre (#76742) "Release: Updated versions in package to 10.3.0-pre" Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com>
2023-10-18 05:04:03 -05:00
"version"
:
"10.3.0-pre"
Packages: Use lerna for release orchestration (#17985)
2019-07-09 11:43:54 -05:00
}
Reference in New Issue
Copy Permalink