@grafana/scenes 4.11.2--canary.687.8737546972.0 → 4.11.2

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 +13 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ # v4.11.2 (Mon Apr 22 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - GroupBy: Fetch options when opening menu [#687](https://github.com/grafana/scenes/pull/687) ([@ashharrison90](https://github.com/ashharrison90) [@dprokop](https://github.com/dprokop))
6
+
7
+ #### Authors: 2
8
+
9
+ - Ashley Harrison ([@ashharrison90](https://github.com/ashharrison90))
10
+ - Dominik Prokop ([@dprokop](https://github.com/dprokop))
11
+
12
+ ---
13
+
1
14
  # v4.11.1 (Wed Apr 17 2024)
2
15
 
3
16
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes",
3
- "version": "4.11.2--canary.687.8737546972.0",
3
+ "version": "4.11.2",
4
4
  "description": "Grafana framework for building dynamic dashboards",
5
5
  "author": "Grafana Labs",
6
6
  "license": "AGPL-3.0-only",
@@ -115,5 +115,5 @@
115
115
  "prettier --write"
116
116
  ]
117
117
  },
118
- "gitHead": "21b8be4126dbbf7cf295846c064ef801ebcdc493"
118
+ "gitHead": "77a83b1810efc5834016c485388617101a262c58"
119
119
  }