Skip to content

Commit

Permalink
fix: Revert changes to submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Siobhan committed May 17, 2023
1 parent 3769288 commit 7adeb1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 51 files
+15 −7 packages/block-editor/src/autocompleters/block.js
+28 −28 packages/block-editor/src/components/block-list/block.js
+3 −2 packages/block-editor/src/components/global-styles/dimensions-panel.js
+5 −0 packages/block-editor/src/components/inner-blocks/README.md
+2 −0 packages/block-editor/src/components/inner-blocks/index.js
+15 −1 packages/block-editor/src/components/inner-blocks/index.native.js
+20 −3 packages/block-editor/src/components/inner-blocks/use-nested-settings-update.js
+1 −9 packages/block-editor/src/components/inserter/index.js
+0 −2 packages/block-editor/src/components/inserter/quick-inserter.js
+32 −6 packages/block-editor/src/components/inserter/search-results.js
+1 −25 packages/block-editor/src/components/off-canvas-editor/appender.js
+26 −0 packages/block-editor/src/utils/order-inserter-block-items.js
+4 −2 packages/block-library/src/list-item/transforms.js
+8 −2 packages/block-library/src/navigation-link/edit.js
+8 −2 packages/block-library/src/navigation-submenu/edit.js
+5 −0 packages/block-library/src/navigation/constants.js
+6 −1 packages/block-library/src/navigation/edit/inner-blocks.js
+3 −1 packages/block-library/src/pattern/edit.js
+15 −10 packages/block-library/src/pattern/index.php
+38 −35 packages/commands/src/components/command-menu.js
+8 −1 packages/commands/src/components/style.scss
+32 −0 packages/commands/src/hooks/use-command-context.js
+12 −6 packages/commands/src/hooks/use-command-loader.js
+5 −3 packages/commands/src/hooks/use-command.js
+2 −0 packages/commands/src/private-apis.js
+31 −26 packages/commands/src/store/actions.js
+33 −27 packages/commands/src/store/reducer.js
+18 −20 packages/commands/src/store/selectors.js
+2 −2 packages/core-commands/src/add-post-type-commands.js
+27 −28 packages/core-commands/src/site-editor-navigation-commands.js
+1 −1 packages/e2e-test-utils/src/get-all-block-inserter-item-titles.js
+28 −0 packages/e2e-tests/plugins/inner-blocks-prioritized-inserter-blocks.php
+82 −0 packages/e2e-tests/plugins/inner-blocks-prioritized-inserter-blocks/index.js
+2 −1 packages/e2e-tests/specs/editor/plugins/child-blocks.test.js
+3 −2 packages/e2e-tests/specs/editor/plugins/inner-blocks-allowed-blocks.test.js
+131 −0 packages/e2e-tests/specs/editor/plugins/inner-blocks-prioritized-inserter-blocks.test.js
+2 −2 packages/edit-post/src/components/header/header-toolbar/index.js
+3 −2 packages/edit-post/src/index.js
+2 −1 packages/edit-site/src/components/header-edit-mode/index.js
+16 −4 packages/edit-site/src/components/layout/index.js
+80 −0 packages/edit-site/src/hooks/commands/use-edit-mode-commands.js
+1 −1 packages/edit-site/src/store/actions.js
+2 −1 packages/edit-widgets/src/components/header/index.js
+1 −4 ...ive-bridge/src/main/java/org/wordpress/mobile/ReactNativeGutenbergBridge/GutenbergEmbedWebViewActivity.java
+6 −0 phpcs.xml.dist
+65 −0 test/e2e/specs/editor/blocks/list.spec.js
+9 −1 test/emptytheme/functions.php
+9 −0 test/emptytheme/index.php
+8 −0 test/gutenberg-test-themes/emptyhybrid/functions.php
+8 −0 test/gutenberg-test-themes/emptyhybrid/index.php
+9 −0 test/gutenberg-test-themes/style-variations/index.php
2 changes: 1 addition & 1 deletion jetpack
Submodule jetpack updated 458 files

0 comments on commit 7adeb1c

Please sign in to comment.