Skip to content

Commit

Permalink
Release 6.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hugohaggmark committed Nov 28, 2019
1 parent 8e7f6cd commit 1763a0f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/*"],
"version": "6.5.0"
"version": "6.5.1"
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"license": "Apache-2.0",
"private": true,
"name": "grafana",
"version": "6.5.0",
"version": "6.5.1",
"repository": {
"type": "git",
"url": "http://github.com/grafana/grafana.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/grafana-data/package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/data",
"version": "6.5.0",
"version": "6.5.1",
"description": "Grafana Data Library",
"keywords": [
"typescript"
Expand Down
6 changes: 3 additions & 3 deletions packages/grafana-runtime/package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/runtime",
"version": "6.5.0",
"version": "6.5.1",
"description": "Grafana Runtime Library",
"keywords": [
"grafana",
Expand All @@ -21,8 +21,8 @@
"build": "grafana-toolkit package:build --scope=runtime"
},
"dependencies": {
"@grafana/data": "6.5.0",
"@grafana/ui": "6.5.0",
"@grafana/data": "6.5.1",
"@grafana/ui": "6.5.1",
"systemjs": "0.20.19",
"systemjs-plugin-css": "0.1.37"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/grafana-toolkit/package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/toolkit",
"version": "6.5.0",
"version": "6.5.1",
"description": "Grafana Toolkit",
"keywords": [
"grafana",
Expand All @@ -28,8 +28,8 @@
"dependencies": {
"@babel/core": "7.6.4",
"@babel/preset-env": "7.6.3",
"@grafana/data": "6.5.0",
"@grafana/ui": "6.5.0",
"@grafana/data": "6.5.1",
"@grafana/ui": "6.5.1",
"@types/command-exists": "^1.2.0",
"@types/execa": "^0.9.0",
"@types/expect-puppeteer": "3.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/grafana-ui/package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/ui",
"version": "6.5.0",
"version": "6.5.1",
"description": "Grafana Components Library",
"keywords": [
"grafana",
Expand All @@ -25,7 +25,7 @@
"build": "grafana-toolkit package:build --scope=ui"
},
"dependencies": {
"@grafana/data": "6.5.0",
"@grafana/data": "6.5.1",
"@grafana/slate-react": "0.22.9-grafana",
"@torkelo/react-select": "2.1.1",
"@types/react-color": "2.17.0",
Expand Down

0 comments on commit 1763a0f

Please sign in to comment.