@grafana/create-plugin 4.10.2 → 4.10.3

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
+ # v4.10.3 (Wed May 08 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - CreatePlugin: Updating template to use latest version of plugin meta extractor [#905](https://github.com/grafana/plugin-tools/pull/905) ([@mckn](https://github.com/mckn))
6
+
7
+ #### Authors: 1
8
+
9
+ - Marcus Andersson ([@mckn](https://github.com/mckn))
10
+
11
+ ---
12
+
1
13
  # v4.10.1 (Tue May 07 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/create-plugin",
3
- "version": "4.10.2",
3
+ "version": "4.10.3",
4
4
  "repository": {
5
5
  "directory": "packages/create-plugin",
6
6
  "url": "https://github.com/grafana/plugin-tools"
@@ -87,5 +87,5 @@
87
87
  "engines": {
88
88
  "node": ">=20"
89
89
  },
90
- "gitHead": "648d1db7150d535f246ef972d010206d35b45cc1"
90
+ "gitHead": "a2e3972ca75b1a59089fb037032691decfe32c34"
91
91
  }
@@ -24,7 +24,7 @@
24
24
  "@grafana/eslint-config": "^7.0.0",{{#if usePlaywright}}
25
25
  "@grafana/plugin-e2e": "^1.0.1",{{/if}}
26
26
  "@grafana/tsconfig": "^1.2.0-rc1",
27
- "@grafana/plugin-meta-extractor": "^0.0.1",{{#if usePlaywright}}
27
+ "@grafana/plugin-meta-extractor": "^0.0.2",{{#if usePlaywright}}
28
28
  "@playwright/test": "^1.41.2",{{/if}}
29
29
  "@swc/core": "^1.3.90",
30
30
  "@swc/helpers": "^0.5.0",