@grafana/create-plugin 4.5.1-canary.862.042552f.0 → 4.6.0

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
+ # v4.6.0 (Fri Apr 05 2024)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - Create Plugin: Scaffold plugins with playwright for e2e [#847](https://github.com/grafana/plugin-tools/pull/847) ([@jackw](https://github.com/jackw) [@sunker](https://github.com/sunker))
6
+
7
+ #### Authors: 2
8
+
9
+ - Erik Sundell ([@sunker](https://github.com/sunker))
10
+ - Jack Westbrook ([@jackw](https://github.com/jackw))
11
+
12
+ ---
13
+
1
14
  # v4.5.0 (Fri Apr 05 2024)
2
15
 
3
16
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/create-plugin",
3
- "version": "4.5.1-canary.862.042552f.0",
3
+ "version": "4.6.0",
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": "042552f0893aa9a1f7c4f57725c19b5931214645"
90
+ "gitHead": "086e97a2aa3147c43358e269e62045cd55e97ece"
91
91
  }
@@ -22,7 +22,7 @@
22
22
  "@grafana/e2e": "{{ grafanaVersion }}",
23
23
  "@grafana/e2e-selectors": "{{ grafanaVersion }}",{{/unless}}
24
24
  "@grafana/eslint-config": "^7.0.0",{{#if usePlaywright}}
25
- "@grafana/plugin-e2e": "^1.0.1",{{/if}}
25
+ "@grafana/plugin-e2e": "^0.27.0",{{/if}}
26
26
  "@grafana/tsconfig": "^1.2.0-rc1",{{#if usePlaywright}}
27
27
  "@playwright/test": "^1.41.2",{{/if}}
28
28
  "@swc/core": "^1.3.90",