@grafana/scenes 5.4.1--canary.837.9977135077.0 → 5.4.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.4.1 (Thu Jul 18 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - QueryVariable: Query is empty string by default [#837](https://github.com/grafana/scenes/pull/837) ([@ivanortegaalba](https://github.com/ivanortegaalba))
6
+ - fix(lazyloader): fix trying to run inexistent callbacks [#833](https://github.com/grafana/scenes/pull/833) ([@svennergr](https://github.com/svennergr))
7
+
8
+ #### Authors: 2
9
+
10
+ - Ivan Ortega Alba ([@ivanortegaalba](https://github.com/ivanortegaalba))
11
+ - Sven Grossmann ([@svennergr](https://github.com/svennergr))
12
+
13
+ ---
14
+
1
15
  # v5.4.0 (Tue Jul 16 2024)
2
16
 
3
17
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes",
3
- "version": "5.4.1--canary.837.9977135077.0",
3
+ "version": "5.4.1",
4
4
  "description": "Grafana framework for building dynamic dashboards",
5
5
  "author": "Grafana Labs",
6
6
  "license": "AGPL-3.0-only",
@@ -113,5 +113,5 @@
113
113
  "prettier --write"
114
114
  ]
115
115
  },
116
- "gitHead": "04bd471f79b8967afe04840e855eaef5fc54d782"
116
+ "gitHead": "c68c738c5a830a9d18c5ce18e517ead9f2277775"
117
117
  }