@grafana/scenes-react 6.27.1 → 6.27.2

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 +12 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v6.27.2 (Wed Jul 09 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - chore: unify license change in #327 [#1137](https://github.com/grafana/scenes/pull/1137) ([@gtk-grafana](https://github.com/gtk-grafana))
6
+
7
+ #### Authors: 1
8
+
9
+ - Galen Kistler ([@gtk-grafana](https://github.com/gtk-grafana))
10
+
11
+ ---
12
+
1
13
  # v6.21.0 (Wed Jun 18 2025)
2
14
 
3
15
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@grafana/scenes-react",
3
- "version": "6.27.1",
3
+ "version": "6.27.2",
4
4
  "description": "Grafana framework for building dynamic dashboards",
5
5
  "author": "Grafana Labs",
6
- "license": "AGPL-3.0-only",
6
+ "license": "Apache-2.0",
7
7
  "homepage": "https://grafana.com/developers/scenes",
8
8
  "main": "dist/index.js",
9
9
  "types": "dist/index.d.ts",
@@ -37,7 +37,7 @@
37
37
  "url": "https://github.com/grafana/scenes/issues"
38
38
  },
39
39
  "dependencies": {
40
- "@grafana/scenes": "6.27.1",
40
+ "@grafana/scenes": "6.27.2",
41
41
  "lru-cache": "^10.2.2",
42
42
  "react-use": "^17.4.0"
43
43
  },
@@ -114,5 +114,5 @@
114
114
  "prettier --write"
115
115
  ]
116
116
  },
117
- "gitHead": "4c36d62e1b611d6ee3342194e32ae8001da77458"
117
+ "gitHead": "190ad4459171325a2bf320aa491b614518129cc1"
118
118
  }