@grafana/scenes 4.24.4--canary.716.9300035734.0 → 4.24.4

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
+ # v4.24.4 (Thu May 30 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - VizPanelRenderer: Emit SetPanelAttention event [#716](https://github.com/grafana/scenes/pull/716) ([@tskarhed](https://github.com/tskarhed))
6
+
7
+ #### Authors: 1
8
+
9
+ - Tobias Skarhed ([@tskarhed](https://github.com/tskarhed))
10
+
11
+ ---
12
+
1
13
  # v4.24.3 (Thu May 30 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes",
3
- "version": "4.24.4--canary.716.9300035734.0",
3
+ "version": "4.24.4",
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": "ba18122677fa67d16cea4401507a59a29648135e"
118
+ "gitHead": "6b2b5ef317281880f314e8f8dee2cf4aa89f5af3"
119
119
  }