Make WordPress Core


Ignore:
Timestamp:
05/16/2019 06:11:22 PM (7 years ago)
Author:
aduth
Message:

Block Editor: Upgrade WordPress packages to the latest versions.

Updated packages:

  • @wordpress/annotations@1.2.3
  • @wordpress/block-editor@2.0.2
  • @wordpress/block-library@2.4.5
  • @wordpress/blocks@6.2.5
  • @wordpress/components@7.3.2
  • @wordpress/dom@2.2.5
  • @wordpress/e2e-tests@1.1.5
  • @wordpress/edit-post@3.3.5
  • @wordpress/editor@9.2.5
  • @wordpress/format-library@1.4.5
  • @wordpress/list-reusable-blocks@1.3.5
  • @wordpress/nux@3.2.5
  • @wordpress/rich-text@3.2.3

Props: youknowriad, gwwar, iseulde, tfrommen, gziolo.

Merges [45319] to the 5.2 branch.
Fixes #47284.

Location:
branches/5.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.2

  • branches/5.2/src/wp-includes/script-loader.php

    r45255 r45320  
    226226        $packages_versions = array(
    227227                'a11y'                               => '2.2.0',
    228                 'annotations'                        => '1.2.2',
     228                'annotations'                        => '1.2.3',
    229229                'api-fetch'                          => '3.1.2',
    230230                'autop'                              => '2.0.0',
    231231                'blob'                               => '2.3.0',
    232                 'block-editor'                       => '2.0.1',
    233                 'block-library'                      => '2.4.4',
     232                'block-editor'                       => '2.0.2',
     233                'block-library'                      => '2.4.5',
    234234                'block-serialization-default-parser' => '3.1.0',
    235                 'blocks'                             => '6.2.4',
    236                 'components'                         => '7.3.1',
     235                'blocks'                             => '6.2.5',
     236                'components'                         => '7.3.2',
    237237                'compose'                            => '3.2.0',
    238238                'core-data'                          => '2.2.2',
     
    240240                'date'                               => '3.2.0',
    241241                'deprecated'                         => '2.2.0',
    242                 'dom'                                => '2.2.4',
     242                'dom'                                => '2.2.5',
    243243                'dom-ready'                          => '2.2.0',
    244                 'edit-post'                          => '3.3.4',
    245                 'editor'                             => '9.2.4',
     244                'edit-post'                          => '3.3.5',
     245                'editor'                             => '9.2.5',
    246246                'element'                            => '2.3.0',
    247247                'escape-html'                        => '1.2.0',
    248                 'format-library'                     => '1.4.4',
     248                'format-library'                     => '1.4.5',
    249249                'hooks'                              => '2.2.0',
    250250                'html-entities'                      => '2.2.0',
     
    252252                'is-shallow-equal'                   => '1.2.0',
    253253                'keycodes'                           => '2.2.0',
    254                 'list-reusable-blocks'               => '1.3.4',
     254                'list-reusable-blocks'               => '1.3.5',
    255255                'notices'                            => '1.3.0',
    256                 'nux'                                => '3.2.4',
     256                'nux'                                => '3.2.5',
    257257                'plugins'                            => '2.2.0',
    258258                'priority-queue'                     => '1.1.0',
    259259                'redux-routine'                      => '3.2.0',
    260                 'rich-text'                          => '3.2.2',
     260                'rich-text'                          => '3.2.3',
    261261                'shortcode'                          => '2.2.0',
    262262                'token-list'                         => '1.2.0',
Note: See TracChangeset for help on using the changeset viewer.