Skip to content

Commit

Permalink
Clean up: adjust reusable-blocks dependencies (WordPress#66302)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix authored and karthick-murugan committed Nov 13, 2024
1 parent eaf8fb4 commit e70b511
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions backport-changelog/6.8/7604.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
https://github.com/WordPress/wordpress-develop/pull/7604

* https://github.com/WordPress/gutenberg/pull/66285
* https://github.com/WordPress/gutenberg/pull/66302
2 changes: 1 addition & 1 deletion lib/client-assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ function gutenberg_register_packages_styles( $styles ) {
$styles,
'wp-edit-widgets',
gutenberg_url( 'build/edit-widgets/style.css' ),
array( 'wp-components', 'wp-block-editor', 'wp-editor', 'wp-edit-blocks', 'wp-patterns', 'wp-reusable-blocks', 'wp-widgets', 'wp-preferences' ),
array( 'wp-components', 'wp-block-editor', 'wp-editor', 'wp-edit-blocks', 'wp-patterns', 'wp-widgets', 'wp-preferences' ),
$version
);
$styles->add_data( 'wp-edit-widgets', 'rtl', 'replace' );
Expand Down

0 comments on commit e70b511

Please sign in to comment.