@backstage/plugin-notifications 0.5.16-next.2 → 0.5.17-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,37 @@
|
|
|
1
1
|
# @backstage/plugin-notifications
|
|
2
2
|
|
|
3
|
+
## 0.5.17-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3846774: Added missing dependencies that were previously only available transitively.
|
|
8
|
+
- e2d9831: Tightened React Aria dependency version ranges from `^` to `~` to prevent unintended minor version upgrades.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @backstage/core-components@0.18.10-next.0
|
|
11
|
+
- @backstage/ui@0.15.0-next.0
|
|
12
|
+
- @backstage/errors@1.3.1-next.0
|
|
13
|
+
- @backstage/frontend-plugin-api@0.17.0-next.0
|
|
14
|
+
- @backstage/plugin-notifications-common@0.2.3-next.0
|
|
15
|
+
- @backstage/core-plugin-api@1.12.6-next.0
|
|
16
|
+
- @backstage/theme@0.7.3
|
|
17
|
+
- @backstage/plugin-signals-react@0.0.22-next.0
|
|
18
|
+
|
|
19
|
+
## 0.5.16
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- 19a2a03: Migrated notifications plugin to use backstage UI
|
|
24
|
+
- d156cf4: Added `title` and `icon` to the new frontend system plugin definition.
|
|
25
|
+
- Updated dependencies
|
|
26
|
+
- @backstage/ui@0.14.0
|
|
27
|
+
- @backstage/errors@1.3.0
|
|
28
|
+
- @backstage/theme@0.7.3
|
|
29
|
+
- @backstage/frontend-plugin-api@0.16.0
|
|
30
|
+
- @backstage/core-components@0.18.9
|
|
31
|
+
- @backstage/core-plugin-api@1.12.5
|
|
32
|
+
- @backstage/plugin-notifications-common@0.2.2
|
|
33
|
+
- @backstage/plugin-signals-react@0.0.21
|
|
34
|
+
|
|
3
35
|
## 0.5.16-next.2
|
|
4
36
|
|
|
5
37
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -23,8 +23,8 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
23
23
|
title: string | undefined;
|
|
24
24
|
};
|
|
25
25
|
configInput: {
|
|
26
|
-
title?: string | undefined;
|
|
27
26
|
path?: string | undefined;
|
|
27
|
+
title?: string | undefined;
|
|
28
28
|
};
|
|
29
29
|
output: _backstage_frontend_plugin_api.ExtensionDataRef<string, "core.routing.path", {}> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.RouteRef<_backstage_frontend_plugin_api.AnyRouteRefParams>, "core.routing.ref", {
|
|
30
30
|
optional: true;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var name = "@backstage/plugin-notifications";
|
|
2
|
-
var version = "0.5.
|
|
2
|
+
var version = "0.5.17-next.0";
|
|
3
3
|
var backstage = {
|
|
4
4
|
role: "frontend-plugin",
|
|
5
5
|
pluginId: "notifications",
|
|
@@ -61,6 +61,7 @@ var dependencies = {
|
|
|
61
61
|
"@remixicon/react": "^4.6.0",
|
|
62
62
|
lodash: "^4.17.21",
|
|
63
63
|
notistack: "^3.0.1",
|
|
64
|
+
"react-aria-components": "~1.17.0",
|
|
64
65
|
"react-relative-time": "^0.0.9",
|
|
65
66
|
"react-use": "^17.2.4"
|
|
66
67
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"package.json.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"package.json.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-notifications",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.17-next.0",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "frontend-plugin",
|
|
6
6
|
"pluginId": "notifications",
|
|
@@ -63,25 +63,26 @@
|
|
|
63
63
|
"test": "backstage-cli package test"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@backstage/core-components": "0.18.
|
|
67
|
-
"@backstage/core-plugin-api": "1.12.
|
|
68
|
-
"@backstage/errors": "1.3.
|
|
69
|
-
"@backstage/frontend-plugin-api": "0.
|
|
70
|
-
"@backstage/plugin-notifications-common": "0.2.
|
|
71
|
-
"@backstage/plugin-signals-react": "0.0.
|
|
72
|
-
"@backstage/theme": "0.7.3
|
|
73
|
-
"@backstage/ui": "0.
|
|
66
|
+
"@backstage/core-components": "0.18.10-next.0",
|
|
67
|
+
"@backstage/core-plugin-api": "1.12.6-next.0",
|
|
68
|
+
"@backstage/errors": "1.3.1-next.0",
|
|
69
|
+
"@backstage/frontend-plugin-api": "0.17.0-next.0",
|
|
70
|
+
"@backstage/plugin-notifications-common": "0.2.3-next.0",
|
|
71
|
+
"@backstage/plugin-signals-react": "0.0.22-next.0",
|
|
72
|
+
"@backstage/theme": "0.7.3",
|
|
73
|
+
"@backstage/ui": "0.15.0-next.0",
|
|
74
74
|
"@remixicon/react": "^4.6.0",
|
|
75
75
|
"lodash": "^4.17.21",
|
|
76
76
|
"notistack": "^3.0.1",
|
|
77
|
+
"react-aria-components": "~1.17.0",
|
|
77
78
|
"react-relative-time": "^0.0.9",
|
|
78
79
|
"react-use": "^17.2.4"
|
|
79
80
|
},
|
|
80
81
|
"devDependencies": {
|
|
81
|
-
"@backstage/cli": "0.36.
|
|
82
|
-
"@backstage/dev-utils": "1.1.
|
|
83
|
-
"@backstage/plugin-signals": "0.0.
|
|
84
|
-
"@backstage/test-utils": "1.7.
|
|
82
|
+
"@backstage/cli": "0.36.2-next.0",
|
|
83
|
+
"@backstage/dev-utils": "1.1.23-next.0",
|
|
84
|
+
"@backstage/plugin-signals": "0.0.31-next.0",
|
|
85
|
+
"@backstage/test-utils": "1.7.18-next.0",
|
|
85
86
|
"@testing-library/jest-dom": "^6.0.0",
|
|
86
87
|
"@testing-library/react": "^16.0.0",
|
|
87
88
|
"@types/react": "^18.0.0",
|