@grafana/scenes 5.36.4--canary.858.12706496691.0 → 5.36.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 +15 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ # v5.36.4 (Fri Jan 10 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Scenes performance: Measurement [#858](https://github.com/grafana/scenes/pull/858) ([@dprokop](https://github.com/dprokop) [@oscarkilhed](https://github.com/oscarkilhed))
6
+ - Variables: current value [#1005](https://github.com/grafana/scenes/pull/1005) ([@yincongcyincong](https://github.com/yincongcyincong))
7
+
8
+ #### Authors: 3
9
+
10
+ - Dominik Prokop ([@dprokop](https://github.com/dprokop))
11
+ - jackyin ([@yincongcyincong](https://github.com/yincongcyincong))
12
+ - Oscar Kilhed ([@oscarkilhed](https://github.com/oscarkilhed))
13
+
14
+ ---
15
+
1
16
  # v5.36.3 (Wed Jan 08 2025)
2
17
 
3
18
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes",
3
- "version": "5.36.4--canary.858.12706496691.0",
3
+ "version": "5.36.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": "fd07e570dc24721f4f87deb3083dde81b890428a"
118
+ "gitHead": "a870c91ab8ce101caa9db656b8e4cbf978aee969"
119
119
  }