@grafana/scenes 6.5.1--canary.1079.13967087962.0 → 6.5.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ # v6.5.2 (Thu Mar 20 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Scopes: Fix panels stuck in loading on scopes remove [#1079](https://github.com/grafana/scenes/pull/1079) ([@mdvictor](https://github.com/mdvictor))
6
+
7
+ #### Authors: 1
8
+
9
+ - Victor Marin ([@mdvictor](https://github.com/mdvictor))
10
+
11
+ ---
12
+
13
+ # v6.5.1 (Thu Mar 20 2025)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - AdHocFilters: Fix removing all scopes and cleaning up the adhoc [#1078](https://github.com/grafana/scenes/pull/1078) ([@mdvictor](https://github.com/mdvictor))
18
+
19
+ #### Authors: 1
20
+
21
+ - Victor Marin ([@mdvictor](https://github.com/mdvictor))
22
+
23
+ ---
24
+
1
25
  # v6.5.0 (Wed Mar 19 2025)
2
26
 
3
27
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes",
3
- "version": "6.5.1--canary.1079.13967087962.0",
3
+ "version": "6.5.2",
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": "0d4e43f428bd760e326efa9060f7e94cf5f1ea4f"
119
+ "gitHead": "670cd9e07f048e0ed4a07534a331963b9dd5ad87"
120
120
  }