@grafana/scenes 5.39.0--canary.1034.12990010339.0 → 5.39.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +17 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1
|
+
# v5.39.0 (Mon Jan 27 2025)
|
2
|
+
|
3
|
+
#### 🚀 Enhancement
|
4
|
+
|
5
|
+
- AdHocFilters: allow setting filter meta in getTagKeysProvider [#1034](https://github.com/grafana/scenes/pull/1034) ([@gtk-grafana](https://github.com/gtk-grafana))
|
6
|
+
|
7
|
+
#### 🐛 Bug Fix
|
8
|
+
|
9
|
+
- feat: when allowCustomValue is false, do not show the regex operators [#1031](https://github.com/grafana/scenes/pull/1031) ([@joannaWebDev](https://github.com/joannaWebDev))
|
10
|
+
|
11
|
+
#### Authors: 2
|
12
|
+
|
13
|
+
- Galen Kistler ([@gtk-grafana](https://github.com/gtk-grafana))
|
14
|
+
- Joanna ([@joannaWebDev](https://github.com/joannaWebDev))
|
15
|
+
|
16
|
+
---
|
17
|
+
|
1
18
|
# v5.38.0 (Wed Jan 22 2025)
|
2
19
|
|
3
20
|
#### 🚀 Enhancement
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@grafana/scenes",
|
3
|
-
"version": "5.39.0
|
3
|
+
"version": "5.39.0",
|
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": "f5d08aa9f2d79577aa540a7984f25a0887079e8f"
|
119
119
|
}
|