Skip to content

Commit b95a500

Browse files
Version Packages (#8035)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a598f92 commit b95a500

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

workspaces/announcements/.changeset/lucky-queens-cheer.md

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

workspaces/announcements/.changeset/rotten-olives-fix.md

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

workspaces/announcements/plugins/announcements/CHANGELOG.md

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

3+
## 2.5.0
4+
5+
### Minor Changes
6+
7+
- a598f92: Migrate Announcements Banner to the Backstage UI using the Alert component.
8+
9+
This change also removes the `variant` React prop. If you were using the prop with the `block` or `floating` values, it can be safely removed, as the banner now uses the Backstage UI Alert default style.
10+
11+
### Patch Changes
12+
13+
- 693fc2f: Replace Announcements plugin icon from Material UI's RecordVoiceOverIcon to Remix Icon's RiMegaphoneLine. This change is made in the SearchPage component, the search result list item component, the search result type blueprint and use by default for nav blueprint.
14+
315
## 2.4.0
416

517
### 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": "2.4.0",
3+
"version": "2.5.0",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)