@grafana/scenes 5.41.2--canary.1044.13114619048.0 → 5.41.2

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 +16 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ # v5.41.2 (Tue Feb 04 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Variables: Prevent queries from runners which are not specific to the query runner datasource [#1044](https://github.com/grafana/scenes/pull/1044) ([@bfmatei](https://github.com/bfmatei))
6
+ - MultiValueVariable: Add `getDefaultSingleState` method [#1035](https://github.com/grafana/scenes/pull/1035) ([@domasx2](https://github.com/domasx2))
7
+ - Dependencies: Bump Grafana packages to v11.5 [#1040](https://github.com/grafana/scenes/pull/1040) ([@tskarhed](https://github.com/tskarhed))
8
+
9
+ #### Authors: 3
10
+
11
+ - Bogdan Matei ([@bfmatei](https://github.com/bfmatei))
12
+ - Domas ([@domasx2](https://github.com/domasx2))
13
+ - Tobias Skarhed ([@tskarhed](https://github.com/tskarhed))
14
+
15
+ ---
16
+
1
17
  # v5.41.1 (Thu Jan 30 2025)
2
18
 
3
19
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes",
3
- "version": "5.41.2--canary.1044.13114619048.0",
3
+ "version": "5.41.2",
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": "e1c662c389384aa86d38306808f54fcec4f78358"
119
+ "gitHead": "6d24f8c2a1a70bfcb755879341220c7b8139a1c0"
120
120
  }