@grafana/scenes 6.17.1--canary.1140.15417528383.0 β 6.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1
|
+
# v6.18.0 (Tue Jun 03 2025)
|
2
|
+
|
3
|
+
#### π Enhancement
|
4
|
+
|
5
|
+
- ScopesVariable: Emit value changed when there no scopes selected [#1136](https://github.com/grafana/scenes/pull/1136) ([@torkelo](https://github.com/torkelo))
|
6
|
+
|
7
|
+
#### π Bug Fix
|
8
|
+
|
9
|
+
- Frontend: fix:recompute time range on timezone change in SceneTimeRange [#1135](https://github.com/grafana/scenes/pull/1135) ([@keerthanamsys](https://github.com/keerthanamsys))
|
10
|
+
|
11
|
+
#### Authors: 2
|
12
|
+
|
13
|
+
- [@keerthanamsys](https://github.com/keerthanamsys)
|
14
|
+
- Torkel Γdegaard ([@torkelo](https://github.com/torkelo))
|
15
|
+
|
16
|
+
---
|
17
|
+
|
1
18
|
# v6.17.0 (Thu May 29 2025)
|
2
19
|
|
3
20
|
#### π Enhancement
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@grafana/scenes",
|
3
|
-
"version": "6.
|
3
|
+
"version": "6.18.0",
|
4
4
|
"description": "Grafana framework for building dynamic dashboards",
|
5
5
|
"author": "Grafana Labs",
|
6
6
|
"license": "AGPL-3.0-only",
|
@@ -116,5 +116,5 @@
|
|
116
116
|
"prettier --write"
|
117
117
|
]
|
118
118
|
},
|
119
|
-
"gitHead": "
|
119
|
+
"gitHead": "a12c5ad608a5ec0a62bb9bb15175ddc6ab82eccb"
|
120
120
|
}
|