@backstage/plugin-notifications 0.0.0-nightly-20240508020436 → 0.0.0-nightly-20240510021653

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 +3 -3
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-notifications
2
2
 
3
- ## 0.0.0-nightly-20240508020436
3
+ ## 0.0.0-nightly-20240510021653
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -15,8 +15,8 @@
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-20240508020436
19
- - @backstage/theme@0.0.0-nightly-20240508020436
18
+ - @backstage/core-components@0.0.0-nightly-20240510021653
19
+ - @backstage/theme@0.0.0-nightly-20240510021653
20
20
 
21
21
  ## 0.2.1-next.2
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-notifications",
3
- "version": "0.0.0-nightly-20240508020436",
3
+ "version": "0.0.0-nightly-20240510021653",
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-20240508020436",
34
+ "@backstage/core-components": "^0.0.0-nightly-20240510021653",
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-20240508020436",
39
+ "@backstage/theme": "^0.0.0-nightly-20240510021653",
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-20240508020436",
53
- "@backstage/core-app-api": "^1.12.4",
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",
52
+ "@backstage/cli": "^0.0.0-nightly-20240510021653",
53
+ "@backstage/core-app-api": "^0.0.0-nightly-20240510021653",
54
+ "@backstage/dev-utils": "^0.0.0-nightly-20240510021653",
55
+ "@backstage/plugin-signals": "^0.0.0-nightly-20240510021653",
56
+ "@backstage/test-utils": "^0.0.0-nightly-20240510021653",
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",