release 6.6.1

This commit is contained in:
Alexander Zobnin
2020-02-06 12:53:10 +03:00
parent 64568a1938
commit dcb8beecb1
7 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/*"],
"version": "6.6.0"
"version": "6.6.1"
}
+1 -1
View File
@@ -3,7 +3,7 @@
"license": "Apache-2.0",
"private": true,
"name": "grafana",
"version": "6.6.0",
"version": "6.6.1",
"repository": {
"type": "git",
"url": "http://github.com/grafana/grafana.git"
+1 -1
View File
@@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/data",
"version": "6.6.0",
"version": "6.6.1",
"description": "Grafana Data Library",
"keywords": [
"typescript"
+1 -1
View File
@@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/e2e",
"version": "6.6.0",
"version": "6.6.1",
"description": "Grafana End to End Test Library",
"keywords": [
"grafana",
+3 -3
View File
@@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/runtime",
"version": "6.6.0",
"version": "6.6.1",
"description": "Grafana Runtime Library",
"keywords": [
"grafana",
@@ -21,8 +21,8 @@
"build": "grafana-toolkit package:build --scope=runtime"
},
"dependencies": {
"@grafana/data": "6.6.0",
"@grafana/ui": "6.6.0",
"@grafana/data": "6.6.1",
"@grafana/ui": "6.6.1",
"systemjs": "0.20.19",
"systemjs-plugin-css": "0.1.37"
},
+3 -3
View File
@@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/toolkit",
"version": "6.6.0",
"version": "6.6.1",
"description": "Grafana Toolkit",
"keywords": [
"grafana",
@@ -28,8 +28,8 @@
"dependencies": {
"@babel/core": "7.6.4",
"@babel/preset-env": "7.6.3",
"@grafana/data": "6.6.0",
"@grafana/ui": "6.6.0",
"@grafana/data": "6.6.1",
"@grafana/ui": "6.6.1",
"@types/command-exists": "^1.2.0",
"@types/execa": "^0.9.0",
"@types/expect-puppeteer": "3.3.1",
+2 -2
View File
@@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/ui",
"version": "6.6.0",
"version": "6.6.1",
"description": "Grafana Components Library",
"keywords": [
"grafana",
@@ -25,7 +25,7 @@
"build": "grafana-toolkit package:build --scope=ui"
},
"dependencies": {
"@grafana/data": "6.6.0",
"@grafana/data": "6.6.1",
"@grafana/slate-react": "0.22.9-grafana",
"@torkelo/react-select": "2.1.1",
"@types/react-color": "2.17.0",