Make WordPress Core

Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#50651 closed defect (bug) (fixed)

Update packages for 5.5 Beta 2

Reported by: ellatrix's profile ellatrix Owned by: ellatrix's profile ellatrix
Milestone: 5.5 Priority: normal
Severity: normal Version: 5.5
Component: Editor Keywords: has-patch commit
Focuses: Cc:

Description


Change History (7)

This ticket was mentioned in PR #402 on WordPress/wordpress-develop by ellatrix.


4 years ago
#1

  • Keywords has-patch added

Ran:

npx wp-scripts packages-update && npm run build:dev

@wordpress/annotations: 1.20.0 -> 1.20.1
@wordpress/block-directory: 1.13.0 -> 1.13.1
@wordpress/block-editor: 4.3.0 -> 4.3.1
@wordpress/block-library: 2.22.0 -> 2.22.1
@wordpress/blocks: 6.20.0 -> 6.20.1
@wordpress/components: 10.0.0 -> 10.0.1
@wordpress/compose: 3.19.0 -> 3.19.1
@wordpress/core-data: 2.20.0 -> 2.20.1
@wordpress/data: 4.22.0 -> 4.22.1
@wordpress/data-controls: 1.16.0 -> 1.16.1
@wordpress/dom: 2.13.0 -> 2.13.1
@wordpress/edit-post: 3.21.0 -> 3.21.1
@wordpress/editor: 9.20.0 -> 9.20.1
@wordpress/format-library: 1.22.0 -> 1.22.1
@wordpress/keyboard-shortcuts: 1.9.0 -> 1.9.1
@wordpress/list-reusable-blocks: 1.21.0 -> 1.21.1
@wordpress/notices: 2.8.0 -> 2.8.1
@wordpress/nux: 3.20.0 -> 3.20.1
@wordpress/plugins: 2.20.0 -> 2.20.1
@wordpress/rich-text: 3.20.0 -> 3.20.1
@wordpress/scripts: 12.1.0 -> 12.1.1
@wordpress/server-side-render: 1.16.0 -> 1.16.1
@wordpress/viewport: 2.21.0 -> 2.21.1

Trac ticket: https://core.trac.wordpress.org/ticket/50651

#2 @ellatrix
4 years ago

  • Component changed from General to Editor
  • Version set to trunk

#3 @SergeyBiryukov
4 years ago

  • Milestone changed from Awaiting Review to 5.5

#4 @youknowriad
4 years ago

This looks good to me. You might want to update this line too https://github.com/WordPress/wordpress-develop/blob/master/tests/gutenberg/run.js#L11 with the new version.

Ideally, this just reads from package.json but we can do it separately.

#5 @youknowriad
4 years ago

  • Keywords commit added

#6 @ellatrix
4 years ago

  • Owner set to ellatrix
  • Resolution set to fixed
  • Status changed from new to closed

In 48469:

Editor: update packages for beta 2

Fixes #50651.

Note: See TracTickets for help on using tickets.