Skip to content

Commit

Permalink
Add wp-packages-update command to update WordPress packages.
Browse files Browse the repository at this point in the history
This ticket exposes the packages-update script implemented at WordPress/gutenberg#19448 on WordPress core.
By running "npm run wp-packages-update" all the WordPress packages are updated to the latest version. The command is very useful when updating the Gutenberg editor core exposes.

Props isabel_brison.
Fixes #51491.
Built from https://develop.svn.wordpress.org/trunk@49129
  • Loading branch information
jorgefilipecosta committed Oct 12, 2020
1 parent 9058611 commit 845cbbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-includes/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.6-alpha-49128';
$wp_version = '5.6-alpha-49129';

/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
Expand Down

0 comments on commit 845cbbf

Please sign in to comment.