@backstage/plugin-notifications 0.0.0-nightly-20240316021101 → 0.0.0-nightly-20240318021018

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 +7 -7
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-notifications
2
2
 
3
- ## 0.0.0-nightly-20240316021101
3
+ ## 0.0.0-nightly-20240318021018
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -15,13 +15,13 @@
15
15
  - 75f2d84: the user can newly mark notifications as "Saved" for their better visibility in the future
16
16
  - 5d9c5ba: The Notifications can be newly filtered based on the Created Date.
17
17
  - Updated dependencies
18
- - @backstage/plugin-notifications-common@0.0.0-nightly-20240316021101
19
- - @backstage/core-components@0.0.0-nightly-20240316021101
20
- - @backstage/errors@0.0.0-nightly-20240316021101
21
- - @backstage/theme@0.0.0-nightly-20240316021101
22
- - @backstage/core-plugin-api@0.0.0-nightly-20240316021101
18
+ - @backstage/plugin-notifications-common@0.0.0-nightly-20240318021018
19
+ - @backstage/core-components@0.0.0-nightly-20240318021018
20
+ - @backstage/errors@0.0.0-nightly-20240318021018
21
+ - @backstage/theme@0.0.0-nightly-20240318021018
22
+ - @backstage/core-plugin-api@0.0.0-nightly-20240318021018
23
23
  - @backstage/types@1.1.1
24
- - @backstage/plugin-signals-react@0.0.0-nightly-20240316021101
24
+ - @backstage/plugin-signals-react@0.0.0-nightly-20240318021018
25
25
 
26
26
  ## 0.1.0-next.2
27
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-notifications",
3
- "version": "0.0.0-nightly-20240316021101",
3
+ "version": "0.0.0-nightly-20240318021018",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -28,12 +28,12 @@
28
28
  "postpack": "backstage-cli package postpack"
29
29
  },
30
30
  "dependencies": {
31
- "@backstage/core-components": "^0.0.0-nightly-20240316021101",
32
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240316021101",
33
- "@backstage/errors": "^0.0.0-nightly-20240316021101",
34
- "@backstage/plugin-notifications-common": "^0.0.0-nightly-20240316021101",
35
- "@backstage/plugin-signals-react": "^0.0.0-nightly-20240316021101",
36
- "@backstage/theme": "^0.0.0-nightly-20240316021101",
31
+ "@backstage/core-components": "^0.0.0-nightly-20240318021018",
32
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20240318021018",
33
+ "@backstage/errors": "^0.0.0-nightly-20240318021018",
34
+ "@backstage/plugin-notifications-common": "^0.0.0-nightly-20240318021018",
35
+ "@backstage/plugin-signals-react": "^0.0.0-nightly-20240318021018",
36
+ "@backstage/theme": "^0.0.0-nightly-20240318021018",
37
37
  "@backstage/types": "^1.1.1",
38
38
  "@material-ui/core": "^4.9.13",
39
39
  "@material-ui/icons": "^4.9.1",
@@ -48,10 +48,10 @@
48
48
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/cli": "^0.0.0-nightly-20240316021101",
52
- "@backstage/core-app-api": "^0.0.0-nightly-20240316021101",
53
- "@backstage/dev-utils": "^0.0.0-nightly-20240316021101",
54
- "@backstage/test-utils": "^0.0.0-nightly-20240316021101",
51
+ "@backstage/cli": "^0.0.0-nightly-20240318021018",
52
+ "@backstage/core-app-api": "^0.0.0-nightly-20240318021018",
53
+ "@backstage/dev-utils": "^0.0.0-nightly-20240318021018",
54
+ "@backstage/test-utils": "^0.0.0-nightly-20240318021018",
55
55
  "@testing-library/jest-dom": "^6.0.0",
56
56
  "@testing-library/react": "^14.0.0",
57
57
  "@testing-library/user-event": "^14.0.0",