@axis-backstage/plugin-statuspage-backend 0.5.1 → 0.5.2

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 +66 -0
  2. package/package.json +3 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,66 @@
1
+ # @axis-backstage/plugin-statuspage-backend
2
+
3
+ ## 0.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 22754be: Update `@backstage/backend-common` package dependency.
8
+
9
+ ## 0.5.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 1db0ada: Marked `createRouter` and `RouterOptions` as deprecated, to be removed soon after the Backstage `1.32.0` release in October
14
+
15
+ ## 0.5.0
16
+
17
+ ### Minor Changes
18
+
19
+ - 6fd284d: Updated to Backstage v1.30.1.
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [6fd284d]
24
+ - @axis-backstage/plugin-statuspage-common@0.5.0
25
+
26
+ ## 0.4.0
27
+
28
+ ### Minor Changes
29
+
30
+ - 0b948ea: Generate pluginIds for plugins and bumping @backstage/cli
31
+
32
+ ### Patch Changes
33
+
34
+ - Updated dependencies [0b948ea]
35
+ - @axis-backstage/plugin-statuspage-common@0.4.0
36
+
37
+ ## 0.3.0
38
+
39
+ ### Minor Changes
40
+
41
+ - 916589b: Bumped Backstage to v.27.7 and removed the TechRadar plugin since it was not used and caused problems with the new version.
42
+
43
+ ### Patch Changes
44
+
45
+ - Updated dependencies [916589b]
46
+ - @axis-backstage/plugin-statuspage-common@0.3.0
47
+
48
+ ## 0.2.1
49
+
50
+ ### Patch Changes
51
+
52
+ - 0535af4: Bumped backstage dependencies to match 1.26.0
53
+ - 0535af4: Updated the installation instructions for the new backend system.
54
+ - Updated dependencies [0535af4]
55
+ - @axis-backstage/plugin-statuspage-common@0.2.1
56
+
57
+ ## 0.2.0
58
+
59
+ ### Minor Changes
60
+
61
+ - b445aaa: Initial Release of the Statuspage Plugin
62
+
63
+ ### Patch Changes
64
+
65
+ - Updated dependencies [b445aaa]
66
+ - @axis-backstage/plugin-statuspage-common@0.2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axis-backstage/plugin-statuspage-backend",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@axis-backstage/plugin-statuspage-common": "^0.5.0",
33
- "@backstage/backend-common": "^0.24.0",
33
+ "@backstage/backend-common": "^0.25.0",
34
34
  "@backstage/backend-plugin-api": "^0.8.0",
35
35
  "@backstage/config": "^1.2.0",
36
36
  "@types/express": "*",
@@ -47,4 +47,4 @@
47
47
  ],
48
48
  "configSchema": "config.d.ts",
49
49
  "directory": "_release/package"
50
- }
50
+ }