diff --git a/scripts/migration/renamings.json5 b/scripts/migration/renamings.json5 index d2b7433aa..308ea2bce 100644 --- a/scripts/migration/renamings.json5 +++ b/scripts/migration/renamings.json5 @@ -1422,12 +1422,14 @@ }, ], - 'develop': [ - // New renamings go here! + '9.2.0': [ { oldName: 'Blockly.TouchGesture', newName: 'Blockly.Gesture', }, + ], + + '9.3.0': [ { oldName: 'Blockly.Xml', exports: { @@ -1437,4 +1439,8 @@ }, } ], + + 'develop': [ + // New renamings go here! + ], }