Skip to content

Commit

Permalink
Editor: Update @WordPress packages for 6.2 RC2.
Browse files Browse the repository at this point in the history
Updates the `@wordpress` packages to include the following changes:

- [Regression] Don't offer Classic block as a recovery action when not registered [WordPress/gutenberg#49051 Gutenberg PR 49051] ✅ 
- [i18n Change] Fix typo in the media-categories component [WordPress/gutenberg#49047 Gutenberg PR 49047] ✅
- Hide navigation screen in site editor [WordPress/gutenberg#49043 Gutenberg PR 49043] ✅ 
 [https://make.wordpress.org/core/2023/03/14/fyi-navigation-section-of-new-site-editor-experienced-removed-for-6-2-rc-2/ Feature is not ready for 6.2]
- [i18n Change] Site editor: Fix non-us spelling in sidebar [WordPress/gutenberg#48976 Gutenberg PR 48976] ✅ See Trac #57895.
- [Regression] Site Editor: Fix lingering insertion point within template parts [WordPress/gutenberg#48913 Gutenberg PR 48913] ✅ > Regression introduced in 6.2 cycle.
- Navigation Link: Remove color generation code [WordPress/gutenberg#48927 Gutenberg PR 48927] and [WordPress/gutenberg#49064 Gutenberg PR 49064] ✅
- Fix settings tab active state border in block inspector [WordPress/gutenberg#48945 Gutenberg PR 48945] ✅
- Fix text alignment in the Site Editor sidebar  [WordPress/gutenberg#48959 Gutenberg PR 48959] ✅ Making template descriptions more prominent is part of 6.2.

References:
* [WordPress/gutenberg@f22a3cb Packages x.3.9 publish commit]
* [WordPress/gutenberg@356298f Packages x.3.10 publish commit]

Follow-up to [55496].

Props mamaduka, tobifjellner, davidbaumwald, costdev, audrasjb, hellofromTonya.
Reviewed by SergeyBiryukov.
Merges [55542] to the 6.2 branch.
See #57471.
Fixes #57895.

git-svn-id: https://develop.svn.wordpress.org/branches/6.2@55548 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
hellofromtonya committed Mar 14, 2023
1 parent 0ae56a7 commit a71a9bc
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 74 deletions.
118 changes: 59 additions & 59 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,28 +82,28 @@
"@wordpress/api-fetch": "6.23.1",
"@wordpress/autop": "3.26.1",
"@wordpress/blob": "3.26.1",
"@wordpress/block-directory": "4.3.8",
"@wordpress/block-editor": "11.3.8",
"@wordpress/block-library": "8.3.8",
"@wordpress/block-directory": "4.3.10",
"@wordpress/block-editor": "11.3.9",
"@wordpress/block-library": "8.3.10",
"@wordpress/block-serialization-default-parser": "4.26.1",
"@wordpress/blocks": "12.3.3",
"@wordpress/components": "23.3.6",
"@wordpress/compose": "6.3.3",
"@wordpress/core-data": "6.3.3",
"@wordpress/customize-widgets": "4.3.8",
"@wordpress/customize-widgets": "4.3.10",
"@wordpress/data": "8.3.3",
"@wordpress/data-controls": "2.26.3",
"@wordpress/date": "4.26.2",
"@wordpress/deprecated": "3.26.1",
"@wordpress/dom": "3.26.1",
"@wordpress/dom-ready": "3.26.1",
"@wordpress/edit-post": "7.3.8",
"@wordpress/edit-site": "5.3.8",
"@wordpress/edit-widgets": "5.3.8",
"@wordpress/editor": "13.3.8",
"@wordpress/edit-post": "7.3.10",
"@wordpress/edit-site": "5.3.10",
"@wordpress/edit-widgets": "5.3.10",
"@wordpress/editor": "13.3.9",
"@wordpress/element": "5.3.2",
"@wordpress/escape-html": "2.26.1",
"@wordpress/format-library": "4.3.8",
"@wordpress/format-library": "4.3.9",
"@wordpress/hooks": "3.26.1",
"@wordpress/html-entities": "3.26.1",
"@wordpress/i18n": "4.26.1",
Expand All @@ -123,7 +123,7 @@
"@wordpress/priority-queue": "2.26.1",
"@wordpress/private-apis": "0.8.1",
"@wordpress/redux-routine": "4.26.1",
"@wordpress/reusable-blocks": "4.3.8",
"@wordpress/reusable-blocks": "4.3.9",
"@wordpress/rich-text": "6.3.3",
"@wordpress/server-side-render": "4.3.6",
"@wordpress/shortcode": "3.26.1",
Expand All @@ -132,7 +132,7 @@
"@wordpress/url": "3.27.1",
"@wordpress/viewport": "5.3.3",
"@wordpress/warning": "2.26.1",
"@wordpress/widgets": "3.3.8",
"@wordpress/widgets": "3.3.9",
"@wordpress/wordcount": "3.26.1",
"backbone": "1.4.1",
"clipboard": "2.0.11",
Expand Down
Loading

0 comments on commit a71a9bc

Please sign in to comment.