@grafana/scenes 5.23.4--canary.958.11745371152.0 → 5.23.4

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.23.4 (Fri Nov 08 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - New filters UI: adds some basic unit tests [#958](https://github.com/grafana/scenes/pull/958) ([@ashharrison90](https://github.com/ashharrison90) [@Sergej-Vlasov](https://github.com/Sergej-Vlasov))
6
+
7
+ #### Authors: 2
8
+
9
+ - [@Sergej-Vlasov](https://github.com/Sergej-Vlasov)
10
+ - Ashley Harrison ([@ashharrison90](https://github.com/ashharrison90))
11
+
12
+ ---
13
+
1
14
  # v5.23.3 (Fri Nov 08 2024)
2
15
 
3
16
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes",
3
- "version": "5.23.4--canary.958.11745371152.0",
3
+ "version": "5.23.4",
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": "e8dc0ba35992044712e2658f1aff603de202e31d"
118
+ "gitHead": "5f04e5d3201a54ee409ff217d9b06918a19b5d36"
119
119
  }