Skip to content

Commit 75a6b97

Browse files
committed
Move changelog entries to the right place
1 parent 82652a9 commit 75a6b97

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

packages/components/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
### Internal
6+
7+
- Expose `ValidatedTextareaControl` via Private APIs ([#71495](https://github.com/WordPress/gutenberg/pull/71495))
8+
59
## 30.3.0 (2025-09-03)
610

711
### Bug Fixes
@@ -13,7 +17,6 @@
1317

1418
- Upgrade `framer-motion` package to version `^11.15.0` ([#71442](https://github.com/WordPress/gutenberg/pull/71442)).
1519
- Display names for Context providers [#71208](https://github.com/WordPress/gutenberg/pull/71208).
16-
- Expose `ValidatedTextareaControl` via Private APIs ([#71495](https://github.com/WordPress/gutenberg/pull/71495))
1720

1821

1922
## 30.2.0 (2025-08-20)

packages/dataviews/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
- Introduce a new `DataViewsPicker` component. [#70971](https://github.com/WordPress/gutenberg/pull/70971)
88

9+
### Internal
10+
11+
- DataForm: add a textarea field type and support for passing in custom editProps to named field types' Edit components ([#71495](https://github.com/WordPress/gutenberg/pull/71495))
12+
913
## 8.0.0 (2025-09-03)
1014

1115
### Breaking changes
@@ -16,7 +20,6 @@
1620

1721
- DataForm: add description support for the combined fields and show the description in the Card layout ([#71380](https://github.com/WordPress/gutenberg/pull/71380)).
1822
- Add support for hiding the `title` in Grid layouts, with the actions menu rendered over the media preview. [#71369](https://github.com/WordPress/gutenberg/pull/71369)
19-
- DataForm: add a textarea field type and support for passing in custom editProps to named field types' Edit components ([#71495](https://github.com/WordPress/gutenberg/pull/71495))
2023

2124
### Internal
2225

0 commit comments

Comments
 (0)