@backstage/plugin-notifications 0.0.0-nightly-20240327021030 → 0.0.0-nightly-20240406021000

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 +28 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,13 +1,39 @@
1
1
  # @backstage/plugin-notifications
2
2
 
3
- ## 0.0.0-nightly-20240327021030
3
+ ## 0.0.0-nightly-20240406021000
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.0.0-nightly-20240406021000
9
+ - @backstage/core-plugin-api@1.9.1
10
+ - @backstage/errors@1.2.4
11
+ - @backstage/theme@0.5.2
12
+ - @backstage/types@1.1.1
13
+ - @backstage/plugin-notifications-common@0.0.2
14
+ - @backstage/plugin-signals-react@0.0.2
15
+
16
+ ## 0.1.3-next.0
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/core-components@0.14.4-next.0
22
+ - @backstage/core-plugin-api@1.9.1
23
+ - @backstage/errors@1.2.4
24
+ - @backstage/theme@0.5.2
25
+ - @backstage/types@1.1.1
26
+ - @backstage/plugin-notifications-common@0.0.2
27
+ - @backstage/plugin-signals-react@0.0.2
28
+
29
+ ## 0.1.2
4
30
 
5
31
  ### Patch Changes
6
32
 
7
33
  - e8f026a: Use ESM exports of react-use library
8
34
  - 6a2fe4b: Added ESLint rule `no-top-level-material-ui-4-imports` in the `notifications` plugin to migrate the Material UI imports.
9
35
  - Updated dependencies
10
- - @backstage/core-components@0.0.0-nightly-20240327021030
36
+ - @backstage/core-components@0.14.3
11
37
  - @backstage/core-plugin-api@1.9.1
12
38
  - @backstage/errors@1.2.4
13
39
  - @backstage/theme@0.5.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-notifications",
3
- "version": "0.0.0-nightly-20240327021030",
3
+ "version": "0.0.0-nightly-20240406021000",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -28,7 +28,7 @@
28
28
  "postpack": "backstage-cli package postpack"
29
29
  },
30
30
  "dependencies": {
31
- "@backstage/core-components": "^0.0.0-nightly-20240327021030",
31
+ "@backstage/core-components": "^0.0.0-nightly-20240406021000",
32
32
  "@backstage/core-plugin-api": "^1.9.1",
33
33
  "@backstage/errors": "^1.2.4",
34
34
  "@backstage/plugin-notifications-common": "^0.0.2",
@@ -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-20240327021030",
52
- "@backstage/core-app-api": "^0.0.0-nightly-20240327021030",
53
- "@backstage/dev-utils": "^0.0.0-nightly-20240327021030",
54
- "@backstage/test-utils": "^0.0.0-nightly-20240327021030",
51
+ "@backstage/cli": "^0.0.0-nightly-20240406021000",
52
+ "@backstage/core-app-api": "^1.12.3",
53
+ "@backstage/dev-utils": "^0.0.0-nightly-20240406021000",
54
+ "@backstage/test-utils": "^1.5.3",
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",