Make WordPress Core


Ignore:
Timestamp:
03/21/2023 12:56:07 PM (22 months ago)
Author:
hellofromTonya
Message:

Editor: Update @wordpress packages for 6.2 RC3.

Updates the @wordpress packages to include the fixes for these regressions introduced in the 6.2 cycle:

  • [Regression] Navigation Block: Category/Custom taxonomy links are not searchable in the Link inserter Gutenberg PR 49126. See #57929
  • [Regression] Post Editor: List View has no close button on mobile viewports Gutenberg PR 49200

References:

Follow-up to [55548].

Props andraganescu, costdev, get_dave, hellofromTonya, mamaduka, ntsekouras, scruffian, talldanwp, thomask.
Reviewed by SergeyBiryukov, audrasjb.
Merges [55568] to the 6.2 branch.
See #57471.
Fixes #57929.

Location:
branches/6.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.2

  • branches/6.2/package.json

    r55548 r55570  
    8383        "@wordpress/autop": "3.26.1",
    8484        "@wordpress/blob": "3.26.1",
    85         "@wordpress/block-directory": "4.3.10",
     85        "@wordpress/block-directory": "4.3.11",
    8686        "@wordpress/block-editor": "11.3.9",
    87         "@wordpress/block-library": "8.3.10",
     87        "@wordpress/block-library": "8.3.11",
    8888        "@wordpress/block-serialization-default-parser": "4.26.1",
    8989        "@wordpress/blocks": "12.3.3",
     
    9191        "@wordpress/compose": "6.3.3",
    9292        "@wordpress/core-data": "6.3.3",
    93         "@wordpress/customize-widgets": "4.3.10",
     93        "@wordpress/customize-widgets": "4.3.11",
    9494        "@wordpress/data": "8.3.3",
    9595        "@wordpress/data-controls": "2.26.3",
     
    9898        "@wordpress/dom": "3.26.1",
    9999        "@wordpress/dom-ready": "3.26.1",
    100         "@wordpress/edit-post": "7.3.10",
    101         "@wordpress/edit-site": "5.3.10",
    102         "@wordpress/edit-widgets": "5.3.10",
     100        "@wordpress/edit-post": "7.3.11",
     101        "@wordpress/edit-site": "5.3.11",
     102        "@wordpress/edit-widgets": "5.3.11",
    103103        "@wordpress/editor": "13.3.9",
    104104        "@wordpress/element": "5.3.2",
Note: See TracChangeset for help on using the changeset viewer.