@grafana/scenes-react 8.9.2 → 8.9.3
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.
- package/CHANGELOG.md +12 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v8.9.3 (Thu Jul 02 2026)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Deps: Unpin production dependencies in `@grafana/scenes` + `@grafana/scenes-react` [#1561](https://github.com/grafana/scenes/pull/1561) ([@MattIPv4](https://github.com/MattIPv4))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Matt Cowley ([@MattIPv4](https://github.com/MattIPv4))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v8.9.0 (Fri Jun 26 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": "8.9.
|
|
3
|
+
"version": "8.9.3",
|
|
4
4
|
"description": "Grafana framework for building dynamic dashboards",
|
|
5
5
|
"author": "Grafana Labs",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -46,9 +46,9 @@
|
|
|
46
46
|
"url": "https://github.com/grafana/scenes/issues"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@emotion/css": "11.13.5",
|
|
50
|
-
"@emotion/react": "11.14.0",
|
|
51
|
-
"@grafana/scenes": "8.9.
|
|
49
|
+
"@emotion/css": "^11.13.5",
|
|
50
|
+
"@emotion/react": "^11.14.0",
|
|
51
|
+
"@grafana/scenes": "8.9.3",
|
|
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": "
|
|
93
|
+
"gitHead": "2f52ec018435186c2ccd0ba665ef22d3ddf6da11"
|
|
94
94
|
}
|