@grafana/scenes 6.0.1--canary.1051.13244720070.0 → 6.0.1

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
+ # v6.0.1 (Mon Feb 10 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - SceneDataTransformer: Interpolate transformation options [#1051](https://github.com/grafana/scenes/pull/1051) ([@dprokop](https://github.com/dprokop) [@torkelo](https://github.com/torkelo))
6
+
7
+ #### Authors: 2
8
+
9
+ - Dominik Prokop ([@dprokop](https://github.com/dprokop))
10
+ - Torkel Ödegaard ([@torkelo](https://github.com/torkelo))
11
+
12
+ ---
13
+
1
14
  # v6.0.0 (Fri Feb 07 2025)
2
15
 
3
16
  #### 💥 Breaking Change
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes",
3
- "version": "6.0.1--canary.1051.13244720070.0",
3
+ "version": "6.0.1",
4
4
  "description": "Grafana framework for building dynamic dashboards",
5
5
  "author": "Grafana Labs",
6
6
  "license": "AGPL-3.0-only",
@@ -116,5 +116,5 @@
116
116
  "prettier --write"
117
117
  ]
118
118
  },
119
- "gitHead": "2c1d950914bb530b892c28a6cac846cce5cb07f8"
119
+ "gitHead": "55cb8a43baa9158489f5756d1d091c17984cd203"
120
120
  }