Make WordPress Core


Ignore:
Timestamp:
01/04/2019 08:18:09 PM (4 years ago)
Author:
desrosj
Message:

Block Editor: Upgrade @WordPress packages to the latest versions.

Updated packages:

  • @wordpress/annotations@1.0.5
  • @wordpress/api-fetch@2.2.7
  • @wordpress/block-library@2.2.12
  • @wordpress/block-serialization-default-parser@2.0.3
  • @wordpress/blocks@6.0.5
  • @wordpress/components@7.0.5
  • @wordpress/core-data@2.0.16
  • @wordpress/data@4.2.0
  • @wordpress/deprecated@2.0.4
  • @wordpress/dom@2.0.8
  • @wordpress/edit-post@3.1.7
  • @wordpress/editor@9.0.7
  • @wordpress/format-library@1.2.10
  • @wordpress/hooks@2.0.4
  • @wordpress/list-reusable-blocks@1.1.18
  • @wordpress/notices@1.1.2
  • @wordpress/nux@3.0.6
  • @wordpress/plugins@2.0.10
  • @wordpress/rich-text@3.0.4
  • @wordpress/url@2.3.3
  • @wordpress/viewport@2.1.0

Props: youknowriad, gziolo, desrosj.

Merges [44389] to the 5.0 branch.
Fixes #45814.

Location:
branches/5.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0

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

    r44287 r44390  
    225225
    226226    $packages_versions = array(
    227         'api-fetch' => '2.2.6',
     227        'api-fetch' => '2.2.7',
    228228        'a11y' => '2.0.2',
    229         'annotations' => '1.0.4',
     229        'annotations' => '1.0.5',
    230230        'autop' => '2.0.2',
    231231        'blob' => '2.1.0',
    232         'block-library' => '2.2.11',
    233         'block-serialization-default-parser' => '2.0.2',
    234         'blocks' => '6.0.4',
    235         'components' => '7.0.4',
     232        'block-library' => '2.2.12',
     233        'block-serialization-default-parser' => '2.0.3',
     234        'blocks' => '6.0.5',
     235        'components' => '7.0.5',
    236236        'compose' => '3.0.0',
    237         'core-data' => '2.0.15',
    238         'data' => '4.1.0',
     237        'core-data' => '2.0.16',
     238        'data' => '4.2.0',
    239239        'date' => '3.0.1',
    240         'deprecated' => '2.0.3',
    241         'dom' => '2.0.7',
     240        'deprecated' => '2.0.4',
     241        'dom' => '2.0.8',
    242242        'dom-ready' => '2.0.2',
    243         'edit-post' => '3.1.6',
    244         'editor' => '9.0.6',
     243        'edit-post' => '3.1.7',
     244        'editor' => '9.0.7',
    245245        'element' => '2.1.8',
    246246        'escape-html' => '1.0.1',
    247         'format-library' => '1.2.9',
    248         'hooks' => '2.0.3',
     247        'format-library' => '1.2.10',
     248        'hooks' => '2.0.4',
    249249        'html-entities' => '2.0.4',
    250250        'i18n' => '3.1.0',
    251251        'is-shallow-equal' => '1.1.4',
    252252        'keycodes' => '2.0.5',
    253         'list-reusable-blocks' => '1.1.17',
    254         'notices' => '1.1.1',
    255         'nux' => '3.0.5',
    256         'plugins' => '2.0.9',
     253        'list-reusable-blocks' => '1.1.18',
     254        'notices' => '1.1.2',
     255        'nux' => '3.0.6',
     256        'plugins' => '2.0.10',
    257257        'redux-routine' => '3.0.3',
    258         'rich-text' => '3.0.3',
     258        'rich-text' => '3.0.4',
    259259        'shortcode' => '2.0.2',
    260260        'token-list' => '1.1.0',
    261         'url' => '2.3.2',
    262         'viewport' => '2.0.13',
     261        'url' => '2.3.3',
     262        'viewport' => '2.1.0',
    263263        'wordcount' => '2.0.3',
    264264    );
Note: See TracChangeset for help on using the changeset viewer.