Skip to content

Commit

Permalink
Block Editor: Bug fixes targeted for WordPress 5.3 RC4.
Browse files Browse the repository at this point in the history
The list of included fixes is:

WordPress/gutenberg#18183
WordPress/gutenberg#18194
WordPress/gutenberg#18230
WordPress/gutenberg#18275
WordPress/gutenberg#18287

Updated packages:
 - @wordpress/[email protected]
 - @wordpress/[email protected]
 - @wordpress/[email protected]
 - @wordpress/[email protected]
 - @wordpress/[email protected]

Props @aduth, @mcsf, @youknowriad, @johnbillion.
Fixes #48502.

git-svn-id: https://develop.svn.wordpress.org/trunk@46656 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
jorgefilipecosta committed Nov 5, 2019
1 parent 969285d commit 4cee80b
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 44 deletions.
68 changes: 34 additions & 34 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
"@wordpress/api-fetch": "3.6.4",
"@wordpress/autop": "2.5.1",
"@wordpress/blob": "2.5.1",
"@wordpress/block-editor": "3.2.3",
"@wordpress/block-library": "2.9.4",
"@wordpress/block-editor": "3.2.4",
"@wordpress/block-library": "2.9.5",
"@wordpress/block-serialization-default-parser": "3.4.1",
"@wordpress/blocks": "6.7.2",
"@wordpress/components": "8.3.2",
Expand All @@ -89,11 +89,11 @@
"@wordpress/deprecated": "2.6.1",
"@wordpress/dom-ready": "2.5.1",
"@wordpress/dom": "2.5.2",
"@wordpress/edit-post": "3.8.4",
"@wordpress/editor": "9.7.4",
"@wordpress/edit-post": "3.8.5",
"@wordpress/editor": "9.7.5",
"@wordpress/element": "2.8.2",
"@wordpress/escape-html": "1.5.1",
"@wordpress/format-library": "1.9.3",
"@wordpress/format-library": "1.9.4",
"@wordpress/hooks": "2.6.0",
"@wordpress/html-entities": "2.5.0",
"@wordpress/i18n": "3.6.1",
Expand Down
10 changes: 5 additions & 5 deletions src/wp-includes/script-loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ function wp_default_packages_scripts( &$scripts ) {
'api-fetch' => '3.6.4',
'autop' => '2.5.1',
'blob' => '2.5.1',
'block-editor' => '3.2.3',
'block-library' => '2.9.4',
'block-editor' => '3.2.4',
'block-library' => '2.9.5',
'block-serialization-default-parser' => '3.4.1',
'blocks' => '6.7.2',
'components' => '8.3.2',
Expand All @@ -242,11 +242,11 @@ function wp_default_packages_scripts( &$scripts ) {
'deprecated' => '2.6.1',
'dom-ready' => '2.5.1',
'dom' => '2.5.2',
'edit-post' => '3.8.4',
'editor' => '9.7.4',
'edit-post' => '3.8.5',
'editor' => '9.7.5',
'element' => '2.8.2',
'escape-html' => '1.5.1',
'format-library' => '1.9.3',
'format-library' => '1.9.4',
'hooks' => '2.6.0',
'html-entities' => '2.5.0',
'i18n' => '3.6.1',
Expand Down

0 comments on commit 4cee80b

Please sign in to comment.