Make WordPress Core


Ignore:
Timestamp:
07/05/2022 02:38:19 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Editor: Update block editor packages for WordPress 6.0.1.

This brings a new version of the Gutenberg code from the wp/6.0 branch into core.

Original PR from Gutenberg repository:

  • #GB42131 Post Comments Form: Fix warning i18n

The following packages were updated:

  • @wordpress/block-directory to 3.4.13
  • @wordpress/block-library to 7.3.13
  • @wordpress/customize-widgets to 3.3.13
  • @wordpress/edit-post to 6.3.13
  • @wordpress/edit-site to 4.3.13
  • @wordpress/edit-widgets to 4.3.13

Props zieladam, bernhard-reiter, tobifjellner.
Merges [53657] to the 6.0 branch.
See #56058.

Location:
branches/6.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.0

  • branches/6.0/package.json

    r53645 r53658  
    8282                "@wordpress/autop": "3.6.1",
    8383                "@wordpress/blob": "3.6.1",
    84                 "@wordpress/block-directory": "3.4.12",
     84                "@wordpress/block-directory": "3.4.13",
    8585                "@wordpress/block-editor": "8.5.9",
    86                 "@wordpress/block-library": "7.3.12",
     86                "@wordpress/block-library": "7.3.13",
    8787                "@wordpress/block-serialization-default-parser": "4.6.1",
    8888                "@wordpress/blocks": "11.5.3",
     
    9090                "@wordpress/compose": "5.4.1",
    9191                "@wordpress/core-data": "4.4.5",
    92                 "@wordpress/customize-widgets": "3.3.12",
     92                "@wordpress/customize-widgets": "3.3.13",
    9393                "@wordpress/data": "6.6.1",
    9494                "@wordpress/data-controls": "2.6.1",
     
    9797                "@wordpress/dom": "3.6.1",
    9898                "@wordpress/dom-ready": "3.6.1",
    99                 "@wordpress/edit-post": "6.3.12",
    100                 "@wordpress/edit-site": "4.3.12",
    101                 "@wordpress/edit-widgets": "4.3.12",
     99                "@wordpress/edit-post": "6.3.13",
     100                "@wordpress/edit-site": "4.3.13",
     101                "@wordpress/edit-widgets": "4.3.13",
    102102                "@wordpress/editor": "12.5.9",
    103103                "@wordpress/element": "4.4.1",
Note: See TracChangeset for help on using the changeset viewer.