diff --git a/packages/icons/.npmignore b/packages/icons/.npmignore new file mode 100644 index 00000000000000..e69de29bb2d1d6 diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index daee8b7877384e..0057fc6fa52d55 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -5,6 +5,7 @@ ### Breaking Changes - Remove `edit` and `warning` icons, which were aliases to `pencil` and `cautionFilled`, respectively. Switch to SVG icons as canonical source format, letting the system auto-generate the React elements and index. ([#71878](https://github.com/WordPress/gutenberg/pull/71878)). +- Ensure both SVG and generated TSX code in `src/` are included in the published package. ([#72299](https://github.com/WordPress/gutenberg/pull/72299)) ### Enhancements