@backstage/plugin-notifications 0.0.0-nightly-20240507021634 → 0.0.0-nightly-20240508020436
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 +11 -3
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/plugin-notifications
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20240508020436
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -15,8 +15,16 @@
|
|
|
15
15
|
- fcda449: The rendered size of a notification is limited for very long descriptions.
|
|
16
16
|
- f6633ca: Add option to set the notification as read automatically when the notification link is opened
|
|
17
17
|
- Updated dependencies
|
|
18
|
-
- @backstage/core-components@0.0.0-nightly-
|
|
19
|
-
- @backstage/theme@0.0.0-nightly-
|
|
18
|
+
- @backstage/core-components@0.0.0-nightly-20240508020436
|
|
19
|
+
- @backstage/theme@0.0.0-nightly-20240508020436
|
|
20
|
+
|
|
21
|
+
## 0.2.1-next.2
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- 42eaf63: Increase default and allow modifying notification snackbar auto hide duration
|
|
26
|
+
- Updated dependencies
|
|
27
|
+
- @backstage/core-components@0.14.7-next.2
|
|
20
28
|
|
|
21
29
|
## 0.2.1-next.1
|
|
22
30
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-notifications",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20240508020436",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "frontend-plugin"
|
|
6
6
|
},
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"test": "backstage-cli package test"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@backstage/core-components": "^0.0.0-nightly-
|
|
34
|
+
"@backstage/core-components": "^0.0.0-nightly-20240508020436",
|
|
35
35
|
"@backstage/core-plugin-api": "^1.9.2",
|
|
36
36
|
"@backstage/errors": "^1.2.4",
|
|
37
37
|
"@backstage/plugin-notifications-common": "^0.0.3",
|
|
38
38
|
"@backstage/plugin-signals-react": "^0.0.3",
|
|
39
|
-
"@backstage/theme": "^0.0.0-nightly-
|
|
39
|
+
"@backstage/theme": "^0.0.0-nightly-20240508020436",
|
|
40
40
|
"@backstage/types": "^1.1.1",
|
|
41
41
|
"@material-ui/core": "^4.9.13",
|
|
42
42
|
"@material-ui/icons": "^4.9.1",
|
|
@@ -49,11 +49,11 @@
|
|
|
49
49
|
"react-use": "^17.2.4"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
52
|
+
"@backstage/cli": "^0.0.0-nightly-20240508020436",
|
|
53
53
|
"@backstage/core-app-api": "^1.12.4",
|
|
54
|
-
"@backstage/dev-utils": "^0.0.0-nightly-
|
|
55
|
-
"@backstage/plugin-signals": "^0.0.0-nightly-
|
|
56
|
-
"@backstage/test-utils": "^0.0.0-nightly-
|
|
54
|
+
"@backstage/dev-utils": "^0.0.0-nightly-20240508020436",
|
|
55
|
+
"@backstage/plugin-signals": "^0.0.0-nightly-20240508020436",
|
|
56
|
+
"@backstage/test-utils": "^0.0.0-nightly-20240508020436",
|
|
57
57
|
"@testing-library/jest-dom": "^6.0.0",
|
|
58
58
|
"@testing-library/react": "^15.0.0",
|
|
59
59
|
"@testing-library/user-event": "^14.0.0",
|