Skip to content

Commit

Permalink
Release: Updates latest.json and grafana/packages/*/package.json (gra…
Browse files Browse the repository at this point in the history
…fana#20734)

* Update latest.json

* Chore: Changes version to canary

* Chore: Changes version to 6.6.0-pre
  • Loading branch information
hugohaggmark authored Nov 28, 2019
1 parent 75f04c7 commit 130fb02
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions latest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "6.5.0",
"testing": "6.5.0"
"stable": "6.5.1",
"testing": "6.5.1"
}
2 changes: 1 addition & 1 deletion packages/grafana-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/data",
"version": "6.4.0-pre",
"version": "6.6.0-pre",
"description": "Grafana Data Library",
"keywords": [
"typescript"
Expand Down
6 changes: 3 additions & 3 deletions packages/grafana-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/grafana-toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/toolkit",
"version": "6.4.0-pre",
"version": "6.6.0-pre",
"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.4.0-alpha",
"@grafana/ui": "^6.4.0-alpha",
"@grafana/data": "^6.6.0-pre",
"@grafana/ui": "^6.6.0-pre",
"@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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/ui",
"version": "6.4.0-pre",
"version": "6.6.0-pre",
"description": "Grafana Components Library",
"keywords": [
"grafana",
Expand All @@ -25,7 +25,7 @@
"build": "grafana-toolkit package:build --scope=ui"
},
"dependencies": {
"@grafana/data": "^6.4.0-alpha",
"@grafana/data": "^6.6.0-pre",
"@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 130fb02

Please sign in to comment.