Chore: Fix version format (#38649)

This commit is contained in:
Jack Westbrook
2021-08-27 18:12:37 +02:00
committed by GitHub
parent 4a73e0f9a8
commit 5898824a48
11 changed files with 26 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@grafana-plugins/input-datasource",
"version": "8.2.0-pre.0",
"version": "8.2.0-pre",
"description": "Input Datasource",
"private": true,
"repository": {
@@ -15,9 +15,9 @@
},
"author": "Grafana Labs",
"devDependencies": {
"@grafana/data": "8.2.0-pre.0",
"@grafana/toolkit": "8.2.0-pre.0",
"@grafana/ui": "8.2.0-pre.0"
"@grafana/data": "8.2.0-pre",
"@grafana/toolkit": "8.2.0-pre",
"@grafana/ui": "8.2.0-pre"
},
"volta": {
"extends": "../../../package.json"