@grafana/create-plugin 5.4.2-canary.1139.8baac77.0 → 5.4.2

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 +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # v5.4.2 (Thu Oct 03 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Create Plugin: Remove topnav feature flag from Scenes templates [#1139](https://github.com/grafana/plugin-tools/pull/1139) ([@jackw](https://github.com/jackw))
6
+ - Update grafana patch dependencies [#1156](https://github.com/grafana/plugin-tools/pull/1156) ([@renovate[bot]](https://github.com/renovate[bot]))
7
+
8
+ #### Authors: 2
9
+
10
+ - [@renovate[bot]](https://github.com/renovate[bot])
11
+ - Jack Westbrook ([@jackw](https://github.com/jackw))
12
+
13
+ ---
14
+
1
15
  # v5.4.1 (Tue Oct 01 2024)
2
16
 
3
17
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/create-plugin",
3
- "version": "5.4.2-canary.1139.8baac77.0",
3
+ "version": "5.4.2",
4
4
  "repository": {
5
5
  "directory": "packages/create-plugin",
6
6
  "url": "https://github.com/grafana/plugin-tools"
@@ -88,5 +88,5 @@
88
88
  "engines": {
89
89
  "node": ">=20"
90
90
  },
91
- "gitHead": "8baac77c4c5b326b87329dd9217d32c490d68e08"
91
+ "gitHead": "9173115b5fb522c90de7c569b1513459c4f47fb1"
92
92
  }