@grafana/create-plugin 1.12.3-canary.427.81fafa5.0 → 2.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ # v2.0.0 (Mon Oct 02 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Bugfix: Enable plugins to lazy load modules [#427](https://github.com/grafana/plugin-tools/pull/427) ([@mckn](https://github.com/mckn))
6
+ - webpack template: minor lint fixes [#414](https://github.com/grafana/plugin-tools/pull/414) ([@briangann](https://github.com/briangann))
7
+ - Increase required node engine to v18 [#405](https://github.com/grafana/plugin-tools/pull/405) ([@academo](https://github.com/academo))
8
+ - README typo fixes [#387](https://github.com/grafana/plugin-tools/pull/387) ([@aangelisc](https://github.com/aangelisc))
9
+
10
+ #### Authors: 4
11
+
12
+ - Andreas Christou ([@aangelisc](https://github.com/aangelisc))
13
+ - Brian Gann ([@briangann](https://github.com/briangann))
14
+ - Esteban Beltran ([@academo](https://github.com/academo))
15
+ - Marcus Andersson ([@mckn](https://github.com/mckn))
16
+
17
+ ---
18
+
1
19
  # v1.12.2 (Thu Sep 07 2023)
2
20
 
3
21
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/create-plugin",
3
- "version": "1.12.3-canary.427.81fafa5.0",
3
+ "version": "2.0.0",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "directory": "packages/create-plugin",
@@ -66,5 +66,5 @@
66
66
  "engines": {
67
67
  "node": ">=18"
68
68
  },
69
- "gitHead": "81fafa58c7eedaa4390eb3d0aab0e67112312863"
69
+ "gitHead": "d61bc5effe7e3c9bd444ebe05c6840c48f15ecef"
70
70
  }