Skip to content

Commit

Permalink
Bump version to: v4.26.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
grafanabot committed Jun 5, 2024
1 parent 35ad181 commit 4891808
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"npmClient": "yarn",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "4.26.0",
"packages": [
"packages/*"
]
}
"version": "4.26.1",
"packages": ["packages/*"]
}
2 changes: 1 addition & 1 deletion packages/scenes-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "scenes-app",
"private": true,
"version": "4.26.0",
"version": "4.26.1",
"author": "Grafana Labs",
"license": "AGPL-3.0-only",
"description": "A basic grafana app plugin",
Expand Down
2 changes: 1 addition & 1 deletion packages/scenes-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/scenes-react",
"version": "4.24.3",
"version": "4.26.1",
"description": "Grafana framework for building dynamic dashboards",
"author": "Grafana Labs",
"license": "AGPL-3.0-only",
Expand Down
2 changes: 1 addition & 1 deletion packages/scenes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/scenes",
"version": "4.26.0",
"version": "4.26.1",
"description": "Grafana framework for building dynamic dashboards",
"author": "Grafana Labs",
"license": "AGPL-3.0-only",
Expand Down

0 comments on commit 4891808

Please sign in to comment.