mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
Merge pull request #15604 from grafana/grafanaui/version-bump
grafana/ui 6.0.0-alpha.0 release version bump
This commit is contained in:
commit
c4c150bd15
@ -1,4 +1,6 @@
|
|||||||
# 1.0.0-alpha.0 (2019-02-21)
|
# 6.0.0-alpha.0 (2019-02-22)
|
||||||
|
Version update to 6.0.0 to keep @grafana/ui version in sync with [Grafana](https://github.com/grafana/grafana)
|
||||||
|
|
||||||
|
# 1.0.0-alpha.0 (2019-02-21)
|
||||||
First public release
|
First public release
|
||||||
|
|
||||||
|
@ -11,3 +11,7 @@ See [package source](https://github.com/grafana/grafana/tree/master/packages/gra
|
|||||||
`yarn add @grafana/ui`
|
`yarn add @grafana/ui`
|
||||||
|
|
||||||
`npm install @grafana/ui`
|
`npm install @grafana/ui`
|
||||||
|
|
||||||
|
## Versioning
|
||||||
|
To limit the confusion related to @grafana/ui and Grafana versioning we decided to keep the major version in sync between those two.
|
||||||
|
This means, that first version of @grafana/ui is taged with 6.0.0-alpha.0 to keep version in sync with Grafana 6.0 release.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@grafana/ui",
|
"name": "@grafana/ui",
|
||||||
"version": "1.0.0-alpha.0",
|
"version": "6.0.0-alpha.0",
|
||||||
"description": "Grafana Components Library",
|
"description": "Grafana Components Library",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"typescript",
|
"typescript",
|
||||||
|
Loading…
Reference in New Issue
Block a user