@grafana/plugin-types-bundler 0.3.1 → 0.4.0-canary.1564.14379821393.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 +0 -12
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,15 +1,3 @@
1
- # v0.3.1 (Thu Apr 10 2025)
2
-
3
- #### 🐛 Bug Fix
4
-
5
- - Build: Migrate to rollup and private workspaces [#1688](https://github.com/grafana/plugin-tools/pull/1688) ([@jackw](https://github.com/jackw))
6
-
7
- #### Authors: 1
8
-
9
- - Jack Westbrook ([@jackw](https://github.com/jackw))
10
-
11
- ---
12
-
13
1
  # v0.3.0 (Thu Mar 13 2025)
14
2
 
15
3
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/plugin-types-bundler",
3
- "version": "0.3.1",
3
+ "version": "0.4.0-canary.1564.14379821393.0",
4
4
  "description": "Bundle grafana plugin typescript types for sharing with other plugins",
5
5
  "bin": "./dist/bin/run.js",
6
6
  "type": "module",
@@ -55,5 +55,5 @@
55
55
  "jackw-dts-bundle-gen-test": "^9.5.1",
56
56
  "minimist": "^1.2.8"
57
57
  },
58
- "gitHead": "a661f6017cd6f4ff846794b9e96e391dc541377e"
58
+ "gitHead": "ac600d0dd93b294a300b8a70b0e132280c996cb9"
59
59
  }