@grafana/scenes 5.0.1--canary.793.9495469697.0 → 5.0.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.0.1 (Thu Jun 13 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - UrlSync: Fixes issue with recent url sync change [#793](https://github.com/grafana/scenes/pull/793) ([@torkelo](https://github.com/torkelo))
6
+ - SceneQueryRunner: When waiting for a variable to load, and PanelData is undefined, we should create a valid PanelData object. [#791](https://github.com/grafana/scenes/pull/791) ([@oscarkilhed](https://github.com/oscarkilhed))
7
+
8
+ #### Authors: 2
9
+
10
+ - Oscar Kilhed ([@oscarkilhed](https://github.com/oscarkilhed))
11
+ - Torkel Ödegaard ([@torkelo](https://github.com/torkelo))
12
+
13
+ ---
14
+
1
15
  # v5.0.0 (Wed Jun 12 2024)
2
16
 
3
17
  #### 💥 Breaking Change
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes",
3
- "version": "5.0.1--canary.793.9495469697.0",
3
+ "version": "5.0.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": "85acf2a936d25c2678e1cee8061374a7819f7d51"
116
+ "gitHead": "1d164189e7beac24e2c0745317f05be1507d3615"
117
117
  }