@grafana/scenes-react 8.6.0 → 8.7.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 +1 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- # v8.6.0 (Wed Jun 24 2026)
1
+ # v8.6.0 (Thu Jun 25 2026)
2
2
 
3
3
  ### Release Notes
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes-react",
3
- "version": "8.6.0",
3
+ "version": "8.7.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.6.0",
51
+ "@grafana/scenes": "8.7.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": "128915f01792ece430f10274b25d5e2e80df2ad9"
93
+ "gitHead": "fa5357f5785e8e70e4227648587fc69091a8edb0"
94
94
  }