@grafana/scenes-react 5.23.2--canary.959.11726132276.0 → 5.23.2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +13 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1
|
+
# v5.23.2 (Fri Nov 08 2024)
|
2
|
+
|
3
|
+
#### 🐛 Bug Fix
|
4
|
+
|
5
|
+
- ScenesReact: Cache SceneQueryRunners and other scene object by a key / hashing string [#788](https://github.com/grafana/scenes/pull/788) ([@torkelo](https://github.com/torkelo) [@mdvictor](https://github.com/mdvictor))
|
6
|
+
|
7
|
+
#### Authors: 2
|
8
|
+
|
9
|
+
- Torkel Ödegaard ([@torkelo](https://github.com/torkelo))
|
10
|
+
- Victor Marin ([@mdvictor](https://github.com/mdvictor))
|
11
|
+
|
12
|
+
---
|
13
|
+
|
1
14
|
# v5.21.0 (Tue Oct 29 2024)
|
2
15
|
|
3
16
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@grafana/scenes-react",
|
3
|
-
"version": "5.23.2
|
3
|
+
"version": "5.23.2",
|
4
4
|
"description": "Grafana framework for building dynamic dashboards",
|
5
5
|
"author": "Grafana Labs",
|
6
6
|
"license": "AGPL-3.0-only",
|
@@ -38,7 +38,7 @@
|
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
40
|
"@grafana/e2e-selectors": "^11.0.0",
|
41
|
-
"@grafana/scenes": "5.23.2
|
41
|
+
"@grafana/scenes": "5.23.2",
|
42
42
|
"lru-cache": "^10.2.2",
|
43
43
|
"react-use": "17.4.0"
|
44
44
|
},
|
@@ -113,5 +113,5 @@
|
|
113
113
|
"prettier --write"
|
114
114
|
]
|
115
115
|
},
|
116
|
-
"gitHead": "
|
116
|
+
"gitHead": "2cb2efd280c2fa8e2f5eeca015e7934d15236204"
|
117
117
|
}
|