@grafana/create-plugin 5.9.4-canary.1322.f4400d4.0 → 5.9.4
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,16 @@
|
|
|
1
|
+
# v5.9.4 (Thu Nov 21 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- chore(deps): update grafana/grafana-enterprise docker tag to v11.3.1 [#1339](https://github.com/grafana/plugin-tools/pull/1339) ([@renovate[bot]](https://github.com/renovate[bot]))
|
|
6
|
+
- chore(deps): update grafana patch dependencies to v11.3.1 [#1338](https://github.com/grafana/plugin-tools/pull/1338) ([@renovate[bot]](https://github.com/renovate[bot]))
|
|
7
|
+
|
|
8
|
+
#### Authors: 1
|
|
9
|
+
|
|
10
|
+
- [@renovate[bot]](https://github.com/renovate[bot])
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
1
14
|
# v5.9.3 (Fri Nov 15 2024)
|
|
2
15
|
|
|
3
16
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grafana/create-plugin",
|
|
3
|
-
"version": "5.9.4
|
|
3
|
+
"version": "5.9.4",
|
|
4
4
|
"repository": {
|
|
5
5
|
"directory": "packages/create-plugin",
|
|
6
6
|
"url": "https://github.com/grafana/plugin-tools"
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"engines": {
|
|
87
87
|
"node": ">=20"
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "9847f0ab47fd1e3ba491441d4756786af5662fb6"
|
|
90
90
|
}
|
|
@@ -66,11 +66,11 @@
|
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
68
|
"@emotion/css": "11.10.6",
|
|
69
|
-
"@grafana/data": "^11.3.
|
|
70
|
-
"@grafana/runtime": "^11.3.
|
|
71
|
-
"@grafana/ui": "^11.3.
|
|
72
|
-
"@grafana/schema": "^11.3.
|
|
73
|
-
"@grafana/scenes": "^5.
|
|
69
|
+
"@grafana/data": "^11.3.1",
|
|
70
|
+
"@grafana/runtime": "^11.3.1",
|
|
71
|
+
"@grafana/ui": "^11.3.1",
|
|
72
|
+
"@grafana/schema": "^11.3.1",{{#if_eq pluginType "scenesapp"}}
|
|
73
|
+
"@grafana/scenes": "^5.24.0",{{/if_eq}}
|
|
74
74
|
"react": "18.2.0",
|
|
75
75
|
"react-dom": "18.2.0",{{#if isAppType}}
|
|
76
76
|
"react-router-dom": "^{{ reactRouterVersion }}",
|