Skip to content

Commit 1fb6331

Browse files
Version Packages
1 parent f86957a commit 1fb6331

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

workspaces/adoption-insights/.changeset/improve-card-styling-consistency.md

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

workspaces/adoption-insights/plugins/adoption-insights/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @red-hat-developer-hub/backstage-plugin-adoption-insights
22

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- f86957a: Improve card styling consistency with Backstage design system
8+
9+
- Remove explicit borders from CardWrapper component to match standard Backstage card styling
10+
- Replace custom border styling with Material-UI Paper elevation system for consistent visual appearance
11+
- Update Divider component to use default styling without custom borders
12+
313
## 0.3.1
414

515
### Patch Changes

workspaces/adoption-insights/plugins/adoption-insights/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-adoption-insights",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

0 commit comments

Comments
 (0)