Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: add entry to changelog.md
  • Loading branch information
kushagra-goyal-14 committed Sep 4, 2025
commit d0b6d7bd49c80c67405ff10bd1e6303b9f8007db
5 changes: 4 additions & 1 deletion packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@

## Unreleased

### Bug Fixes

- `Modal`: Fix modal headings and labels to use proper editor text color instead of wp-admin colors ([#50448](https://github.com/WordPress/gutenberg/pull/71311)).

## 30.3.0 (2025-09-03)

### Bug Fixes

- `Tabs`: Ensure font size inheritance for tab buttons in all contexts ([#71346](https://github.com/WordPress/gutenberg/pull/71346)).
- Validated form controls: Fix Sass var handling for red color ([#71391](https://github.com/WordPress/gutenberg/pull/71391)).
- `Modal`: Fix modal headings and labels to use proper editor text color instead of wp-admin colors ([#50448](https://github.com/WordPress/gutenberg/pull/71311)).

### Internal

Expand Down
Loading