@grafana/create-plugin 4.2.4-canary.823.fa85409.0 → 4.2.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,27 @@
1
+ # v4.2.5 (Mon Mar 18 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Create Plugin: Remove devOnly parameter and related test cases [#823](https://github.com/grafana/plugin-tools/pull/823) ([@oshirohugo](https://github.com/oshirohugo))
6
+
7
+ #### Authors: 1
8
+
9
+ - Hugo Kiyodi Oshiro ([@oshirohugo](https://github.com/oshirohugo))
10
+
11
+ ---
12
+
13
+ # v4.2.4 (Fri Mar 15 2024)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - Create Plugin: upgrade @grafana/eslint-config to 7.0.0 [#822](https://github.com/grafana/plugin-tools/pull/822) ([@oshirohugo](https://github.com/oshirohugo))
18
+
19
+ #### Authors: 1
20
+
21
+ - Hugo Kiyodi Oshiro ([@oshirohugo](https://github.com/oshirohugo))
22
+
23
+ ---
24
+
1
25
  # v4.2.3 (Thu Mar 14 2024)
2
26
 
3
27
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/create-plugin",
3
- "version": "4.2.4-canary.823.fa85409.0",
3
+ "version": "4.2.5",
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": "fa854094ad6e1bfc9b77e440e9daa31d24ee8694"
90
+ "gitHead": "83b004bd75c21c6de1b04a8f7e4eb14e887aa116"
91
91
  }
@@ -21,7 +21,7 @@
21
21
  "@babel/core": "^7.21.4",
22
22
  "@grafana/e2e": "{{ grafanaVersion }}",
23
23
  "@grafana/e2e-selectors": "{{ grafanaVersion }}",
24
- "@grafana/eslint-config": "^6.0.0",
24
+ "@grafana/eslint-config": "^7.0.0",
25
25
  "@grafana/tsconfig": "^1.2.0-rc1",
26
26
  "@swc/core": "^1.3.90",
27
27
  "@swc/helpers": "^0.5.0",