Skip to content

Commit

Permalink
Bump version to: v0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
grafanabot committed Jun 25, 2024
1 parent 4505848 commit 951113c
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.1.3",
"version": "0.2.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
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.1.3",
"version": "0.2.0",
"packages": [
"packages/*"
],
Expand Down
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": "Apache-2.0",
"private": true,
"name": "grafana-scenes-ml",
"version": "0.1.3",
"version": "0.2.0",
"description": "Grafana framework for building dynamic dashboards",
"keywords": [
"typescript"
Expand Down
2 changes: 1 addition & 1 deletion packages/scenes-ml-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "scenes-ml-app",
"private": true,
"version": "0.1.3",
"version": "0.2.0",
"author": "Grafana Labs",
"license": "AGPL-3.0-only",
"description": "A basic Grafana app plugin with demos of the Scenes ML components",
Expand Down
2 changes: 1 addition & 1 deletion packages/scenes-ml/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/scenes-ml",
"version": "0.1.3",
"version": "0.2.0",
"description": "Machine Learning extensions to Grafana Scenes",
"author": "Grafana Labs",
"license": "AGPL-3.0-only",
Expand Down

0 comments on commit 951113c

Please sign in to comment.