Skip to content

Commit a9dc23f

Browse files
author
Grafana Labs
committed
Bump version to: v0.0.32 [skip ci]
1 parent 7c6b184 commit a9dc23f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"npmClient": "yarn",
33
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
44
"useWorkspaces": true,
5-
"version": "0.0.28"
5+
"version": "0.0.32"
66
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"license": "AGPL-3.0-only",
44
"private": true,
55
"name": "grafana-scenes",
6-
"version": "0.0.31",
6+
"version": "0.0.32",
77
"description": "Grafana framework for building dynamic dashboards",
88
"keywords": [
99
"typescript"

packages/scenes-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "scenes-app",
33
"private": true,
4-
"version": "0.0.31",
4+
"version": "0.0.32",
55
"author": "Grafana Labs",
66
"license": "AGPL-3.0-only",
77
"description": "A basic grafana app plugin",

packages/scenes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grafana/scenes",
3-
"version": "0.0.31",
3+
"version": "0.0.32",
44
"description": "Grafana framework for building dynamic dashboards",
55
"author": "Grafana Labs",
66
"license": "AGPL-3.0-only",

0 commit comments

Comments
 (0)