From 2bf8c42035ffcfa344692ae50cbc89853a582df9 Mon Sep 17 00:00:00 2001 From: Beka Westberg Date: Tue, 4 Oct 2022 08:06:31 -0700 Subject: [PATCH] chore: update renamings to be v9 (#6473) --- scripts/migration/renamings.json5 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/migration/renamings.json5 b/scripts/migration/renamings.json5 index 311662d41..cbe6c8b47 100644 --- a/scripts/migration/renamings.json5 +++ b/scripts/migration/renamings.json5 @@ -1337,7 +1337,7 @@ }, ], - 'develop': [ + '9.0.0': [ { 'oldName': 'Blockly.utils.global', 'newPath': 'globalThis', @@ -1416,4 +1416,8 @@ }, }, ], + + 'develop': [ + // New renamings go here! + ] }