Skip to content

Commit

Permalink
Bump version to: v0.5.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
grafanabot committed Apr 20, 2023
1 parent 9342256 commit 4213465
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docusaurus/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.4.0",
"version": "0.5.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"npmClient": "yarn",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.4.0"
"version": "0.5.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "AGPL-3.0-only",
"private": true,
"name": "grafana-scenes",
"version": "0.4.0",
"version": "0.5.0",
"description": "Grafana framework for building dynamic dashboards",
"keywords": [
"typescript"
Expand Down
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": "0.4.0",
"version": "0.5.0",
"author": "Grafana Labs",
"license": "AGPL-3.0-only",
"description": "A basic grafana app plugin",
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": "0.4.0",
"version": "0.5.0",
"description": "Grafana framework for building dynamic dashboards",
"author": "Grafana Labs",
"license": "AGPL-3.0-only",
Expand Down

0 comments on commit 4213465

Please sign in to comment.