@grafana/scenes 6.3.1--canary.990.13785017927.0 → 6.3.1
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 +15 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
# v6.3.1 (Tue Mar 11 2025)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Scopes: Add `ScopesBridge` object [#990](https://github.com/grafana/scenes/pull/990) ([@bfmatei](https://github.com/bfmatei) [@tskarhed](https://github.com/tskarhed) [@aocenas](https://github.com/aocenas) [@mdvictor](https://github.com/mdvictor))
|
|
6
|
+
|
|
7
|
+
#### Authors: 4
|
|
8
|
+
|
|
9
|
+
- Andrej Ocenas ([@aocenas](https://github.com/aocenas))
|
|
10
|
+
- Bogdan Matei ([@bfmatei](https://github.com/bfmatei))
|
|
11
|
+
- Tobias Skarhed ([@tskarhed](https://github.com/tskarhed))
|
|
12
|
+
- Victor Marin ([@mdvictor](https://github.com/mdvictor))
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
1
16
|
# v6.3.0 (Fri Mar 07 2025)
|
|
2
17
|
|
|
3
18
|
#### 🚀 Enhancement
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grafana/scenes",
|
|
3
|
-
"version": "6.3.1
|
|
3
|
+
"version": "6.3.1",
|
|
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": "6c2a3b944b3e033d2a6be4b1f73fff22e0c9639f"
|
|
120
120
|
}
|