diff --git a/scripts/migration/renamings.json5 b/scripts/migration/renamings.json5 index 2d456384d..2de068b49 100644 --- a/scripts/migration/renamings.json5 +++ b/scripts/migration/renamings.json5 @@ -1257,7 +1257,7 @@ }, ], - 'develop': [ + '8.0.0': [ { oldName: 'Blockly', exports: { @@ -1335,5 +1335,7 @@ newName: 'Blockly.dropDownDiv', newPath: 'Blockly.DropDownDiv', }, - ] + ], + + 'develop': [ ], }