release: version 11.1.1

release: version 11.1.1
This commit is contained in:
Maribeth Bottorff
2024-06-12 10:36:16 -07:00
committed by GitHub
3 changed files with 4 additions and 3 deletions

View File

@@ -99,6 +99,7 @@ export class BlockDragStrategy implements IDragStrategy {
this.startLoc = this.block.getRelativeToSurfaceXY();
this.connectionCandidate = null;
const previewerConstructor = registry.getClassFromOptions(
registry.Type.CONNECTION_PREVIEWER,
this.workspace.options,

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "blockly",
"version": "11.1.0",
"version": "11.1.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "blockly",
"version": "11.1.0",
"version": "11.1.1",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "blockly",
"version": "11.1.0",
"version": "11.1.1",
"description": "Blockly is a library for building visual programming editors.",
"keywords": [
"blockly"