Skip to content

Commit 2bf8c42

Browse files
authored
chore: update renamings to be v9 (#6473)
1 parent 2a2cbb4 commit 2bf8c42

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

scripts/migration/renamings.json5

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1337,7 +1337,7 @@
13371337
},
13381338
],
13391339

1340-
'develop': [
1340+
'9.0.0': [
13411341
{
13421342
'oldName': 'Blockly.utils.global',
13431343
'newPath': 'globalThis',
@@ -1416,4 +1416,8 @@
14161416
},
14171417
},
14181418
],
1419+
1420+
'develop': [
1421+
// New renamings go here!
1422+
]
14191423
}

0 commit comments

Comments
 (0)