@grafana/create-plugin 0.4.1-canary.127.d97b07a.0 → 0.4.1

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 +13 -0
  2. package/package.json +2 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,13 @@
1
+ # v0.4.1 (Mon Oct 31 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - CI: Introduce auto for publishing packages [#127](https://github.com/grafana/plugin-tools/pull/127) ([@jackw](https://github.com/jackw))
6
+ - Manually rename gitignore to prevent yarn and npm pack from removing them [#126](https://github.com/grafana/plugin-tools/pull/126) ([@academo](https://github.com/academo))
7
+ - Removing ts-ignore [#124](https://github.com/grafana/plugin-tools/pull/124) ([@tolzhabayev](https://github.com/tolzhabayev))
8
+
9
+ #### Authors: 3
10
+
11
+ - Esteban Beltran ([@academo](https://github.com/academo))
12
+ - Jack Westbrook ([@jackw](https://github.com/jackw))
13
+ - Timur Olzhabayev ([@tolzhabayev](https://github.com/tolzhabayev))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/create-plugin",
3
- "version": "0.4.1-canary.127.d97b07a.0",
3
+ "version": "0.4.1",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "directory": "packages/create-plugin",
@@ -59,5 +59,5 @@
59
59
  "engines": {
60
60
  "node": ">=16"
61
61
  },
62
- "gitHead": "d97b07a16ec94d275c069eecf5033977bbf7f965"
62
+ "gitHead": "ded867f4ea88599fb923a9d7c71514e1f6b85c00"
63
63
  }