Skip to content

Commit 5c5dbdc

Browse files
committed
Bump version to: v0.0.28 [skip ci]
1 parent 717d887 commit 5c5dbdc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.24"
5+
"version": "0.0.28"
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.24",
6+
"version": "0.0.28",
77
"description": "Grafana framework for building dynamic dashboards",
88
"keywords": [
99
"typescript"

packages/scenes-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "scenes-app",
33
"private": true,
4-
"version": "0.0.23",
4+
"version": "0.0.28",
55
"author": "Grafana Labs",
66
"license": "AGPL-3.0-only",
77
"description": "A basic grafana app plugin",
@@ -62,7 +62,7 @@
6262
"@emotion/css": "^11.1.3",
6363
"@grafana/data": "canary",
6464
"@grafana/runtime": "canary",
65-
"@grafana/scenes": "^0.0.24",
65+
"@grafana/scenes": "^0.0.28",
6666
"@grafana/schema": "canary",
6767
"@grafana/ui": "canary",
6868
"@types/lodash": "latest",

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.24",
3+
"version": "0.0.28",
44
"description": "Grafana framework for building dynamic dashboards",
55
"author": "Grafana Labs",
66
"license": "AGPL-3.0-only",

0 commit comments

Comments
 (0)