diff --git a/CHANGELOG.md b/CHANGELOG.md index ec14e62599..e6787427d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-spork.3](https://github.com/scratchfoundation/scratch-blocks/compare/v2.0.0-spork.2...v2.0.0-spork.3) (2024-12-10) + + +### Bug Fixes + +* rename mouseDownWrapper fields for Blockly v12 compatibility ([adaf531](https://github.com/scratchfoundation/scratch-blocks/commit/adaf531cadf51f797cf6c33050df2380bb3cf372)) + # [2.0.0-spork.2](https://github.com/scratchfoundation/scratch-blocks/compare/v2.0.0-spork.1...v2.0.0-spork.2) (2024-12-10) diff --git a/package-lock.json b/package-lock.json index 8ca6bf4607..c37ed38104 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scratch-blocks", - "version": "2.0.0-spork.2", + "version": "2.0.0-spork.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scratch-blocks", - "version": "2.0.0-spork.2", + "version": "2.0.0-spork.3", "license": "Apache-2.0", "dependencies": { "@blockly/continuous-toolbox": "^6.0.9", diff --git a/package.json b/package.json index b7d305d587..cb93f36350 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scratch-blocks", - "version": "2.0.0-spork.2", + "version": "2.0.0-spork.3", "description": "Scratch Blocks is a library for building creative computing interfaces.", "author": "Massachusetts Institute of Technology", "license": "Apache-2.0",