Skip to content

Commit 2f5c873

Browse files
committed
Bump version to: v0.7.1 [skip ci]
1 parent d0319a5 commit 2f5c873

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docusaurus/website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

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

0 commit comments

Comments
 (0)