@grafana/scenes 5.10.0--canary.854.10453539660.0 → 5.10.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +20 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,23 @@
|
|
1
|
+
# v5.10.0 (Mon Aug 19 2024)
|
2
|
+
|
3
|
+
### Release Notes
|
4
|
+
|
5
|
+
#### SafeSerializableSceneObject: Wrap only for supported Grafana version ([#854](https://github.com/grafana/scenes/pull/854))
|
6
|
+
|
7
|
+
Brings a fix for [variables interpolation bug](https://github.com/grafana/scenes/issues/851) when apps using scenes 5.6.0+ were run in Grafana version lower than 11.2.0, 11.1.2, 11.0.4, 10.4.8.
|
8
|
+
|
9
|
+
---
|
10
|
+
|
11
|
+
#### 🚀 Enhancement
|
12
|
+
|
13
|
+
- SafeSerializableSceneObject: Wrap only for supported Grafana version [#854](https://github.com/grafana/scenes/pull/854) ([@dprokop](https://github.com/dprokop))
|
14
|
+
|
15
|
+
#### Authors: 1
|
16
|
+
|
17
|
+
- Dominik Prokop ([@dprokop](https://github.com/dprokop))
|
18
|
+
|
19
|
+
---
|
20
|
+
|
1
21
|
# v5.9.1 (Mon Aug 19 2024)
|
2
22
|
|
3
23
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@grafana/scenes",
|
3
|
-
"version": "5.10.0
|
3
|
+
"version": "5.10.0",
|
4
4
|
"description": "Grafana framework for building dynamic dashboards",
|
5
5
|
"author": "Grafana Labs",
|
6
6
|
"license": "AGPL-3.0-only",
|
@@ -113,5 +113,5 @@
|
|
113
113
|
"prettier --write"
|
114
114
|
]
|
115
115
|
},
|
116
|
-
"gitHead": "
|
116
|
+
"gitHead": "74a952b4a84a181394160ea5d4830f51f2878fef"
|
117
117
|
}
|