next version 6.7.0 (#21617)

* next version 6.7.0

* updates grafana/toolkit and co

* Verison: manually fixed version
This commit is contained in:
Leonard Gram
2020-01-21 15:15:38 +01:00
committed by GitHub
parent e8be2bbbec
commit 4a1f993fd1
7 changed files with 15 additions and 15 deletions

View File

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