Chore: Update package.json (#28291)

* Chore: Update what's new and release notes URL in package.json

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>

* Chore: Update version

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen
2020-10-15 14:41:25 +02:00
committed by GitHub
parent d9a156298b
commit febdad4da2
10 changed files with 24 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@grafana-plugins/input-datasource",
"version": "7.3.0-pre.0",
"version": "7.4.0-pre.0",
"description": "Input Datasource",
"private": true,
"repository": {
@@ -16,9 +16,9 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"devDependencies": {
"@grafana/data": "7.3.0-pre.0",
"@grafana/toolkit": "7.3.0-pre.0",
"@grafana/ui": "7.3.0-pre.0"
"@grafana/data": "7.4.0-pre.0",
"@grafana/toolkit": "7.4.0-pre.0",
"@grafana/ui": "7.4.0-pre.0"
},
"volta": {
"node": "12.16.2"