@grafana/scenes 0.0.24 → 0.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
# v0.0.
|
|
1
|
+
# v0.0.25 (Tue Mar 21 2023)
|
|
2
2
|
|
|
3
3
|
#### 🐛 Bug Fix
|
|
4
4
|
|
|
5
|
+
- Auto: Another release test [#92](https://github.com/grafana/scenes/pull/92) ([@torkelo](https://github.com/torkelo))
|
|
6
|
+
- Release test ([@torkelo](https://github.com/torkelo))
|
|
5
7
|
- Auto: Testing [#89](https://github.com/grafana/scenes/pull/89) ([@torkelo](https://github.com/torkelo))
|
|
6
8
|
- Update package.json ([@torkelo](https://github.com/torkelo))
|
|
7
9
|
- Bump version to: v0.0.24 \[skip ci\] ([@torkelo](https://github.com/torkelo))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grafana/scenes",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.25",
|
|
4
4
|
"description": "Grafana framework for building dynamic dashboards",
|
|
5
5
|
"author": "Grafana Labs",
|
|
6
6
|
"license": "AGPL-3.0-only",
|
|
@@ -114,5 +114,5 @@
|
|
|
114
114
|
"prettier --write"
|
|
115
115
|
]
|
|
116
116
|
},
|
|
117
|
-
"gitHead": "
|
|
117
|
+
"gitHead": "c543292b222b3ddca827b932308623bb94396b31"
|
|
118
118
|
}
|