@grafana/scenes 6.49.0--canary.1306.19936944309.0 → 6.49.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 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v6.49.0 (Fri Dec 05 2025)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- Introduce regexApplyTo variable field [#1306](https://github.com/grafana/scenes/pull/1306) ([@kristinademeshchik](https://github.com/kristinademeshchik))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Kristina Demeshchik ([@kristinademeshchik](https://github.com/kristinademeshchik))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v6.48.1 (Thu Dec 04 2025)
|
|
2
14
|
|
|
3
15
|
### Release Notes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grafana/scenes",
|
|
3
|
-
"version": "6.49.0
|
|
3
|
+
"version": "6.49.0",
|
|
4
4
|
"description": "Grafana framework for building dynamic dashboards",
|
|
5
5
|
"author": "Grafana Labs",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -29,7 +29,6 @@
|
|
|
29
29
|
"clean": "rimraf ./dist ./compiled ./package.tgz",
|
|
30
30
|
"typecheck": "tsc --emitDeclarationOnly false --noEmit",
|
|
31
31
|
"test": "jest",
|
|
32
|
-
"test:watch": "jest --watch",
|
|
33
32
|
"lint": "eslint --cache .",
|
|
34
33
|
"prepack": "node ./scripts/prepack.js",
|
|
35
34
|
"postpack": "node ./scripts/postpack.js",
|
|
@@ -126,5 +125,5 @@
|
|
|
126
125
|
"prettier --write"
|
|
127
126
|
]
|
|
128
127
|
},
|
|
129
|
-
"gitHead": "
|
|
128
|
+
"gitHead": "c6be2417255dd6e9a8c3d9531c09acdabd7d09f1"
|
|
130
129
|
}
|