Skip to content

Commit ede12f6

Browse files
committed
Bump version to: v0.4.0 [skip ci]
1 parent 9a5c377 commit ede12f6

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

0 commit comments

Comments
 (0)