@grafana/scenes-react 7.5.0--canary.1345.24995132997.0 → 8.0.0

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 +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v8.0.0 (Mon Apr 27 2026)
2
+
3
+ #### 💥 Breaking Change
4
+
5
+ - Fundamentals: No more flickering with render before activation global default option [#1345](https://github.com/grafana/scenes/pull/1345) ([@torkelo](https://github.com/torkelo))
6
+
7
+ #### Authors: 1
8
+
9
+ - Torkel Ödegaard ([@torkelo](https://github.com/torkelo))
10
+
11
+ ---
12
+
1
13
  # v7.3.10 (Tue Apr 07 2026)
2
14
 
3
15
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes-react",
3
- "version": "7.5.0--canary.1345.24995132997.0",
3
+ "version": "8.0.0",
4
4
  "description": "Grafana framework for building dynamic dashboards",
5
5
  "author": "Grafana Labs",
6
6
  "license": "Apache-2.0",
@@ -48,7 +48,7 @@
48
48
  "dependencies": {
49
49
  "@emotion/css": "11.10.5",
50
50
  "@emotion/react": "11.10.5",
51
- "@grafana/scenes": "7.5.0--canary.1345.24995132997.0",
51
+ "@grafana/scenes": "8.0.0",
52
52
  "lodash": "^4.17.21",
53
53
  "lru-cache": "^10.2.2",
54
54
  "react-use": "^17.4.0"
@@ -91,5 +91,5 @@
91
91
  "prettier --write"
92
92
  ]
93
93
  },
94
- "gitHead": "4c682c69415e8e458faa34ff17abb6ff0d7546b5"
94
+ "gitHead": "0fb07d32e7d28baad70b82eb04b36665603daff9"
95
95
  }