@backstage/plugin-notifications 0.5.17-next.1 → 0.5.18-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,29 @@
1
1
  # @backstage/plugin-notifications
2
2
 
3
+ ## 0.5.18-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.18.11-next.0
9
+
10
+ ## 0.5.17
11
+
12
+ ### Patch Changes
13
+
14
+ - 3846774: Added missing dependencies that were previously only available transitively.
15
+ - e2d9831: Tightened React Aria dependency version ranges from `^` to `~` to prevent unintended minor version upgrades.
16
+ - f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
17
+ - 03311e3: The notification description used in the notifications table is now a swappable component, so that apps can replace its rendering with a custom implementation.
18
+ - Updated dependencies
19
+ - @backstage/core-components@0.18.10
20
+ - @backstage/ui@0.15.0
21
+ - @backstage/errors@1.3.1
22
+ - @backstage/frontend-plugin-api@0.17.0
23
+ - @backstage/core-plugin-api@1.12.6
24
+ - @backstage/plugin-notifications-common@0.2.3
25
+ - @backstage/plugin-signals-react@0.0.22
26
+
3
27
  ## 0.5.17-next.1
4
28
 
5
29
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-notifications";
2
- var version = "0.5.17-next.1";
2
+ var version = "0.5.18-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.17-next.1",
3
+ "version": "0.5.18-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-components": "0.18.10-next.0",
67
- "@backstage/core-plugin-api": "1.12.6-next.1",
68
- "@backstage/errors": "1.3.1-next.0",
69
- "@backstage/frontend-plugin-api": "0.17.0-next.1",
70
- "@backstage/plugin-notifications-common": "0.2.3-next.0",
71
- "@backstage/plugin-signals-react": "0.0.22-next.0",
66
+ "@backstage/core-components": "0.18.11-next.0",
67
+ "@backstage/core-plugin-api": "1.12.6",
68
+ "@backstage/errors": "1.3.1",
69
+ "@backstage/frontend-plugin-api": "0.17.0",
70
+ "@backstage/plugin-notifications-common": "0.2.3",
71
+ "@backstage/plugin-signals-react": "0.0.22",
72
72
  "@backstage/theme": "0.7.3",
73
- "@backstage/ui": "0.15.0-next.1",
73
+ "@backstage/ui": "0.15.0",
74
74
  "@remixicon/react": ">=4.6.0 <4.9.0",
75
75
  "lodash": "^4.17.21",
76
76
  "notistack": "^3.0.1",
@@ -79,10 +79,10 @@
79
79
  "react-use": "^17.2.4"
80
80
  },
81
81
  "devDependencies": {
82
- "@backstage/cli": "0.36.2-next.1",
83
- "@backstage/dev-utils": "1.1.23-next.0",
84
- "@backstage/plugin-signals": "0.0.31-next.1",
85
- "@backstage/test-utils": "1.7.18-next.0",
82
+ "@backstage/cli": "0.36.3-next.0",
83
+ "@backstage/dev-utils": "1.1.24-next.0",
84
+ "@backstage/plugin-signals": "0.0.32-next.0",
85
+ "@backstage/test-utils": "1.7.18",
86
86
  "@testing-library/jest-dom": "^6.0.0",
87
87
  "@testing-library/react": "^16.0.0",
88
88
  "@types/react": "^18.0.0",