Release: Bump version to 10.1.0-pre (#67613)

"Release: Updated versions in package to 10.1.0-pre"
This commit is contained in:
Grot (@grafanabot)
2023-05-02 02:48:59 -04:00
committed by GitHub
parent 86302bc1ec
commit ab7b14fecb
12 changed files with 38 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@grafana-plugins/input-datasource",
"version": "10.0.0-pre",
"version": "10.1.0-pre",
"description": "Input Datasource",
"private": true,
"repository": {
@@ -28,8 +28,8 @@
"webpack": "5.76.0"
},
"dependencies": {
"@grafana/data": "10.0.0-pre",
"@grafana/ui": "10.0.0-pre",
"@grafana/data": "10.1.0-pre",
"@grafana/ui": "10.1.0-pre",
"react": "18.2.0",
"tslib": "2.5.0"
}