Chore: Update release notes/what's new for v7.2. (#27475)

This commit is contained in:
Marcus Andersson 2020-09-09 14:55:09 +02:00 committed by GitHub
parent 400aafa3b3
commit b35af9eaa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
"license": "Apache-2.0",
"private": true,
"name": "grafana",
"version": "7.2.0-pre",
"version": "7.2.0-beta1",
"repository": "github:grafana/grafana",
"scripts": {
"api-tests": "jest --notify --watch --config=devenv/e2e-api-tests/jest.js",
@ -44,8 +44,8 @@
"ci:test-frontend": "yarn run prettier:check && yarn run packages:typecheck && yarn run typecheck && yarn run test"
},
"grafana": {
"whatsNewUrl": "https://grafana.com/docs/grafana/latest/guides/whats-new-in-v7-1/",
"releaseNotesUrl": "https://community.grafana.com/t/release-notes-v7-1-x/32967"
"whatsNewUrl": "https://grafana.com/docs/grafana/latest/guides/whats-new-in-v7-2/",
"releaseNotesUrl": "https://community.grafana.com/t/release-notes-v7-2-x/36321"
},
"husky": {
"hooks": {