@grafana/scenes 6.34.0--canary.1221.17416885253.0 → 6.34.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 +17 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ # v6.34.0 (Wed Sep 03 2025)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - SceneTimeRangeCompare: Export time shift as util [#1221](https://github.com/grafana/scenes/pull/1221) ([@drew08t](https://github.com/drew08t))
6
+
7
+ #### 🐛 Bug Fix
8
+
9
+ - Add SceneRenderProfiler integration tests [#1234](https://github.com/grafana/scenes/pull/1234) ([@dprokop](https://github.com/dprokop))
10
+
11
+ #### Authors: 2
12
+
13
+ - Dominik Prokop ([@dprokop](https://github.com/dprokop))
14
+ - Drew Slobodnjak ([@drew08t](https://github.com/drew08t))
15
+
16
+ ---
17
+
1
18
  # v6.33.0 (Tue Sep 02 2025)
2
19
 
3
20
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes",
3
- "version": "6.34.0--canary.1221.17416885253.0",
3
+ "version": "6.34.0",
4
4
  "description": "Grafana framework for building dynamic dashboards",
5
5
  "author": "Grafana Labs",
6
6
  "license": "Apache-2.0",
@@ -125,5 +125,5 @@
125
125
  "prettier --write"
126
126
  ]
127
127
  },
128
- "gitHead": "ac9b8e09b0f0cdf2f3476684de347f313f5263ba"
128
+ "gitHead": "51add1279212be420e33df1136c52dbc3a6c8882"
129
129
  }