@grafana/scenes 8.1.4 → 8.2.1

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 +2 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,7 +1,8 @@
1
- # v8.1.3 (Tue May 05 2026)
1
+ # v8.1.3 (Wed May 06 2026)
2
2
 
3
3
  #### 🐛 Bug Fix
4
4
 
5
+ - Adhoc: free form mode tests coverage [#1441](https://github.com/grafana/scenes/pull/1441) ([@kristinademeshchik](https://github.com/kristinademeshchik))
5
6
  - AdhocCombobox: apply filter and move focus to the next focusable element on tab [#1435](https://github.com/grafana/scenes/pull/1435) ([@kristinademeshchik](https://github.com/kristinademeshchik))
6
7
  - AdHocFilters: Fix stale operator list in free-form expression input [#1440](https://github.com/grafana/scenes/pull/1440) ([@kristinademeshchik](https://github.com/kristinademeshchik))
7
8
  - SceneRefreshPicker: use new loadingText prop on RefreshPicker [#1438](https://github.com/grafana/scenes/pull/1438) ([@ashharrison90](https://github.com/ashharrison90))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes",
3
- "version": "8.1.4",
3
+ "version": "8.2.1",
4
4
  "description": "Grafana framework for building dynamic dashboards",
5
5
  "author": "Grafana Labs",
6
6
  "license": "Apache-2.0",
@@ -104,5 +104,5 @@
104
104
  "prettier --write"
105
105
  ]
106
106
  },
107
- "gitHead": "80a79b72fb4e03c48cd7804ec2ddbb13e3cde1a2"
107
+ "gitHead": "39b87846c98ea2a090afd124cc3f9e923c65f79a"
108
108
  }