@axis-backstage/plugin-jira-dashboard-backend 0.2.0 → 0.4.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @axis-backstage/plugin-jira-dashboard-backend
2
2
 
3
+ ## 0.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 864d983: Bumped Backstage version to v.1.22.0
8
+
9
+ ### Patch Changes
10
+
11
+ - 1248d02: Removed the single quotes from documentation config strings
12
+ - Updated dependencies [864d983]
13
+ - @axis-backstage/plugin-jira-dashboard-common@0.3.0
14
+
15
+ ## 0.3.0
16
+
17
+ ### Minor Changes
18
+
19
+ - 23ff76a: Bumped Backstage version to v.1.21.0 in whole monorepo
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [23ff76a]
24
+ - @axis-backstage/plugin-jira-dashboard-common@0.2.0
25
+
3
26
  ## 0.2.0
4
27
 
5
28
  ### Minor Changes
package/README.md CHANGED
@@ -24,8 +24,8 @@ The Jira Dashboard plugin requires the following YAML to be added to your app-co
24
24
  ```yaml
25
25
  jiraDashboard:
26
26
  token: ${JIRA_TOKEN}
27
- baseUrl: ${JIRA_BASE_URL}'
28
- userEmailSuffix: ${JIRA_EMAIL_SUFFIX}'
27
+ baseUrl: ${JIRA_BASE_URL}
28
+ userEmailSuffix: ${JIRA_EMAIL_SUFFIX}
29
29
  ```
30
30
 
31
31
  Configuration Details:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axis-backstage/plugin-jira-dashboard-backend",
3
- "version": "0.2.0",
3
+ "version": "0.4.0",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -22,13 +22,13 @@
22
22
  "postpack": "backstage-cli package postpack"
23
23
  },
24
24
  "dependencies": {
25
- "@axis-backstage/plugin-jira-dashboard-common": "^0.1.1",
26
- "@backstage/backend-common": "^0.19.9",
27
- "@backstage/backend-plugin-api": "^0.6.7",
28
- "@backstage/catalog-client": "^1.4.6",
25
+ "@axis-backstage/plugin-jira-dashboard-common": "^0.3.0",
26
+ "@backstage/backend-common": "^0.20.1",
27
+ "@backstage/backend-plugin-api": "^0.6.9",
28
+ "@backstage/catalog-client": "^1.5.2",
29
29
  "@backstage/config": "^1.1.1",
30
- "@backstage/plugin-auth-node": "^0.4.1",
31
- "@backstage/plugin-permission-common": "^0.7.10",
30
+ "@backstage/plugin-auth-node": "^0.4.3",
31
+ "@backstage/plugin-permission-common": "^0.7.12",
32
32
  "@types/express": "*",
33
33
  "express": "^4.17.1",
34
34
  "express-promise-router": "^4.1.0",
@@ -37,7 +37,7 @@
37
37
  "yn": "^4.0.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@backstage/cli": "^0.24.0",
40
+ "@backstage/cli": "^0.25.1",
41
41
  "@types/supertest": "^2.0.12",
42
42
  "msw": "^1.0.0",
43
43
  "supertest": "^6.2.4"