Version Packages (#4009)

This commit is contained in:
Backstage Service Account 2025-05-25 21:17:56 +02:00 committed by GitHub
parent 33040bc1fa
commit da5dc0e46a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
13 changed files with 66 additions and 15 deletions

View File

@ -1,9 +0,0 @@
---
'@backstage-community/plugin-announcements-backend': minor
'@backstage-community/plugin-announcements-common': minor
'@backstage-community/plugin-announcements-react': minor
'@backstage-community/plugin-announcements': minor
---
Added support for submitting announcements on behalf of a team the user is a member of.
This field is optional. if not specified, the announcement will be submitted using the current publisher user.

View File

@ -1,5 +1,18 @@
# @backstage-community/plugin-announcements-backend
## 0.4.0
### Minor Changes
- 9c94358: Added support for submitting announcements on behalf of a team the user is a member of.
This field is optional. if not specified, the announcement will be submitted using the current publisher user.
### Patch Changes
- Updated dependencies [9c94358]
- @backstage-community/plugin-announcements-common@0.4.0
- @backstage-community/plugin-search-backend-module-announcements@0.3.4
## 0.3.3
### Patch Changes

View File

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

View File

@ -1,5 +1,12 @@
# @backstage-community/plugin-announcements-common
## 0.4.0
### Minor Changes
- 9c94358: Added support for submitting announcements on behalf of a team the user is a member of.
This field is optional. if not specified, the announcement will be submitted using the current publisher user.
## 0.3.2
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"name": "@backstage-community/plugin-announcements-common",
"description": "Common functionalities for the announcements plugin",
"version": "0.3.2",
"version": "0.4.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",

View File

@ -1,5 +1,12 @@
# @backstage-community/plugin-announcements-node
## 0.3.4
### Patch Changes
- Updated dependencies [9c94358]
- @backstage-community/plugin-announcements-common@0.4.0
## 0.3.3
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"name": "@backstage-community/plugin-announcements-node",
"description": "Node.js library for the announcements plugin",
"version": "0.3.3",
"version": "0.3.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",

View File

@ -1,5 +1,17 @@
# @backstage-community/plugin-announcements-react
## 0.5.0
### Minor Changes
- 9c94358: Added support for submitting announcements on behalf of a team the user is a member of.
This field is optional. if not specified, the announcement will be submitted using the current publisher user.
### Patch Changes
- Updated dependencies [9c94358]
- @backstage-community/plugin-announcements-common@0.4.0
## 0.4.4
### Patch Changes

View File

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

View File

@ -1,5 +1,18 @@
# @backstage-community/plugin-announcements
## 0.6.0
### Minor Changes
- 9c94358: Added support for submitting announcements on behalf of a team the user is a member of.
This field is optional. if not specified, the announcement will be submitted using the current publisher user.
### Patch Changes
- Updated dependencies [9c94358]
- @backstage-community/plugin-announcements-common@0.4.0
- @backstage-community/plugin-announcements-react@0.5.0
## 0.5.10
### Patch Changes

View File

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

View File

@ -1,5 +1,13 @@
# @backstage-community/plugin-search-backend-module-announcements
## 0.3.4
### Patch Changes
- Updated dependencies [9c94358]
- @backstage-community/plugin-announcements-common@0.4.0
- @backstage-community/plugin-announcements-node@0.3.4
## 0.3.3
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"name": "@backstage-community/plugin-search-backend-module-announcements",
"description": "The announcements backend module for the search plugin.",
"version": "0.3.3",
"version": "0.3.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",