@grafana/scenes 5.11.1--canary.830.10631142943.0 → 5.11.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
+ # v5.11.1 (Fri Aug 30 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - AdHocFiltersVariable - new ad hoc filters UI [#830](https://github.com/grafana/scenes/pull/830) ([@Sergej-Vlasov](https://github.com/Sergej-Vlasov) [@bfmatei](https://github.com/bfmatei))
6
+
7
+ #### Authors: 2
8
+
9
+ - [@Sergej-Vlasov](https://github.com/Sergej-Vlasov)
10
+ - Bogdan Matei ([@bfmatei](https://github.com/bfmatei))
11
+
12
+ ---
13
+
1
14
  # v5.11.0 (Thu Aug 29 2024)
2
15
 
3
16
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes",
3
- "version": "5.11.1--canary.830.10631142943.0",
3
+ "version": "5.11.1",
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": "3e7cfaa65cb623a921c22bdaa39d2d2415a8b492"
118
+ "gitHead": "3ab69093c19757b12453b5f52d186239cd184334"
119
119
  }