@grafana/plugin-ui 0.3.0 → 0.3.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.
@@ -0,0 +1,3 @@
1
+ import { ChangelogFunctions } from "@changesets/types";
2
+ declare const defaultChangelogFunctions: ChangelogFunctions;
3
+ export default defaultChangelogFunctions;
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ const getReleaseLine = (changeset) => tslib_1.__awaiter(void 0, void 0, void 0, function* () { return `- ${changeset.summary}`; });
5
+ const getDependencyReleaseLine = () => tslib_1.__awaiter(void 0, void 0, void 0, function* () { return ""; });
6
+ const defaultChangelogFunctions = {
7
+ getReleaseLine,
8
+ getDependencyReleaseLine,
9
+ };
10
+ exports.default = defaultChangelogFunctions;
11
+ //# sourceMappingURL=functions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"functions.js","sourceRoot":"","sources":["../../../src/utils/changeset/functions.ts"],"names":[],"mappings":";;;AAMA,MAAM,cAAc,GAAmB,CAAO,SAAS,EAAE,EAAE,0DACzD,OAAA,KAAK,SAAS,CAAC,OAAO,EAAE,CAAA,GAAA,CAAC;AAE3B,MAAM,wBAAwB,GAA6B,GAAS,EAAE,0DAAC,OAAA,EAAE,CAAA,GAAA,CAAC;AAE1E,MAAM,yBAAyB,GAAuB;IACpD,cAAc;IACd,wBAAwB;CACzB,CAAC;AAEF,kBAAe,yBAAyB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/plugin-ui",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "repository": "git@github.com:grafana/plugin-ui.git",
5
5
  "author": "Grafana Labs",
6
6
  "main": "dist/index.js",