@grafana/scenes 5.29.0--canary.992.12182926395.0 β†’ 5.29.0

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 +18 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ # v5.29.0 (Thu Dec 05 2024)
2
+
3
+ #### πŸš€ Enhancement
4
+
5
+ - AdHocFiltersCombobox - Improve filter editing behaviour when pre-filling value on edit [#992](https://github.com/grafana/scenes/pull/992) ([@Sergej-Vlasov](https://github.com/Sergej-Vlasov))
6
+ - Variables: Fixes issue when variable value was null [#985](https://github.com/grafana/scenes/pull/985) ([@torkelo](https://github.com/torkelo))
7
+
8
+ #### πŸ› Bug Fix
9
+
10
+ - Prettier/lint: Add prettier and lint check to CI , format all files with prettier [#988](https://github.com/grafana/scenes/pull/988) ([@torkelo](https://github.com/torkelo))
11
+
12
+ #### Authors: 2
13
+
14
+ - [@Sergej-Vlasov](https://github.com/Sergej-Vlasov)
15
+ - Torkel Γ–degaard ([@torkelo](https://github.com/torkelo))
16
+
17
+ ---
18
+
1
19
  # v5.28.1 (Fri Nov 29 2024)
2
20
 
3
21
  #### πŸ› Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes",
3
- "version": "5.29.0--canary.992.12182926395.0",
3
+ "version": "5.29.0",
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": "21962516709c0763d96be1498270e0518557d82d"
118
+ "gitHead": "f63d5ca9628626f8c9cf62e833f58287ae7c71ee"
119
119
  }