Make WordPress Core


Ignore:
Timestamp:
01/10/2019 01:53:38 AM (7 years ago)
Author:
pento
Message:

Block Editor: Upgrade the @wordpress/ packages.

This brings the block editor in core up to date with the Gutenberg 4.8 plugin release.

Props aduth, gziolo, youknowriad, mkaz, jorgefilipecosta, swissspidy, iseulde, soean, noisysocks, joen, brentswisher, dekervit, dimadin, zebulan, johnny5, nosolosw, netweb, ryelle, etoledom, mzorz, desrosj, mmtr86, tinkerbelly, ocean90, earnjam, ajitbohra, talldanwp, notnownikki, mcsf, afercia, adamsilverstein, gutendev, naoki0h, miyauchi, aldavigdis.
Fixes #45885.

File:
1 edited

Legend:

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

    r44395 r44533  
    225225
    226226    $packages_versions = array(
    227         'api-fetch'                          => '2.2.7',
     227        'api-fetch'                          => '2.2.8',
    228228        'a11y'                               => '2.0.2',
    229         'annotations'                        => '1.0.5',
     229        'annotations'                        => '1.0.6',
    230230        'autop'                              => '2.0.2',
    231231        'blob'                               => '2.1.0',
    232         'block-library'                      => '2.2.12',
    233         'block-serialization-default-parser' => '2.0.3',
     232        'block-library'                      => '2.2.13',
     233        'block-serialization-default-parser' => '2.0.4',
    234234        'blocks'                             => '6.0.5',
    235         'components'                         => '7.0.5',
    236         'compose'                            => '3.0.0',
    237         'core-data'                          => '2.0.16',
    238         'data'                               => '4.2.0',
     235        'components'                         => '7.0.6',
     236        'compose'                            => '3.0.1',
     237        'core-data'                          => '2.0.17',
     238        'data'                               => '4.2.1',
    239239        'date'                               => '3.0.1',
    240         'deprecated'                         => '2.0.4',
     240        'deprecated'                         => '2.0.5',
    241241        'dom'                                => '2.0.8',
    242242        'dom-ready'                          => '2.0.2',
    243         'edit-post'                          => '3.1.7',
    244         'editor'                             => '9.0.7',
    245         'element'                            => '2.1.8',
     243        'edit-post'                          => '3.1.8',
     244        'editor'                             => '9.0.8',
     245        'element'                            => '2.1.9',
    246246        'escape-html'                        => '1.0.1',
    247         'format-library'                     => '1.2.10',
    248         'hooks'                              => '2.0.4',
     247        'format-library'                     => '1.2.11',
     248        'hooks'                              => '2.0.5',
    249249        'html-entities'                      => '2.0.4',
    250         'i18n'                               => '3.1.0',
    251         'is-shallow-equal'                   => '1.1.4',
    252         'keycodes'                           => '2.0.5',
    253         'list-reusable-blocks'               => '1.1.18',
    254         'notices'                            => '1.1.2',
    255         'nux'                                => '3.0.6',
     250        'i18n'                               => '3.1.1',
     251        'is-shallow-equal'                   => '1.1.5',
     252        'keycodes'                           => '2.0.6',
     253        'list-reusable-blocks'               => '1.1.19',
     254        'notices'                            => '1.1.3',
     255        'nux'                                => '3.0.7',
    256256        'plugins'                            => '2.0.10',
    257         'redux-routine'                      => '3.0.3',
    258         'rich-text'                          => '3.0.4',
     257        'redux-routine'                      => '3.0.4',
     258        'rich-text'                          => '3.0.5',
    259259        'shortcode'                          => '2.0.2',
    260260        'token-list'                         => '1.1.0',
    261261        'url'                                => '2.3.3',
    262         'viewport'                           => '2.1.0',
     262        'viewport'                           => '2.1.1',
    263263        'wordcount'                          => '2.0.3',
    264264    );
Note: See TracChangeset for help on using the changeset viewer.