@grafana/scenes 8.7.0 → 8.8.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 +2 -2
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- # v8.6.0 (Thu Jun 25 2026)
1
+ # v8.6.0 (Fri Jun 26 2026)
2
2
 
3
3
  ### Release Notes
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes",
3
- "version": "8.7.0",
3
+ "version": "8.8.0",
4
4
  "description": "Grafana framework for building dynamic dashboards",
5
5
  "author": "Grafana Labs",
6
6
  "license": "Apache-2.0",
@@ -103,5 +103,5 @@
103
103
  "prettier --write"
104
104
  ]
105
105
  },
106
- "gitHead": "fa5357f5785e8e70e4227648587fc69091a8edb0"
106
+ "gitHead": "efbb432c626436e6d7bb2b5b0aaf0261995c6b8e"
107
107
  }