Release: Updates latest.json and grafana/packages/*/package.json (#20734)

* Update latest.json

* Chore: Changes version to canary

* Chore: Changes version to 6.6.0-pre
This commit is contained in:
Hugo Häggmark
2019-11-28 03:47:48 -08:00
committed by GitHub
parent 75f04c731f
commit 130fb02b17
5 changed files with 11 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/runtime",
"version": "6.4.0-pre",
"version": "6.6.0-pre",
"description": "Grafana Runtime Library",
"keywords": [
"grafana",
@@ -21,8 +21,8 @@
"build": "grafana-toolkit package:build --scope=runtime"
},
"dependencies": {
"@grafana/data": "^6.4.0-alpha",
"@grafana/ui": "^6.4.0-alpha",
"@grafana/data": "^6.6.0-pre",
"@grafana/ui": "^6.6.0-pre",
"systemjs": "0.20.19",
"systemjs-plugin-css": "0.1.37"
},