mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-22 22:12:28 -05:00
chore(release): 3.0.0 [skip ci]
# [3.0.0](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.78...v3.0.0) (2024-03-04) ### Bug Fixes * **build:** misc webpack 5 build fixes ([64d1709
](64d17098a1
)) * use web-worker to replace tiny-worker and worker-loader ([058685f
](058685f41e
)) * build!: tell webpack to output UMD in all cases ([0f3a847
](0f3a847689
)) ### BREAKING CHANGES * this could affect compatibility with library consumers
This commit is contained in:
parent
bc6f419902
commit
892a92d63f
3 changed files with 20 additions and 4 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -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.
|
||||
|
||||
# [3.0.0](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.78...v3.0.0) (2024-03-04)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **build:** misc webpack 5 build fixes ([64d1709](https://github.com/scratchfoundation/scratch-vm/commit/64d17098a17c8e94b879ebcc7d5a29cab7befbbe))
|
||||
* use web-worker to replace tiny-worker and worker-loader ([058685f](https://github.com/scratchfoundation/scratch-vm/commit/058685f41ea950e789aa5c9cad133a86fa8bf963))
|
||||
|
||||
|
||||
* build!: tell webpack to output UMD in all cases ([0f3a847](https://github.com/scratchfoundation/scratch-vm/commit/0f3a8476892760b9d7de375c6d8e2350cf8ab78f))
|
||||
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
* this could affect compatibility with library consumers
|
||||
|
||||
## [2.3.78](https://github.com/scratchfoundation/scratch-vm/compare/v2.3.77...v2.3.78) (2024-03-04)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "scratch-vm",
|
||||
"version": "2.3.78",
|
||||
"version": "3.0.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "scratch-vm",
|
||||
"version": "2.3.78",
|
||||
"version": "3.0.0",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@vernier/godirect": "^1.5.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scratch-vm",
|
||||
"version": "2.3.78",
|
||||
"version": "3.0.0",
|
||||
"description": "Virtual Machine for Scratch 3.0",
|
||||
"author": "Massachusetts Institute of Technology",
|
||||
"license": "BSD-3-Clause",
|
||||
|
@ -8,7 +8,7 @@
|
|||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/scratchfoundation/scratch-vm.git",
|
||||
"sha": "84307b0fbf2f81dfc4e0804bf6af3a0d8c35a78b"
|
||||
"sha": "bc6f4199020cb38021fe649065a6b807fcd3c23f"
|
||||
},
|
||||
"main": "./dist/node/scratch-vm.js",
|
||||
"browser": "./src/index.js",
|
||||
|
|
Loading…
Reference in a new issue