Version Packages (#4873)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Backstage Service Account 2025-08-13 15:44:29 +02:00 committed by GitHub
parent 5ab6ba94d8
commit 3bee1376a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 16 additions and 8 deletions

View File

@ -1,6 +0,0 @@
---
'@backstage-community/plugin-announcements-react': patch
'@backstage-community/plugin-announcements': patch
---
Fixes an issue where an empty list of userOwnershipRefs causes excessive api calls to the catalog when creating a new announcement.

View File

@ -1,5 +1,11 @@
# @backstage-community/plugin-announcements-react
## 0.9.1
### Patch Changes
- 7ad0cd0: Fixes an issue where an empty list of userOwnershipRefs causes excessive api calls to the catalog when creating a new announcement.
## 0.9.0
### Minor Changes

View File

@ -1,7 +1,7 @@
{
"name": "@backstage-community/plugin-announcements-react",
"description": "Web library for the announcements plugin",
"version": "0.9.0",
"version": "0.9.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",

View File

@ -1,5 +1,13 @@
# @backstage-community/plugin-announcements
## 0.10.2
### Patch Changes
- 7ad0cd0: Fixes an issue where an empty list of userOwnershipRefs causes excessive api calls to the catalog when creating a new announcement.
- Updated dependencies [7ad0cd0]
- @backstage-community/plugin-announcements-react@0.9.1
## 0.10.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-announcements",
"version": "0.10.1",
"version": "0.10.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",