@grafana/scenes 5.23.3--canary.963.11743338978.0 → 5.23.3
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +14 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,17 @@
|
|
1
|
+
# v5.23.3 (Fri Nov 08 2024)
|
2
|
+
|
3
|
+
#### 🐛 Bug Fix
|
4
|
+
|
5
|
+
- VariableLabel: change variable label check to OR instead of ?? [#963](https://github.com/grafana/scenes/pull/963) ([@Sergej-Vlasov](https://github.com/Sergej-Vlasov))
|
6
|
+
- GroupByVariable: Support custom filter keys [#865](https://github.com/grafana/scenes/pull/865) ([@andreaalopez](https://github.com/andreaalopez))
|
7
|
+
|
8
|
+
#### Authors: 2
|
9
|
+
|
10
|
+
- [@Sergej-Vlasov](https://github.com/Sergej-Vlasov)
|
11
|
+
- Andrea Lopez ([@andreaalopez](https://github.com/andreaalopez))
|
12
|
+
|
13
|
+
---
|
14
|
+
|
1
15
|
# v5.23.2 (Fri Nov 08 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.3
|
3
|
+
"version": "5.23.3",
|
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": "
|
118
|
+
"gitHead": "2fe8b93b14d6a1f27c84104728c0d6faf5a41a42"
|
119
119
|
}
|