Release: Bump version to 10.0.0 (#69309)

"Release: Updated versions in package to 10.0.0"
This commit is contained in:
Grot (@grafanabot)
2023-05-31 16:42:38 +03:00
committed by GitHub
parent c0627d8a16
commit 2c7c61a08e
12 changed files with 38 additions and 36 deletions
@@ -1,6 +1,6 @@
{
"name": "@grafana-plugins/input-datasource",
"version": "10.0.0-pre",
"version": "10.0.0",
"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.0.0",
"@grafana/ui": "10.0.0",
"react": "18.2.0",
"tslib": "2.5.0"
}