@grafana/scenes 5.41.1--canary.1039.13051061012.0 → 5.41.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v5.41.1 (Thu Jan 30 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - LazyLoader: Prevent empty panels from not being hidden [#1039](https://github.com/grafana/scenes/pull/1039) ([@svennergr](https://github.com/svennergr))
6
+
7
+ #### Authors: 1
8
+
9
+ - Sven Grossmann ([@svennergr](https://github.com/svennergr))
10
+
11
+ ---
12
+
1
13
  # v5.41.0 (Tue Jan 28 2025)
2
14
 
3
15
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes",
3
- "version": "5.41.1--canary.1039.13051061012.0",
3
+ "version": "5.41.1",
4
4
  "description": "Grafana framework for building dynamic dashboards",
5
5
  "author": "Grafana Labs",
6
6
  "license": "AGPL-3.0-only",
@@ -115,5 +115,5 @@
115
115
  "prettier --write"
116
116
  ]
117
117
  },
118
- "gitHead": "d1e1e090a8e9c870e9fdf2461e48fac11d1cb1b9"
118
+ "gitHead": "e410e41ff15285434372d1fa7692ac98e64e8333"
119
119
  }