chore(release): 5.0.165-spork.1 [skip ci]

## [5.0.165-spork.1](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.164...v5.0.165-spork.1) (2025-02-11)

### Bug Fixes

* add the hat extension to extension hat blocks ([](https://github.com/scratchfoundation/scratch-vm/issues/5)) ([2baf2c9](2baf2c91b6))
* add the monitor block extension to extension monitor blocks ([](https://github.com/scratchfoundation/scratch-vm/issues/6)) ([4837dd8](4837dd8e8b))
* fix bug that could result in the VM's representation of shadow blocks getting into a bad state ([](https://github.com/scratchfoundation/scratch-vm/issues/9)) ([31189d6](31189d616b))
* Fix test failures. ([](https://github.com/scratchfoundation/scratch-vm/issues/10)) ([111ccd6](111ccd6481))
* handle modern workspace comment events ([](https://github.com/scratchfoundation/scratch-vm/issues/3)) ([88c097b](88c097b1f2))
* handle new custom block comment events ([](https://github.com/scratchfoundation/scratch-vm/issues/4)) ([22fcd67](22fcd6753d))
* run stacks in response to click events ([](https://github.com/scratchfoundation/scratch-vm/issues/1)) ([12e2362](12e2362ac6))
* update VM state when blocks are removed from an input previously occupied by a shadow block ([](https://github.com/scratchfoundation/scratch-vm/issues/8)) ([410826b](410826b9fa))
* use scratch-blocks@^2.0.0-beta ([e92a2c6](e92a2c64d0))
* use toolboxitemid instead of id as the identifier attribute for extensions toolbox categories ([](https://github.com/scratchfoundation/scratch-vm/issues/2)) ([484d15b](484d15b1be))
This commit is contained in:
semantic-release-bot 2025-02-11 17:34:27 +00:00
parent 6ec8b4011c
commit a8a8b8e78c
3 changed files with 20 additions and 4 deletions

View file

@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [5.0.165-spork.1](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.164...v5.0.165-spork.1) (2025-02-11)
### Bug Fixes
* add the hat extension to extension hat blocks ([#5](https://github.com/scratchfoundation/scratch-vm/issues/5)) ([2baf2c9](https://github.com/scratchfoundation/scratch-vm/commit/2baf2c91b6b215163a07f686cf2c4ddbbcfbe978))
* add the monitor block extension to extension monitor blocks ([#6](https://github.com/scratchfoundation/scratch-vm/issues/6)) ([4837dd8](https://github.com/scratchfoundation/scratch-vm/commit/4837dd8e8b19ca24b3aa014162b57fba34a74534))
* fix bug that could result in the VM's representation of shadow blocks getting into a bad state ([#9](https://github.com/scratchfoundation/scratch-vm/issues/9)) ([31189d6](https://github.com/scratchfoundation/scratch-vm/commit/31189d616b1fff1715ca65c851cbc7fa2d29a837))
* Fix test failures. ([#10](https://github.com/scratchfoundation/scratch-vm/issues/10)) ([111ccd6](https://github.com/scratchfoundation/scratch-vm/commit/111ccd6481527c1214ae2a9b8e1a30cba01538e5))
* handle modern workspace comment events ([#3](https://github.com/scratchfoundation/scratch-vm/issues/3)) ([88c097b](https://github.com/scratchfoundation/scratch-vm/commit/88c097b1f2b36c2cc244e977f8927c5d02783687))
* handle new custom block comment events ([#4](https://github.com/scratchfoundation/scratch-vm/issues/4)) ([22fcd67](https://github.com/scratchfoundation/scratch-vm/commit/22fcd6753d5348ca3477c4a87c4dfcdbf5560fc1))
* run stacks in response to click events ([#1](https://github.com/scratchfoundation/scratch-vm/issues/1)) ([12e2362](https://github.com/scratchfoundation/scratch-vm/commit/12e2362ac68a7165ecdef650080da83c6d9cd5c6))
* update VM state when blocks are removed from an input previously occupied by a shadow block ([#8](https://github.com/scratchfoundation/scratch-vm/issues/8)) ([410826b](https://github.com/scratchfoundation/scratch-vm/commit/410826b9faa62ed70ff12430e42c8262c858de1f))
* use scratch-blocks@^2.0.0-beta ([e92a2c6](https://github.com/scratchfoundation/scratch-vm/commit/e92a2c64d0a897ddf2df2a43707672a30e0e0978))
* use toolboxitemid instead of id as the identifier attribute for extensions toolbox categories ([#2](https://github.com/scratchfoundation/scratch-vm/issues/2)) ([484d15b](https://github.com/scratchfoundation/scratch-vm/commit/484d15b1bedcfc0702ea1cba94251637c6defc0c))
## [5.0.164](https://github.com/scratchfoundation/scratch-vm/compare/v5.0.163...v5.0.164) (2025-02-11)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "scratch-vm",
"version": "5.0.40-spork.1",
"version": "5.0.165-spork.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "scratch-vm",
"version": "5.0.40-spork.1",
"version": "5.0.165-spork.1",
"license": "AGPL-3.0-only",
"dependencies": {
"@vernier/godirect": "^1.5.0",

View file

@ -1,6 +1,6 @@
{
"name": "scratch-vm",
"version": "5.0.40-spork.1",
"version": "5.0.165-spork.1",
"description": "Virtual Machine for Scratch 3.0",
"author": "Massachusetts Institute of Technology",
"license": "AGPL-3.0-only",
@ -8,7 +8,7 @@
"repository": {
"type": "git",
"url": "https://github.com/scratchfoundation/scratch-vm.git",
"sha": "0ed962df655549448753dec55cff5cb9678274d8"
"sha": "6ec8b4011cf106e14a8ccd442b83971f289c5748"
},
"main": "./dist/node/scratch-vm.js",
"browser": "./dist/web/scratch-vm.js",