@backstage/plugin-notifications 0.0.0-nightly-20240310021333 → 0.0.0-nightly-20240312020947

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-20240310021333
3
+ ## 0.0.0-nightly-20240312020947
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -12,13 +12,13 @@
12
12
 
13
13
  - 5d9c5ba: The Notifications can be newly filtered based on the Created Date.
14
14
  - Updated dependencies
15
- - @backstage/core-components@0.0.0-nightly-20240310021333
16
- - @backstage/errors@0.0.0-nightly-20240310021333
17
- - @backstage/plugin-notifications-common@0.0.0-nightly-20240310021333
18
- - @backstage/theme@0.0.0-nightly-20240310021333
19
- - @backstage/core-plugin-api@0.0.0-nightly-20240310021333
15
+ - @backstage/core-components@0.0.0-nightly-20240312020947
16
+ - @backstage/errors@0.0.0-nightly-20240312020947
17
+ - @backstage/plugin-notifications-common@0.0.0-nightly-20240312020947
18
+ - @backstage/theme@0.0.0-nightly-20240312020947
19
+ - @backstage/core-plugin-api@0.0.0-nightly-20240312020947
20
20
  - @backstage/types@1.1.1
21
- - @backstage/plugin-signals-react@0.0.0-nightly-20240310021333
21
+ - @backstage/plugin-signals-react@0.0.0-nightly-20240312020947
22
22
 
23
23
  ## 0.1.0-next.1
24
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-notifications",
3
- "version": "0.0.0-nightly-20240310021333",
3
+ "version": "0.0.0-nightly-20240312020947",
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-20240310021333",
32
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240310021333",
33
- "@backstage/errors": "^0.0.0-nightly-20240310021333",
34
- "@backstage/plugin-notifications-common": "^0.0.0-nightly-20240310021333",
35
- "@backstage/plugin-signals-react": "^0.0.0-nightly-20240310021333",
36
- "@backstage/theme": "^0.0.0-nightly-20240310021333",
31
+ "@backstage/core-components": "^0.0.0-nightly-20240312020947",
32
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20240312020947",
33
+ "@backstage/errors": "^0.0.0-nightly-20240312020947",
34
+ "@backstage/plugin-notifications-common": "^0.0.0-nightly-20240312020947",
35
+ "@backstage/plugin-signals-react": "^0.0.0-nightly-20240312020947",
36
+ "@backstage/theme": "^0.0.0-nightly-20240312020947",
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-20240310021333",
52
- "@backstage/core-app-api": "^0.0.0-nightly-20240310021333",
53
- "@backstage/dev-utils": "^0.0.0-nightly-20240310021333",
54
- "@backstage/test-utils": "^0.0.0-nightly-20240310021333",
51
+ "@backstage/cli": "^0.0.0-nightly-20240312020947",
52
+ "@backstage/core-app-api": "^0.0.0-nightly-20240312020947",
53
+ "@backstage/dev-utils": "^0.0.0-nightly-20240312020947",
54
+ "@backstage/test-utils": "^0.0.0-nightly-20240312020947",
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",