@backstage/plugin-notifications 0.5.6-next.2 → 0.5.7-next.0

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 CHANGED
@@ -1,5 +1,38 @@
1
1
  # @backstage/plugin-notifications
2
2
 
3
+ ## 0.5.7-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/theme@0.6.7-next.0
9
+ - @backstage/core-components@0.17.4-next.0
10
+ - @backstage/core-compat-api@0.4.4-next.0
11
+ - @backstage/core-plugin-api@1.10.8
12
+ - @backstage/errors@1.2.7
13
+ - @backstage/frontend-plugin-api@0.10.4-next.0
14
+ - @backstage/types@1.2.1
15
+ - @backstage/plugin-notifications-common@0.0.9
16
+ - @backstage/plugin-signals-react@0.0.14
17
+
18
+ ## 0.5.6
19
+
20
+ ### Patch Changes
21
+
22
+ - 18c64e9: Added the `info.packageJson` option to the plugin instance for the new frontend system.
23
+ - b00c160: Remove React import form notification and scaffolder plugin
24
+ - 1fb5f06: Adds ability for user to turn on/off notifications for specific topics within an origin.
25
+ - Updated dependencies
26
+ - @backstage/core-components@0.17.3
27
+ - @backstage/core-plugin-api@1.10.8
28
+ - @backstage/plugin-notifications-common@0.0.9
29
+ - @backstage/frontend-plugin-api@0.10.3
30
+ - @backstage/core-compat-api@0.4.3
31
+ - @backstage/errors@1.2.7
32
+ - @backstage/theme@0.6.6
33
+ - @backstage/types@1.2.1
34
+ - @backstage/plugin-signals-react@0.0.14
35
+
3
36
  ## 0.5.6-next.2
4
37
 
5
38
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-notifications";
2
- var version = "0.5.6-next.2";
2
+ var version = "0.5.7-next.0";
3
3
  var backstage = {
4
4
  role: "frontend-plugin",
5
5
  pluginId: "notifications",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-notifications",
3
- "version": "0.5.6-next.2",
3
+ "version": "0.5.7-next.0",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "notifications",
@@ -63,14 +63,14 @@
63
63
  "test": "backstage-cli package test"
64
64
  },
65
65
  "dependencies": {
66
- "@backstage/core-compat-api": "0.4.3-next.2",
67
- "@backstage/core-components": "0.17.3-next.0",
68
- "@backstage/core-plugin-api": "1.10.7",
66
+ "@backstage/core-compat-api": "0.4.4-next.0",
67
+ "@backstage/core-components": "0.17.4-next.0",
68
+ "@backstage/core-plugin-api": "1.10.8",
69
69
  "@backstage/errors": "1.2.7",
70
- "@backstage/frontend-plugin-api": "0.10.3-next.1",
71
- "@backstage/plugin-notifications-common": "0.0.9-next.0",
72
- "@backstage/plugin-signals-react": "0.0.13",
73
- "@backstage/theme": "0.6.6",
70
+ "@backstage/frontend-plugin-api": "0.10.4-next.0",
71
+ "@backstage/plugin-notifications-common": "0.0.9",
72
+ "@backstage/plugin-signals-react": "0.0.14",
73
+ "@backstage/theme": "0.6.7-next.0",
74
74
  "@backstage/types": "1.2.1",
75
75
  "@material-ui/core": "^4.9.13",
76
76
  "@material-ui/icons": "^4.9.1",
@@ -82,11 +82,11 @@
82
82
  "react-use": "^17.2.4"
83
83
  },
84
84
  "devDependencies": {
85
- "@backstage/cli": "0.33.0-next.1",
86
- "@backstage/core-app-api": "1.17.0",
87
- "@backstage/dev-utils": "1.1.11-next.2",
88
- "@backstage/plugin-signals": "0.0.20-next.1",
89
- "@backstage/test-utils": "1.7.8",
85
+ "@backstage/cli": "0.33.1-next.0",
86
+ "@backstage/core-app-api": "1.17.1",
87
+ "@backstage/dev-utils": "1.1.12-next.0",
88
+ "@backstage/plugin-signals": "0.0.21-next.0",
89
+ "@backstage/test-utils": "1.7.10-next.0",
90
90
  "@testing-library/jest-dom": "^6.0.0",
91
91
  "@testing-library/react": "^16.0.0",
92
92
  "@testing-library/user-event": "^14.0.0",