@axis-backstage/plugin-statuspage 0.3.1 → 0.3.3

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 +42 -0
  2. package/package.json +3 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,42 @@
1
+ # @axis-backstage/plugin-statuspage
2
+
3
+ ## 0.3.3
4
+
5
+ ### Patch Changes
6
+
7
+ - ae965c0: Fix broken workspace dependencies
8
+
9
+ ## 0.3.2
10
+
11
+ ### Patch Changes
12
+
13
+ - 60b6270: Fix broken release
14
+
15
+ ## 0.3.1
16
+
17
+ ### Patch Changes
18
+
19
+ - 73b296f: Better README and small UI-fixes
20
+
21
+ ## 0.3.0
22
+
23
+ ### Minor Changes
24
+
25
+ - 32683b9: StatuspageEntityCard was route mounted incorrectly, which broke the component in certain cases.
26
+
27
+ ## 0.2.1
28
+
29
+ ### Patch Changes
30
+
31
+ - 050e48d: Replace all Mui Grid v1 with v2
32
+
33
+ ## 0.2.0
34
+
35
+ ### Minor Changes
36
+
37
+ - b445aaa: Initial Release of the Statuspage Plugin
38
+
39
+ ### Patch Changes
40
+
41
+ - Updated dependencies [b445aaa]
42
+ - @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",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -23,7 +23,7 @@
23
23
  "postpack": "backstage-cli package postpack"
24
24
  },
25
25
  "dependencies": {
26
- "@axis-backstage/plugin-statuspage-common": "workspace:^",
26
+ "@axis-backstage/plugin-statuspage-common": "^0.2.0",
27
27
  "@backstage/catalog-model": "^1.4.3",
28
28
  "@backstage/core-components": "^0.13.10",
29
29
  "@backstage/core-plugin-api": "^1.8.2",
@@ -44,4 +44,4 @@
44
44
  "dist"
45
45
  ],
46
46
  "module": "./dist/index.esm.js"
47
- }
47
+ }