Skip to content

Commit 8175ba3

Browse files
Version Packages (#6049)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f39d97f commit 8175ba3

File tree

8 files changed

+16
-22
lines changed

8 files changed

+16
-22
lines changed

workspaces/announcements/.changeset/bright-buttons-chew.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

workspaces/announcements/.changeset/bright-cameras-live.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

workspaces/announcements/.changeset/ninety-poets-hug.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

workspaces/announcements/.changeset/wet-dogs-shop.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

workspaces/announcements/plugins/announcements-backend/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @backstage-community/plugin-announcements-backend
22

3+
## 0.16.0
4+
5+
### Minor Changes
6+
7+
- fdec0dd: Remove unused dependencies and update `uuid` to v13.
8+
39
## 0.15.1
410

511
### Patch Changes

workspaces/announcements/plugins/announcements-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@backstage-community/plugin-announcements-backend",
3-
"version": "0.15.1",
3+
"version": "0.16.0",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

workspaces/announcements/plugins/announcements/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @backstage-community/plugin-announcements
22

3+
## 0.16.1
4+
5+
### Patch Changes
6+
7+
- 9987329: The success message shown when an announcement is created is now transient
8+
- ffb26dc: Fixed routing issue where some links were incorrectly redirecting to `/announcements/admin` instead of `/announcements`. Changed `<AnnouncementsAdminPortal />` from a routable extension to a component extension to resolve the mount point conflict with the main `<AnnouncementsPage />`.
9+
- f39d97f: Added announcement banner as app root element for the new frontend system.
10+
311
## 0.16.0
412

513
### Minor Changes

workspaces/announcements/plugins/announcements/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@backstage-community/plugin-announcements",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)