Version Packages

This commit is contained in:
github-actions[bot]
2025-02-18 15:19:53 +00:00
parent fd15e2ef27
commit 0df84b6ae4
472 changed files with 5560 additions and 1922 deletions
+18
View File
@@ -1,5 +1,23 @@
# @backstage/plugin-notifications
## 0.5.2
### Patch Changes
- 438c36c: added topic filter for notifications
- 005d241: Added support for the new frontend system via `/alpha` export.
- 58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.
- Updated dependencies
- @backstage/core-components@0.16.4
- @backstage/frontend-plugin-api@0.9.5
- @backstage/core-compat-api@0.3.6
- @backstage/core-plugin-api@1.10.4
- @backstage/plugin-signals-react@0.0.10
- @backstage/theme@0.6.4
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-notifications-common@0.0.8
## 0.5.2-next.2
### Patch Changes