@grafana/scenes 6.23.0--canary.1156.15877258579.0 → 6.23.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 +12 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1
|
+
# v6.23.0 (Wed Jun 25 2025)
|
2
|
+
|
3
|
+
#### 🚀 Enhancement
|
4
|
+
|
5
|
+
- feat(UrlSync): Allow namespacing when syncing the state of Scene variables with the URL search parameters [#1156](https://github.com/grafana/scenes/pull/1156) ([@grafakus](https://github.com/grafakus))
|
6
|
+
|
7
|
+
#### Authors: 1
|
8
|
+
|
9
|
+
- Marc M. ([@grafakus](https://github.com/grafakus))
|
10
|
+
|
11
|
+
---
|
12
|
+
|
1
13
|
# v6.22.1 (Tue Jun 24 2025)
|
2
14
|
|
3
15
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@grafana/scenes",
|
3
|
-
"version": "6.23.0
|
3
|
+
"version": "6.23.0",
|
4
4
|
"description": "Grafana framework for building dynamic dashboards",
|
5
5
|
"author": "Grafana Labs",
|
6
6
|
"license": "AGPL-3.0-only",
|
@@ -125,5 +125,5 @@
|
|
125
125
|
"prettier --write"
|
126
126
|
]
|
127
127
|
},
|
128
|
-
"gitHead": "
|
128
|
+
"gitHead": "194fe7d5ea902c1ae5492450acdb206630e4e8ce"
|
129
129
|
}
|