@grafana/scenes 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # v5.23.2 (Fri Nov 08 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Variables: Saved default all value with non multi select fix [#959](https://github.com/grafana/scenes/pull/959) ([@torkelo](https://github.com/torkelo))
6
+ - 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))
7
+
8
+ #### Authors: 2
9
+
10
+ - Torkel Ödegaard ([@torkelo](https://github.com/torkelo))
11
+ - Victor Marin ([@mdvictor](https://github.com/mdvictor))
12
+
13
+ ---
14
+
1
15
  # v5.23.1 (Wed Nov 06 2024)
2
16
 
3
17
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes",
3
- "version": "5.23.2--canary.959.11726132276.0",
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",
@@ -115,5 +115,5 @@
115
115
  "prettier --write"
116
116
  ]
117
117
  },
118
- "gitHead": "e0dffea37119bf29a64a040c9bdbb2708ff6f3df"
118
+ "gitHead": "2cb2efd280c2fa8e2f5eeca015e7934d15236204"
119
119
  }