@grafana/create-plugin 5.7.4-canary.1199.fcb7348.0 → 5.7.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ # v5.7.4 (Wed Oct 30 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Update grafana dependencies [#1199](https://github.com/grafana/plugin-tools/pull/1199) ([@renovate[bot]](https://github.com/renovate[bot]) [@sunker](https://github.com/sunker))
6
+
7
+ #### Authors: 2
8
+
9
+ - [@renovate[bot]](https://github.com/renovate[bot])
10
+ - Erik Sundell ([@sunker](https://github.com/sunker))
11
+
12
+ ---
13
+
1
14
  # v5.7.3 (Mon Oct 28 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.7.4-canary.1199.fcb7348.0",
3
+ "version": "5.7.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": "fcb7348a05329d7831d709307d4b90c5796d1a64"
89
+ "gitHead": "0d6a4b7cadec6d2853df9442ad58fe74c1b2a7f8"
90
90
  }