@grafana/scenes 5.3.8--canary.823.9872224365.0 → 5.3.8

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.3.8 (Wed Jul 10 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - LazyLoader: Hide wrapper if child is hidden [#823](https://github.com/grafana/scenes/pull/823) ([@svennergr](https://github.com/svennergr))
6
+
7
+ #### Authors: 1
8
+
9
+ - Sven Grossmann ([@svennergr](https://github.com/svennergr))
10
+
11
+ ---
12
+
1
13
  # v5.3.7 (Thu Jul 04 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes",
3
- "version": "5.3.8--canary.823.9872224365.0",
3
+ "version": "5.3.8",
4
4
  "description": "Grafana framework for building dynamic dashboards",
5
5
  "author": "Grafana Labs",
6
6
  "license": "AGPL-3.0-only",
@@ -113,5 +113,5 @@
113
113
  "prettier --write"
114
114
  ]
115
115
  },
116
- "gitHead": "f52a59c1185c4647f04dfa540bd719925544d875"
116
+ "gitHead": "29ab19d14f5658f81c89255cceaafe056c7f32f6"
117
117
  }