@grafana/scenes 6.0.2--canary.1053.13305029685.0 → 6.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +12 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1
|
+
# v6.0.2 (Thu Feb 13 2025)
|
2
|
+
|
3
|
+
#### 🐛 Bug Fix
|
4
|
+
|
5
|
+
- Fix the `getLegacyPanelId` method in `VizPanel` [#1053](https://github.com/grafana/scenes/pull/1053) ([@bfmatei](https://github.com/bfmatei))
|
6
|
+
|
7
|
+
#### Authors: 1
|
8
|
+
|
9
|
+
- Bogdan Matei ([@bfmatei](https://github.com/bfmatei))
|
10
|
+
|
11
|
+
---
|
12
|
+
|
1
13
|
# v6.0.1 (Mon Feb 10 2025)
|
2
14
|
|
3
15
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@grafana/scenes",
|
3
|
-
"version": "6.0.2
|
3
|
+
"version": "6.0.2",
|
4
4
|
"description": "Grafana framework for building dynamic dashboards",
|
5
5
|
"author": "Grafana Labs",
|
6
6
|
"license": "AGPL-3.0-only",
|
@@ -116,5 +116,5 @@
|
|
116
116
|
"prettier --write"
|
117
117
|
]
|
118
118
|
},
|
119
|
-
"gitHead": "
|
119
|
+
"gitHead": "f9df150c75ca31404b5c95ef4543404b9a2bfabc"
|
120
120
|
}
|