@grafana/scenes 5.21.1--canary.942.11610448397.0 → 5.21.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 +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # v5.21.1 (Thu Oct 31 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - AdHocFilterCombobox: Improve backspace functionality to delete filter key, operator and values separately [#942](https://github.com/grafana/scenes/pull/942) ([@Sergej-Vlasov](https://github.com/Sergej-Vlasov))
6
+ - VariableValueInput: Set max width [#948](https://github.com/grafana/scenes/pull/948) ([@harisrozajac](https://github.com/harisrozajac))
7
+
8
+ #### Authors: 2
9
+
10
+ - [@Sergej-Vlasov](https://github.com/Sergej-Vlasov)
11
+ - Haris Rozajac ([@harisrozajac](https://github.com/harisrozajac))
12
+
13
+ ---
14
+
1
15
  # v5.21.0 (Tue Oct 29 2024)
2
16
 
3
17
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes",
3
- "version": "5.21.1--canary.942.11610448397.0",
3
+ "version": "5.21.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": "4446e4bf4d3671abecfa7dcc171e762370bcc1a2"
118
+ "gitHead": "95ba207c001a87581be598c1919219486687c559"
119
119
  }