@grafana/scenes 5.14.2--canary.889.10771581250.0 → 5.14.2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +15 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,18 @@
|
|
1
|
+
# v5.14.2 (Mon Sep 09 2024)
|
2
|
+
|
3
|
+
#### 🐛 Bug Fix
|
4
|
+
|
5
|
+
- AdHocFilters - multi value support in new filters UI [#889](https://github.com/grafana/scenes/pull/889) ([@Sergej-Vlasov](https://github.com/Sergej-Vlasov) [@ashharrison90](https://github.com/ashharrison90))
|
6
|
+
- Revert "SceneObjectBase: Support rendering a child out of context" [#891](https://github.com/grafana/scenes/pull/891) ([@torkelo](https://github.com/torkelo))
|
7
|
+
|
8
|
+
#### Authors: 3
|
9
|
+
|
10
|
+
- [@Sergej-Vlasov](https://github.com/Sergej-Vlasov)
|
11
|
+
- Ashley Harrison ([@ashharrison90](https://github.com/ashharrison90))
|
12
|
+
- Torkel Ödegaard ([@torkelo](https://github.com/torkelo))
|
13
|
+
|
14
|
+
---
|
15
|
+
|
1
16
|
# v5.14.1 (Thu Sep 05 2024)
|
2
17
|
|
3
18
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@grafana/scenes",
|
3
|
-
"version": "5.14.2
|
3
|
+
"version": "5.14.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": "
|
118
|
+
"gitHead": "1d6f19cb15716408c6f6fe80360487ce1d14d78d"
|
119
119
|
}
|