@grafana/scenes-react 8.3.0 → 8.3.1--canary.1538.27246354487.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 +2 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -421,7 +421,7 @@ Read the [React 19 Upgrade Guide](https://react.dev/blog/2024/04/25/react-19-upg
421
421
 
422
422
  ### [`v9.2.0`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/eslint/CHANGELOG.md#v920)
423
423
 
424
- *2025-10-28*
424
+ _2025-10-28_
425
425
 
426
426
  ##### Features
427
427
 
@@ -429,7 +429,7 @@ Read the [React 19 Upgrade Guide](https://react.dev/blog/2024/04/25/react-19-upg
429
429
 
430
430
  ### [`v9.1.0`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/eslint/CHANGELOG.md#v910)
431
431
 
432
- *2025-10-04*
432
+ _2025-10-04_
433
433
 
434
434
  ##### Features
435
435
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes-react",
3
- "version": "8.3.0",
3
+ "version": "8.3.1--canary.1538.27246354487.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.3.0",
51
+ "@grafana/scenes": "8.3.1--canary.1538.27246354487.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": "33734260da50fb098c1a49293a918cf99dd68597"
93
+ "gitHead": "972da6e38093f2b37ab0aae648807207c123cc99"
94
94
  }