Version Packages
This commit is contained in:
@@ -1,5 +1,22 @@
|
||||
# @backstage/plugin-notifications
|
||||
|
||||
## 0.5.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 3846774: Added missing dependencies that were previously only available transitively.
|
||||
- e2d9831: Tightened React Aria dependency version ranges from `^` to `~` to prevent unintended minor version upgrades.
|
||||
- f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
|
||||
- 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.
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.18.10
|
||||
- @backstage/ui@0.15.0
|
||||
- @backstage/errors@1.3.1
|
||||
- @backstage/frontend-plugin-api@0.17.0
|
||||
- @backstage/core-plugin-api@1.12.6
|
||||
- @backstage/plugin-notifications-common@0.2.3
|
||||
- @backstage/plugin-signals-react@0.0.22
|
||||
|
||||
## 0.5.17-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-notifications",
|
||||
"version": "0.5.17-next.1",
|
||||
"version": "0.5.17",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
"pluginId": "notifications",
|
||||
|
||||
Reference in New Issue
Block a user