@grafana/create-plugin 5.9.5-canary.1322.9cffbb3.0 → 5.9.5

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.5 (Mon Nov 25 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - chore(deps): update dependency @grafana/e2e-selectors to v11.3.1 [#1336](https://github.com/grafana/plugin-tools/pull/1336) ([@renovate[bot]](https://github.com/renovate[bot]))
6
+ - chore(deps): update dependency @grafana/plugin-e2e to v1.12.2 [#1340](https://github.com/grafana/plugin-tools/pull/1340) ([@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.4 (Thu Nov 21 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.5-canary.1322.9cffbb3.0",
3
+ "version": "5.9.5",
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": "9cffbb34b410b42fef712191ddb8cb5801d9c647"
89
+ "gitHead": "40f81cfd8c229561c0c9ea74a73be2642319b7a3"
90
90
  }
@@ -70,7 +70,7 @@
70
70
  "@grafana/runtime": "^11.3.1",
71
71
  "@grafana/ui": "^11.3.1",
72
72
  "@grafana/schema": "^11.3.1",{{#if_eq pluginType "scenesapp"}}
73
- "@grafana/scenes": "^5.26.0",{{/if_eq}}
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 }}",