Skip to content

Commit

Permalink
Feat: Storybook: Improve component organisation - Layout Category - I…
Browse files Browse the repository at this point in the history
…ssue #66275 (#66659)

* Group the storybook components in Layout category

* Fix the experimental component id

* Revert the unwanted changes in PR

---------

Co-authored-by: hbhalodia <[email protected]>
Co-authored-by: mirka <[email protected]>
Co-authored-by: tyxla <[email protected]>

Source: WordPress/gutenberg@6465b2d
  • Loading branch information
hbhalodia committed Nov 13, 2024
1 parent 9e2289f commit 5477922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gutenberg.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

### BEGIN AUTO-GENERATED DEFINES
define( 'GUTENBERG_VERSION', '19.7.0' );
define( 'GUTENBERG_GIT_COMMIT', 'ec964d360cff0108a079ed79d1ffd9f86f645b3d' );
define( 'GUTENBERG_GIT_COMMIT', '6465b2df5d6a20f176d325bd17dfda32ee472935' );
### END AUTO-GENERATED DEFINES
defined( 'GUTENBERG_MINIMUM_WP_VERSION' ) or define( 'GUTENBERG_MINIMUM_WP_VERSION', '6.5' );

Expand Down

0 comments on commit 5477922

Please sign in to comment.