@grafana/scenes-react 5.23.2--canary.959.11726132276.0 → 5.23.3--canary.963.11743338978.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. 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--canary.959.11726132276.0",
3
+ "version": "5.23.3--canary.963.11743338978.0",
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--canary.959.11726132276.0",
41
+ "@grafana/scenes": "5.23.3--canary.963.11743338978.0",
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": "e0dffea37119bf29a64a040c9bdbb2708ff6f3df"
116
+ "gitHead": "8f301e1223709673e55b55c7858c12433a662243"
117
117
  }