@axis-backstage/plugin-jira-dashboard-backend 4.1.0 → 4.1.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @axis-backstage/plugin-jira-dashboard-backend
2
2
 
3
+ ## 4.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 82161b3: Fixed so JiraDashboard content can read config value from app-config file.
8
+
3
9
  ## 4.1.0
4
10
 
5
11
  ### Minor Changes
package/config.d.ts CHANGED
@@ -1,5 +1,7 @@
1
1
  export interface Config {
2
- /** Configuration options for the Jira Dashboard plugin */
2
+ /**
3
+ * Configuration options for the Jira Dashboard plugin
4
+ */
3
5
  jiraDashboard:
4
6
  | {
5
7
  /**
@@ -28,6 +30,7 @@ export interface Config {
28
30
 
29
31
  /**
30
32
  * Optional annotation prefix for retrieving a custom annotation. Defaut value is jira.com
33
+ * @visibility frontend
31
34
  */
32
35
  annotationPrefix?: string;
33
36
 
@@ -46,6 +49,7 @@ export interface Config {
46
49
  | {
47
50
  /**
48
51
  * Optional annotation prefix for retrieving a custom annotation. Defaut value is jira.com
52
+ * @visibility frontend
49
53
  */
50
54
  annotationPrefix?: string;
51
55
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axis-backstage/plugin-jira-dashboard-backend",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",