@grafana/scenes 6.21.0 → 6.21.1

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 +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v6.21.1 (Thu Jun 19 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - i18n: fixes peer dependencies [#1162](https://github.com/grafana/scenes/pull/1162) ([@hugohaggmark](https://github.com/hugohaggmark))
6
+
7
+ #### Authors: 1
8
+
9
+ - Hugo Häggmark ([@hugohaggmark](https://github.com/hugohaggmark))
10
+
11
+ ---
12
+
1
13
  # v6.21.0 (Wed Jun 18 2025)
2
14
 
3
15
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/scenes",
3
- "version": "6.21.0",
3
+ "version": "6.21.1",
4
4
  "description": "Grafana framework for building dynamic dashboards",
5
5
  "author": "Grafana Labs",
6
6
  "license": "AGPL-3.0-only",
@@ -50,7 +50,7 @@
50
50
  "peerDependencies": {
51
51
  "@grafana/data": ">=10.4",
52
52
  "@grafana/e2e-selectors": ">=10.4",
53
- "@grafana/i18n": ">=12.1.0",
53
+ "@grafana/i18n": "*",
54
54
  "@grafana/runtime": ">=10.4",
55
55
  "@grafana/schema": ">=10.4",
56
56
  "@grafana/ui": ">=10.4",
@@ -125,5 +125,5 @@
125
125
  "prettier --write"
126
126
  ]
127
127
  },
128
- "gitHead": "b99424cc14b07904ab0af05489e833b6be0f66db"
128
+ "gitHead": "17c6de0ea42c6b804da549fe48329445cc7cde00"
129
129
  }