@backstage/plugin-notifications 0.3.1-next.2 → 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.
- package/CHANGELOG.md +16 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @backstage/plugin-notifications
|
|
2
2
|
|
|
3
|
+
## 0.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 653f60b: Severity filter label newly contains "Min severity" to better describe range instead of exact value.
|
|
8
|
+
- 4a53dd0: Implement icon in backend and show icon in table if available.
|
|
9
|
+
- 836127c: Updated dependency `@testing-library/react` to `^16.0.0`.
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
- @backstage/core-components@0.15.0
|
|
12
|
+
- @backstage/core-plugin-api@1.9.4
|
|
13
|
+
- @backstage/theme@0.5.7
|
|
14
|
+
- @backstage/plugin-signals-react@0.0.5
|
|
15
|
+
- @backstage/errors@1.2.4
|
|
16
|
+
- @backstage/types@1.1.1
|
|
17
|
+
- @backstage/plugin-notifications-common@0.0.5
|
|
18
|
+
|
|
3
19
|
## 0.3.1-next.2
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-notifications",
|
|
3
|
-
"version": "0.3.1
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "frontend-plugin",
|
|
6
6
|
"pluginId": "notifications",
|
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
"test": "backstage-cli package test"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@backstage/core-components": "^0.
|
|
42
|
-
"@backstage/core-plugin-api": "^1.9.4
|
|
41
|
+
"@backstage/core-components": "^0.15.0",
|
|
42
|
+
"@backstage/core-plugin-api": "^1.9.4",
|
|
43
43
|
"@backstage/errors": "^1.2.4",
|
|
44
44
|
"@backstage/plugin-notifications-common": "^0.0.5",
|
|
45
|
-
"@backstage/plugin-signals-react": "^0.0.5
|
|
46
|
-
"@backstage/theme": "^0.5.7
|
|
45
|
+
"@backstage/plugin-signals-react": "^0.0.5",
|
|
46
|
+
"@backstage/theme": "^0.5.7",
|
|
47
47
|
"@backstage/types": "^1.1.1",
|
|
48
48
|
"@material-ui/core": "^4.9.13",
|
|
49
49
|
"@material-ui/icons": "^4.9.1",
|
|
@@ -56,11 +56,11 @@
|
|
|
56
56
|
"react-use": "^17.2.4"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@backstage/cli": "^0.27.1
|
|
60
|
-
"@backstage/core-app-api": "^1.
|
|
61
|
-
"@backstage/dev-utils": "^1.1.0
|
|
62
|
-
"@backstage/plugin-signals": "^0.0.10
|
|
63
|
-
"@backstage/test-utils": "^1.6.0
|
|
59
|
+
"@backstage/cli": "^0.27.1",
|
|
60
|
+
"@backstage/core-app-api": "^1.15.0",
|
|
61
|
+
"@backstage/dev-utils": "^1.1.0",
|
|
62
|
+
"@backstage/plugin-signals": "^0.0.10",
|
|
63
|
+
"@backstage/test-utils": "^1.6.0",
|
|
64
64
|
"@testing-library/jest-dom": "^6.0.0",
|
|
65
65
|
"@testing-library/react": "^16.0.0",
|
|
66
66
|
"@testing-library/user-event": "^14.0.0",
|