@grafana/scenes 5.9.0--canary.334.10407764115.0 → 5.9.0

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 +13 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ # v5.9.0 (Fri Aug 16 2024)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - SceneQueryRunner: Manual control over query execution [#334](https://github.com/grafana/scenes/pull/334) ([@torkelo](https://github.com/torkelo) [@gtk-grafana](https://github.com/gtk-grafana))
6
+
7
+ #### Authors: 2
8
+
9
+ - Galen Kistler ([@gtk-grafana](https://github.com/gtk-grafana))
10
+ - Torkel Ödegaard ([@torkelo](https://github.com/torkelo))
11
+
12
+ ---
13
+
1
14
  # v5.8.0 (Thu Aug 15 2024)
2
15
 
3
16
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes",
3
- "version": "5.9.0--canary.334.10407764115.0",
3
+ "version": "5.9.0",
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": "bf23346100c46771ff8fbd2f2fb36ebab627e806"
116
+ "gitHead": "fe4e3fa2aec4d7ebec24aa629932a1bbb36ce3a8"
117
117
  }