@grafana/scenes-react 8.8.1--canary.1556.28238103353.0 → 8.9.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 +33 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,36 @@
1
+ # v8.9.0 (Fri Jun 26 2026)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Clean changelog [#1556](https://github.com/grafana/scenes/pull/1556) ([@mdvictor](https://github.com/mdvictor))
6
+ - Bump version to: v8.8.0 \[skip ci\] ([@grafanabot](https://github.com/grafanabot))
7
+ - Update CHANGELOG.md \[skip ci\] ([@grafanabot](https://github.com/grafanabot))
8
+ - Bump version to: v8.5.0 \[skip ci\] ([@grafanabot](https://github.com/grafanabot))
9
+ - chore(deps): update dependency rimraf to v6 [#1534](https://github.com/grafana/scenes/pull/1534) ([@renovate-sh-app[bot]](https://github.com/renovate-sh-app[bot]))
10
+ - Bump version to: v8.4.0 \[skip ci\] ([@grafanabot](https://github.com/grafanabot))
11
+ - chore: run prettier on main [#1539](https://github.com/grafana/scenes/pull/1539) ([@gtk-grafana](https://github.com/gtk-grafana))
12
+ - Bump version to: v8.3.0 \[skip ci\] ([@grafanabot](https://github.com/grafanabot))
13
+ - chore(deps): update dependency jest to v30 [#1530](https://github.com/grafana/scenes/pull/1530) ([@renovate-sh-app[bot]](https://github.com/renovate-sh-app[bot]))
14
+ - fix(deps): update emotion monorepo [#1511](https://github.com/grafana/scenes/pull/1511) ([@renovate-sh-app[bot]](https://github.com/renovate-sh-app[bot]) [@mdvictor](https://github.com/mdvictor))
15
+ - fix(deps): update react monorepo [#1512](https://github.com/grafana/scenes/pull/1512) ([@renovate-sh-app[bot]](https://github.com/renovate-sh-app[bot]))
16
+ - chore(deps): update dependency rxjs to v7.8.2 [#1474](https://github.com/grafana/scenes/pull/1474) ([@renovate-sh-app[bot]](https://github.com/renovate-sh-app[bot]) [@mdvictor](https://github.com/mdvictor))
17
+ - chore(deps): update dependency @types/node to v20.19.41 [#1493](https://github.com/grafana/scenes/pull/1493) ([@renovate-sh-app[bot]](https://github.com/renovate-sh-app[bot]))
18
+ - chore(deps): update dependency @types/lodash to v4.17.24 [#1492](https://github.com/grafana/scenes/pull/1492) ([@renovate-sh-app[bot]](https://github.com/renovate-sh-app[bot]))
19
+ - chore(deps): update dependency @rollup/plugin-eslint to ^9.2.0 [#1490](https://github.com/grafana/scenes/pull/1490) ([@renovate-sh-app[bot]](https://github.com/renovate-sh-app[bot]))
20
+ - chore(deps): update dependency @types/react-grid-layout to v1.3.6 [#1479](https://github.com/grafana/scenes/pull/1479) ([@renovate-sh-app[bot]](https://github.com/renovate-sh-app[bot]))
21
+ - chore(deps): update dependency @types/react-virtualized-auto-sizer to v1.0.8 [#1472](https://github.com/grafana/scenes/pull/1472) ([@renovate-sh-app[bot]](https://github.com/renovate-sh-app[bot]))
22
+ - security: bump uuid ^9.0.0 → ^11.0.0 (CVE-2026-41907) [#1468](https://github.com/grafana/scenes/pull/1468) ([@moxious](https://github.com/moxious))
23
+
24
+ #### Authors: 5
25
+
26
+ - [@renovate-sh-app[bot]](https://github.com/renovate-sh-app[bot])
27
+ - David Allen ([@moxious](https://github.com/moxious))
28
+ - Galen Kistler ([@gtk-grafana](https://github.com/gtk-grafana))
29
+ - Grot (@grafanabot) ([@grafanabot](https://github.com/grafanabot))
30
+ - Victor Marin ([@mdvictor](https://github.com/mdvictor))
31
+
32
+ ---
33
+
1
34
  # v8.6.0 (Fri Jun 26 2026)
2
35
 
3
36
  ### Release Notes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes-react",
3
- "version": "8.8.1--canary.1556.28238103353.0",
3
+ "version": "8.9.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.13.5",
50
50
  "@emotion/react": "11.14.0",
51
- "@grafana/scenes": "8.8.1--canary.1556.28238103353.0",
51
+ "@grafana/scenes": "8.9.0",
52
52
  "lodash": "^4.17.21",
53
53
  "lru-cache": "^10.2.2",
54
54
  "react-use": "^17.4.0"
@@ -90,5 +90,5 @@
90
90
  "prettier --write"
91
91
  ]
92
92
  },
93
- "gitHead": "2a5be65eec61e099f1e6e2258bba13b7b5e3958b"
93
+ "gitHead": "d1112ef388009c31868487c78b59f5beb22dc61c"
94
94
  }