@grafana/scenes-react 6.34.1--canary.1243.17576735400.0 → 6.35.0

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 +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v6.35.0 (Wed Sep 10 2025)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - useQueryRunner: Add minInterval option [#1183](https://github.com/grafana/scenes/pull/1183) ([@krevedkokun](https://github.com/krevedkokun))
6
+
7
+ #### Authors: 1
8
+
9
+ - Nikita Domnitskii ([@krevedkokun](https://github.com/krevedkokun))
10
+
11
+ ---
12
+
1
13
  # v6.30.0 (Wed Aug 20 2025)
2
14
 
3
15
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes-react",
3
- "version": "6.34.1--canary.1243.17576735400.0",
3
+ "version": "6.35.0",
4
4
  "description": "Grafana framework for building dynamic dashboards",
5
5
  "author": "Grafana Labs",
6
6
  "license": "Apache-2.0",
@@ -37,7 +37,7 @@
37
37
  "url": "https://github.com/grafana/scenes/issues"
38
38
  },
39
39
  "dependencies": {
40
- "@grafana/scenes": "6.34.1--canary.1243.17576735400.0",
40
+ "@grafana/scenes": "6.35.0",
41
41
  "lru-cache": "^10.2.2",
42
42
  "react-use": "^17.4.0"
43
43
  },
@@ -114,5 +114,5 @@
114
114
  "prettier --write"
115
115
  ]
116
116
  },
117
- "gitHead": "e93655793b41870949830ed26041ca266e611e73"
117
+ "gitHead": "2cea72044f67bdf9bbfcf986e0f23f95727fa825"
118
118
  }