Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Merge branch 'master' back into develop after v9.0.1 release #6581

Merged
merged 12 commits into from
Oct 25, 2022
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockly",
"version": "9.0.0",
"version": "9.0.1",
"description": "Blockly is a library for building visual programming editors.",
"keywords": [
"blockly"
Expand Down
2 changes: 1 addition & 1 deletion scripts/migration/renamings.json5
Original file line number Diff line number Diff line change
Expand Up @@ -1360,7 +1360,7 @@
{
oldName: 'Blockly.PHP',
newExport: 'phpGenerator',
newPath: 'Blockly.php',
newPath: 'Blockly.PHP',
},
{
oldName: 'Blockly.Python',
Expand Down