@grafana/create-plugin 6.3.0 → 6.3.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.
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v6.3.1 (Tue Nov 25 2025)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- chore(deps): update grafana dependencies to v12.3.0 [#2318](https://github.com/grafana/plugin-tools/pull/2318) ([@renovate-sh-app[bot]](https://github.com/renovate-sh-app[bot]))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@renovate-sh-app[bot]](https://github.com/renovate-sh-app[bot])
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v6.3.0 (Tue Nov 25 2025)
|
|
2
14
|
|
|
3
15
|
#### 🚀 Enhancement
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grafana/create-plugin",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"directory": "packages/create-plugin",
|
|
6
6
|
"url": "https://github.com/grafana/plugin-tools"
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"engines": {
|
|
57
57
|
"node": ">=20"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "36c70711056caf1b353b146e82c80eba3b072c9e"
|
|
60
60
|
}
|
|
@@ -7,7 +7,7 @@ services:
|
|
|
7
7
|
context: .
|
|
8
8
|
args:
|
|
9
9
|
grafana_image: ${GRAFANA_IMAGE:-{{~grafanaImage~}} }
|
|
10
|
-
grafana_version: ${GRAFANA_VERSION:-12.
|
|
10
|
+
grafana_version: ${GRAFANA_VERSION:-12.3.0}
|
|
11
11
|
development: ${DEVELOPMENT:-false}
|
|
12
12
|
anonymous_auth_enabled: ${ANONYMOUS_AUTH_ENABLED:-true}
|
|
13
13
|
ports:
|
|
@@ -72,11 +72,11 @@
|
|
|
72
72
|
},
|
|
73
73
|
"dependencies": {
|
|
74
74
|
"@emotion/css": "11.10.6",
|
|
75
|
-
"@grafana/data": "^12.
|
|
76
|
-
"@grafana/i18n": "^12.
|
|
77
|
-
"@grafana/runtime": "^12.
|
|
78
|
-
"@grafana/ui": "^12.
|
|
79
|
-
"@grafana/schema": "^12.
|
|
75
|
+
"@grafana/data": "^12.3.0",
|
|
76
|
+
"@grafana/i18n": "^12.3.0",
|
|
77
|
+
"@grafana/runtime": "^12.3.0",
|
|
78
|
+
"@grafana/ui": "^12.3.0",
|
|
79
|
+
"@grafana/schema": "^12.3.0",{{#if_eq pluginType "scenesapp" }}
|
|
80
80
|
"@grafana/scenes": "{{ scenesVersion }}",{{/if_eq}}
|
|
81
81
|
"react": "^18.3.0",
|
|
82
82
|
"react-dom": "^18.3.0"{{#if isAppType}},
|