Make WordPress Core


Ignore:
Timestamp:
01/29/2019 06:22:45 PM (8 years ago)
Author:
youknowriad
Message:

Block Editor: Update WordPress Packages to the latest versions.

Updated Packages:

  • @wordpress/annotations@1.0.8
  • @wordpress/block-library@2.2.15
  • @wordpress/components@7.0.8
  • @wordpress/edit-post@3.1.10
  • @wordpress/editor@9.0.10
  • @wordpress/format-library@1.2.13
  • @wordpress/list-reusable-blocks@1.1.21
  • @wordpress/nux@3.0.9
  • @wordpress/rich-text@3.0.7

Fixes list block indentation and Crowdsignal embed block.

Props iseulde.
Fixes #46137.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r44709 r44711  
    227227                'api-fetch'                          => '2.2.8',
    228228                'a11y'                               => '2.0.2',
    229                 'annotations'                        => '1.0.6',
     229                'annotations'                        => '1.0.8',
    230230                'autop'                              => '2.0.2',
    231231                'blob'                               => '2.1.0',
    232                 'block-library'                      => '2.2.13',
     232                'block-library'                      => '2.2.15',
    233233                'block-serialization-default-parser' => '2.0.4',
    234234                'blocks'                             => '6.0.5',
    235                 'components'                         => '7.0.6',
     235                'components'                         => '7.0.8',
    236236                'compose'                            => '3.0.1',
    237237                'core-data'                          => '2.0.17',
     
    241241                'dom'                                => '2.0.8',
    242242                'dom-ready'                          => '2.0.2',
    243                 'edit-post'                          => '3.1.8',
    244                 'editor'                             => '9.0.8',
     243                'edit-post'                          => '3.1.10',
     244                'editor'                             => '9.0.10',
    245245                'element'                            => '2.1.9',
    246246                'escape-html'                        => '1.0.1',
    247                 'format-library'                     => '1.2.11',
     247                'format-library'                     => '1.2.13',
    248248                'hooks'                              => '2.0.5',
    249249                'html-entities'                      => '2.0.4',
     
    251251                'is-shallow-equal'                   => '1.1.5',
    252252                'keycodes'                           => '2.0.6',
    253                 'list-reusable-blocks'               => '1.1.19',
     253                'list-reusable-blocks'               => '1.1.21',
    254254                'notices'                            => '1.1.3',
    255                 'nux'                                => '3.0.7',
     255                'nux'                                => '3.0.9',
    256256                'plugins'                            => '2.0.10',
    257257                'redux-routine'                      => '3.0.4',
    258                 'rich-text'                          => '3.0.5',
     258                'rich-text'                          => '3.0.7',
    259259                'shortcode'                          => '2.0.2',
    260260                'token-list'                         => '1.1.0',
     
    380380                        'jquery',
    381381                        'lodash',
    382                         'wp-tinymce-lists',
    383382                        'wp-a11y',
    384383                        'wp-api-fetch',
Note: See TracChangeset for help on using the changeset viewer.