@grafana/scenes 4.0.2--canary.656.8387068694.0 β†’ 4.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ # v4.0.3 (Fri Mar 22 2024)
2
+
3
+ #### πŸ› Bug Fix
4
+
5
+ - MultiValueVariable: Fixes issue with initial url sync when using old All url value [#656](https://github.com/grafana/scenes/pull/656) ([@torkelo](https://github.com/torkelo))
6
+
7
+ #### Authors: 1
8
+
9
+ - Torkel Γ–degaard ([@torkelo](https://github.com/torkelo))
10
+
11
+ ---
12
+
13
+ # v4.0.2 (Fri Mar 22 2024)
14
+
15
+ #### πŸ› Bug Fix
16
+
17
+ - ControlsLabel: style: use info icons for description [#654](https://github.com/grafana/scenes/pull/654) ([@darrenjaneczek](https://github.com/darrenjaneczek))
18
+
19
+ #### Authors: 1
20
+
21
+ - Darren Janeczek ([@darrenjaneczek](https://github.com/darrenjaneczek))
22
+
23
+ ---
24
+
1
25
  # v4.0.1 (Thu Mar 21 2024)
2
26
 
3
27
  #### πŸ› Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes",
3
- "version": "4.0.2--canary.656.8387068694.0",
3
+ "version": "4.0.3",
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": "abbc9a210b18c74e116df75b02488c5e0b0c5e25"
118
+ "gitHead": "782428087222c53095f2febd477f70d66768fddb"
119
119
  }