From b35af9eaa7f8ae62434f1e8d566323decac66a27 Mon Sep 17 00:00:00 2001 From: Marcus Andersson Date: Wed, 9 Sep 2020 14:55:09 +0200 Subject: [PATCH] Chore: Update release notes/what's new for v7.2. (#27475) --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0275c873fad..d0606aee2e1 100644 --- a/package.json +++ b/package.json @@ -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": {