@grafana/scenes-react 5.3.6 → 5.3.7

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 +12 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v5.3.7 (Thu Jul 04 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Dependencies: Bump grafana packages to v11 [#802](https://github.com/grafana/scenes/pull/802) ([@Sergej-Vlasov](https://github.com/Sergej-Vlasov))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@Sergej-Vlasov](https://github.com/Sergej-Vlasov)
10
+
11
+ ---
12
+
1
13
  # v5.3.5 (Wed Jul 03 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes-react",
3
- "version": "5.3.6",
3
+ "version": "5.3.7",
4
4
  "description": "Grafana framework for building dynamic dashboards",
5
5
  "author": "Grafana Labs",
6
6
  "license": "AGPL-3.0-only",
@@ -37,15 +37,15 @@
37
37
  "url": "https://github.com/grafana/scenes/issues"
38
38
  },
39
39
  "dependencies": {
40
- "@grafana/e2e-selectors": "^10.4.1",
41
- "@grafana/scenes": "5.3.6",
40
+ "@grafana/e2e-selectors": "^11.0.0",
41
+ "@grafana/scenes": "5.3.7",
42
42
  "react-use": "17.4.0"
43
43
  },
44
44
  "peerDependencies": {
45
- "@grafana/data": "^10.4.1",
46
- "@grafana/runtime": "^10.4.1",
47
- "@grafana/schema": "^10.4.1",
48
- "@grafana/ui": "^10.4.1",
45
+ "@grafana/data": "^11.0.0",
46
+ "@grafana/runtime": "^11.0.0",
47
+ "@grafana/schema": "^11.0.0",
48
+ "@grafana/ui": "^11.0.0",
49
49
  "react": "^18.0.0",
50
50
  "react-dom": "^18.0.0"
51
51
  },
@@ -112,5 +112,5 @@
112
112
  "prettier --write"
113
113
  ]
114
114
  },
115
- "gitHead": "0271814d32818f0c9bdad2350789c912ebab27fb"
115
+ "gitHead": "bf6118631e93fd116f9574524c67f708eadde55b"
116
116
  }