@grafana/scenes 6.36.0--canary.1249.17799138899.0 → 6.36.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.36.0 (Thu Sep 18 2025)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - Variables: Remove the `showInControlsMenu?` prop [#1249](https://github.com/grafana/scenes/pull/1249) ([@leventebalogh](https://github.com/leventebalogh))
6
+
7
+ #### 🐛 Bug Fix
8
+
9
+ - GroupByVariable: Do not show default value in url [#1242](https://github.com/grafana/scenes/pull/1242) ([@mdvictor](https://github.com/mdvictor))
10
+
11
+ #### Authors: 2
12
+
13
+ - Levente Balogh ([@leventebalogh](https://github.com/leventebalogh))
14
+ - Victor Marin ([@mdvictor](https://github.com/mdvictor))
15
+
16
+ ---
17
+
1
18
  # v6.35.3 (Mon Sep 15 2025)
2
19
 
3
20
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes",
3
- "version": "6.36.0--canary.1249.17799138899.0",
3
+ "version": "6.36.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": "d94f1adb81a4aadad133aac16e9a24eee4e5ef4b"
128
+ "gitHead": "a2cffb5b3badeae246ad9176123284e73c2952a6"
129
129
  }