@grafana/plugin-docs-cli 0.0.10-canary.2537.23286312909.0 → 0.0.10

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 +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v0.0.10 (Thu Mar 19 2026)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Plugin Docs: Publish packages to NPM [#2537](https://github.com/grafana/plugin-tools/pull/2537) ([@sunker](https://github.com/sunker))
6
+
7
+ #### Authors: 1
8
+
9
+ - Erik Sundell ([@sunker](https://github.com/sunker))
10
+
11
+ ---
12
+
1
13
  # @grafana/plugin-docs-cli
2
14
 
3
15
  ## 0.0.1 (Unreleased)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/plugin-docs-cli",
3
- "version": "0.0.10-canary.2537.23286312909.0",
3
+ "version": "0.0.10",
4
4
  "description": "CLI tool for developing, validating and previewing Grafana plugin documentation locally.",
5
5
  "type": "module",
6
6
  "bin": "./dist/bin/run.js",
@@ -45,7 +45,7 @@
45
45
  "node": ">=24"
46
46
  },
47
47
  "dependencies": {
48
- "@grafana/plugin-docs-parser": "0.0.4-canary.2537.23286312909.0",
48
+ "@grafana/plugin-docs-parser": "^0.0.4",
49
49
  "chokidar": "^5.0.0",
50
50
  "debug": "^4.3.7",
51
51
  "ejs": "^5.0.0",
@@ -64,5 +64,5 @@
64
64
  "@types/supertest": "^7.0.0",
65
65
  "supertest": "^7.0.0"
66
66
  },
67
- "gitHead": "557c04d508319ddcb39f34b34c1172ad5f483a07"
67
+ "gitHead": "d13a65dad5ef222db688680dd84059bd2a2b3c47"
68
68
  }